Skip to content

Commit

Permalink
Add x-ms-identifiers to solutions/resource-manager. (#17782)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Vukelich <svukel@microsoft.com>
  • Loading branch information
vukelich and vukelich committed Feb 11, 2022
1 parent 1278405 commit 7a1c386
Showing 1 changed file with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,10 @@
"items": {
"$ref": "#/definitions/ApplicationAuthorization"
},
"x-ms-identifiers": [
"principalId",
"roleDefinitionId"
],
"readOnly": true
},
"managementMode": {
Expand All @@ -1120,6 +1124,10 @@
"items": {
"$ref": "#/definitions/ApplicationArtifact"
},
"x-ms-identifiers": [
"name",
"uri"
],
"readOnly": true
},
"createdBy": {
Expand Down Expand Up @@ -1183,14 +1191,22 @@
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationAuthorization"
}
},
"x-ms-identifiers": [
"principalId",
"roleDefinitionId"
]
},
"artifacts": {
"description": "The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.",
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationDefinitionArtifact"
}
},
"x-ms-identifiers": [
"name",
"uri"
]
},
"provisioningState": {
"readOnly": true,
Expand Down Expand Up @@ -1238,7 +1254,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationPolicy"
}
},
"x-ms-identifiers": [
"name",
"policyDefinitionId"
]
}
},
"required": [
Expand Down Expand Up @@ -1622,6 +1642,9 @@
"items": {
"$ref": "#/definitions/ApplicationNotificationEndpoint"
},
"x-ms-identifiers": [
"uri"
],
"description": "The managed application notification endpoint."
}
},
Expand Down Expand Up @@ -1859,7 +1882,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/JitAuthorizationPolicies"
}
},
"x-ms-identifiers": [
"principalId",
"roleDefinitionId"
]
},
"jitSchedulingPolicy": {
"$ref": "#/definitions/JitSchedulingPolicy",
Expand Down

0 comments on commit 7a1c386

Please sign in to comment.