Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add x-ms-identifiers to solutions/resource-manager. #17782

Merged
merged 1 commit into from
Feb 11, 2022
Merged
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 @@ -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