Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "AuthorizationManagementClient",
"version": "2015-07-01",
"version": "2015-06-01",
"description": "Role based access control provides you a way to apply granular level policy administration down to individual resources or resource groups. These operations enable you to manage role definitions and role assignments. A role definition describes the set of actions that can be performed on resources. A role assignment grants access to Azure Active Directory users."
},
"host": "management.azure.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subId",
"api-version": "2015-07-01"
"api-version": "2015-06-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,6 @@
}
},
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/classicAdministrators": {
"get": {
"tags": [
"ClassicAdministrators"
],
"operationId": "ClassicAdministrators_List",
"description": "Gets service administrator, account administrator, and co-administrators for the subscription.",
"parameters": [
{
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for this operation."
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "Returns an array of administrators.",
"schema": {
"$ref": "#/definitions/ClassicAdministratorListResult"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"GetConfigurations": {
"$ref": "./examples/GetClassicAdministrators.json"
}
}
}
},
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Authorization/permissions": {
"get": {
"tags": [
Expand Down Expand Up @@ -492,57 +455,6 @@
},
"description": "Role Definitions filter"
},
"ClassicAdministratorProperties": {
"properties": {
"emailAddress": {
"type": "string",
"description": "The email address of the administrator."
},
"role": {
"type": "string",
"description": "The role of the administrator."
}
},
"description": "Classic Administrator properties."
},
"ClassicAdministrator": {
"properties": {
"id": {
"type": "string",
"description": "The ID of the administrator."
},
"name": {
"type": "string",
"description": "The name of the administrator."
},
"type": {
"type": "string",
"description": "The type of the administrator."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ClassicAdministratorProperties",
"description": "Properties for the classic administrator."
}
},
"description": "Classic Administrators"
},
"ClassicAdministratorListResult": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ClassicAdministrator"
},
"description": "An array of administrators."
},
"nextLink": {
"type": "string",
"description": "The URL to use for getting the next set of results."
}
},
"description": "ClassicAdministrator list result information."
},
"Permission": {
"properties": {
"actions": {
Expand Down
3 changes: 2 additions & 1 deletion specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ These settings apply only when `--tag=package-2017-10-01-preview` is specified o

``` yaml $(tag) == 'package-2017-10-01-preview'
input-file:
- Microsoft.Authorization/preview/2015-06-01/authorization-ClassicAdminCalls.json
- Microsoft.Authorization/preview/2015-07-01/authorization.json
- Microsoft.Authorization/preview/2017-10-01-preview/authorization-RACalls.json
```
Expand All @@ -64,7 +65,7 @@ These settings apply only when `--tag=package-2018-01-01-preview` is specified o

``` yaml $(tag) == 'package-2018-01-01-preview'
input-file:
- Microsoft.Authorization/preview/2015-07-01/authorization-ClassicAdminCalls.json
- Microsoft.Authorization/preview/2015-06-01/authorization-ClassicAdminCalls.json
- Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleBasedCalls.json
```

Expand Down