{ "swagger": "2.0", "info": { "version": "2015-11-01", "title": "SubscriptionsManagementClient", "description": "The Admin Subscriptions Management Client." }, "host": "management.azure.com", "schemes": [ "https" ], "produces": [ "application/json" ], "consumes": [ "application/json" ], "paths": { "/subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/delegatedProviders": { "get": { "x-ms-examples": { "Get the list of delegatedProviders.": { "$ref": "./examples/DelegatedProvider/List.json" } }, "description": "Get the list of delegatedProviders.", "tags": [ "DelegatedProviders" ], "operationId": "DelegatedProviders_List", "parameters": [ { "$ref": "Subscriptions.json#/parameters/SubscriptionIdParameter" }, { "$ref": "Subscriptions.json#/parameters/ApiVersionParameter" } ], "responses": { "default": { "description": "Unexpected Error", "schema": { "$ref": "Subscriptions.json#/definitions/Error" } }, "200": { "description": "OK", "schema": { "$ref": "Subscriptions.json#/definitions/SubscriptionList" } } }, "x-ms-pageable": { "nextLinkName": null } } }, "/subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/delegatedProviders/{delegatedProvider}": { "get": { "x-ms-examples": { "Get the specified delegated provider.": { "$ref": "./examples/DelegatedProvider/Get.json" } }, "description": "Get the specified delegated provider.", "tags": [ "DelegatedProviders" ], "operationId": "DelegatedProviders_Get", "parameters": [ { "$ref": "Subscriptions.json#/parameters/SubscriptionIdParameter" }, { "$ref": "Subscriptions.json#/parameters/DelegatedProviderParameter" }, { "$ref": "Subscriptions.json#/parameters/ApiVersionParameter" } ], "responses": { "default": { "description": "Unexpected Error", "schema": { "$ref": "Subscriptions.json#/definitions/Error" } }, "200": { "description": "OK", "schema": { "$ref": "Subscriptions.json#/definitions/SubscriptionDefinition" } } } } } }, "definitions": {}, "parameters": {}, "securityDefinitions": { "azure_auth": { "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", "description": "Azure Active Directory OAuth2 flow", "scopes": { "user_impersonation": "impersonate your user account" } } }, "security": [ { "azure_auth": [ "user_impersonation" ] } ] }