{
  "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugin-manifest.schema.json",
  "plugins": [
    {
      "pluginName": "rush-azure-storage-build-cache-plugin",
      "description": "Rush plugin for Azure storage cloud build cache",
      "entryPoint": "./lib-commonjs/index.js",
      "optionsSchema": "./lib-commonjs/schemas/azure-blob-storage-config.schema.json"
    },
    {
      "pluginName": "rush-azure-interactive-auth-plugin",
      "description": "Rush plugin for interactive authentication to Azure",
      "entryPoint": "./lib-commonjs/RushAzureInteractiveAuthPlugin.js",
      "optionsSchema": "./lib-commonjs/schemas/azure-interactive-auth.schema.json"
    }
  ]
}
