Skip to content

Commit a21c3a8

Browse files
LoadBearingBeanvukelich
authored andcommitted
Add x-ms-identifiers to solutions/resource-manager. (Azure#17782)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 20ae9db commit a21c3a8

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

specification/solutions/resource-manager/Microsoft.Solutions/stable/2021-07-01/managedapplications.json

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,10 @@
10971097
"items": {
10981098
"$ref": "#/definitions/ApplicationAuthorization"
10991099
},
1100+
"x-ms-identifiers": [
1101+
"principalId",
1102+
"roleDefinitionId"
1103+
],
11001104
"readOnly": true
11011105
},
11021106
"managementMode": {
@@ -1120,6 +1124,10 @@
11201124
"items": {
11211125
"$ref": "#/definitions/ApplicationArtifact"
11221126
},
1127+
"x-ms-identifiers": [
1128+
"name",
1129+
"uri"
1130+
],
11231131
"readOnly": true
11241132
},
11251133
"createdBy": {
@@ -1183,14 +1191,22 @@
11831191
"type": "array",
11841192
"items": {
11851193
"$ref": "#/definitions/ApplicationAuthorization"
1186-
}
1194+
},
1195+
"x-ms-identifiers": [
1196+
"principalId",
1197+
"roleDefinitionId"
1198+
]
11871199
},
11881200
"artifacts": {
11891201
"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.",
11901202
"type": "array",
11911203
"items": {
11921204
"$ref": "#/definitions/ApplicationDefinitionArtifact"
1193-
}
1205+
},
1206+
"x-ms-identifiers": [
1207+
"name",
1208+
"uri"
1209+
]
11941210
},
11951211
"provisioningState": {
11961212
"readOnly": true,
@@ -1238,7 +1254,11 @@
12381254
"type": "array",
12391255
"items": {
12401256
"$ref": "#/definitions/ApplicationPolicy"
1241-
}
1257+
},
1258+
"x-ms-identifiers": [
1259+
"name",
1260+
"policyDefinitionId"
1261+
]
12421262
}
12431263
},
12441264
"required": [
@@ -1622,6 +1642,9 @@
16221642
"items": {
16231643
"$ref": "#/definitions/ApplicationNotificationEndpoint"
16241644
},
1645+
"x-ms-identifiers": [
1646+
"uri"
1647+
],
16251648
"description": "The managed application notification endpoint."
16261649
}
16271650
},
@@ -1859,7 +1882,11 @@
18591882
"type": "array",
18601883
"items": {
18611884
"$ref": "#/definitions/JitAuthorizationPolicies"
1862-
}
1885+
},
1886+
"x-ms-identifiers": [
1887+
"principalId",
1888+
"roleDefinitionId"
1889+
]
18631890
},
18641891
"jitSchedulingPolicy": {
18651892
"$ref": "#/definitions/JitSchedulingPolicy",

0 commit comments

Comments
 (0)