diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-ProviderOperationsCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-ProviderOperationsCalls.json index de0e62d3c454..484b5204a4e0 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-ProviderOperationsCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-ProviderOperationsCalls.json @@ -139,6 +139,7 @@ "items": { "$ref": "#/definitions/ProviderOperation" }, + "x-ms-identifiers": [], "description": "The resource type operations." } }, @@ -199,6 +200,9 @@ "items": { "$ref": "#/definitions/ResourceType" }, + "x-ms-identifiers": [ + "name" + ], "description": "The provider resource types" }, "operations": { @@ -206,6 +210,7 @@ "items": { "$ref": "#/definitions/ProviderOperation" }, + "x-ms-identifiers": [], "description": "The provider operations." } }, diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleDefinitionsCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleDefinitionsCalls.json index f6bd539ee8d2..1c5a9f367650 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleDefinitionsCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleDefinitionsCalls.json @@ -427,6 +427,7 @@ "items": { "$ref": "#/definitions/Permission" }, + "x-ms-identifiers": [], "description": "Role definition permissions." }, "assignableScopes": { @@ -490,6 +491,7 @@ "items": { "$ref": "#/definitions/Permission" }, + "x-ms-identifiers": [], "description": "An array of permissions." }, "nextLink": { diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-05-01-preview/authorization-AccessReviewCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-05-01-preview/authorization-AccessReviewCalls.json index 0106f6329933..f868c931f98e 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-05-01-preview/authorization-AccessReviewCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-05-01-preview/authorization-AccessReviewCalls.json @@ -171,12 +171,12 @@ } ], "responses": { - "204": { - "description": "Request is well formed but the resource does not exist" - }, "200": { "description": "Resource deleted successfully" }, + "204": { + "description": "Request is well formed but the resource does not exist" + }, "default": { "description": "Unexpected error", "schema": { @@ -1114,6 +1114,9 @@ "items": { "$ref": "#/definitions/AccessReviewReviewer" }, + "x-ms-identifiers": [ + "principalId" + ], "description": "This is the collection of reviewers." }, "reviewersType": { @@ -1785,7 +1788,10 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "The URI that can be used to request the next set of paged results.", diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-07-01-preview/authorization-DenyAssignmentGetCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-07-01-preview/authorization-DenyAssignmentGetCalls.json index 17f38fefb21c..201086a5f772 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-07-01-preview/authorization-DenyAssignmentGetCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-07-01-preview/authorization-DenyAssignmentGetCalls.json @@ -367,6 +367,7 @@ "items": { "$ref": "#/definitions/DenyAssignmentPermission" }, + "x-ms-identifiers": [], "description": "An array of permissions that are denied by the deny assignment." }, "scope": { diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json index 22c2c4e2562b..0b378e9a5b4e 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json @@ -399,6 +399,7 @@ "items": { "$ref": "#/definitions/ApprovalStage" }, + "x-ms-identifiers": [], "description": "The approval stages of the request." } } diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json index f8853ffc92a8..6f77b161ba6b 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json @@ -224,12 +224,12 @@ } ], "responses": { - "204": { - "description": "Request is well formed but the resource does not exist" - }, "200": { "description": "Resource deleted successfully" }, + "204": { + "description": "Request is well formed but the resource does not exist" + }, "default": { "description": "Unexpected error", "schema": { @@ -446,12 +446,12 @@ } ], "responses": { - "204": { - "description": "Request is well formed but the resource does not exist" - }, "200": { "description": "Resource deleted successfully" }, + "204": { + "description": "Request is well formed but the resource does not exist" + }, "default": { "description": "Unexpected error", "schema": { @@ -1565,6 +1565,9 @@ "items": { "$ref": "#/definitions/AccessReviewReviewer" }, + "x-ms-identifiers": [ + "principalId" + ], "description": "This is the collection of reviewers." }, "backupReviewers": { @@ -1572,8 +1575,10 @@ "items": { "$ref": "#/definitions/AccessReviewReviewer" }, - "description": "This is the collection of backup reviewers.", - "x-ms-identifiers": [] + "x-ms-identifiers": [ + "principalId" + ], + "description": "This is the collection of backup reviewers." }, "reviewersType": { "type": "string", @@ -2679,7 +2684,10 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "The URI that can be used to request the next set of paged results.", diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-ProviderOperationsCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-ProviderOperationsCalls.json index a5d77c4d5ed3..43f2700bb63b 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-ProviderOperationsCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-ProviderOperationsCalls.json @@ -143,6 +143,7 @@ "items": { "$ref": "#/definitions/ProviderOperation" }, + "x-ms-identifiers": [], "description": "The resource type operations." } }, @@ -197,6 +198,9 @@ "items": { "$ref": "#/definitions/ResourceType" }, + "x-ms-identifiers": [ + "name" + ], "description": "The provider resource types" }, "operations": { @@ -204,6 +208,7 @@ "items": { "$ref": "#/definitions/ProviderOperation" }, + "x-ms-identifiers": [], "description": "The provider operations." } }, diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-RoleDefinitionsCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-RoleDefinitionsCalls.json index 2feeeef12b0f..e2399df1f98d 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-RoleDefinitionsCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/stable/2015-07-01/authorization-RoleDefinitionsCalls.json @@ -424,6 +424,7 @@ "items": { "$ref": "#/definitions/Permission" }, + "x-ms-identifiers": [], "description": "Role definition permissions." }, "assignableScopes": { @@ -484,6 +485,7 @@ "items": { "$ref": "#/definitions/Permission" }, + "x-ms-identifiers": [], "description": "An array of permissions." }, "nextLink": {