You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/solutions/resource-manager/Microsoft.Solutions/stable/2021-07-01/managedapplications.json
+31-4Lines changed: 31 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1097,6 +1097,10 @@
1097
1097
"items": {
1098
1098
"$ref": "#/definitions/ApplicationAuthorization"
1099
1099
},
1100
+
"x-ms-identifiers": [
1101
+
"principalId",
1102
+
"roleDefinitionId"
1103
+
],
1100
1104
"readOnly": true
1101
1105
},
1102
1106
"managementMode": {
@@ -1120,6 +1124,10 @@
1120
1124
"items": {
1121
1125
"$ref": "#/definitions/ApplicationArtifact"
1122
1126
},
1127
+
"x-ms-identifiers": [
1128
+
"name",
1129
+
"uri"
1130
+
],
1123
1131
"readOnly": true
1124
1132
},
1125
1133
"createdBy": {
@@ -1183,14 +1191,22 @@
1183
1191
"type": "array",
1184
1192
"items": {
1185
1193
"$ref": "#/definitions/ApplicationAuthorization"
1186
-
}
1194
+
},
1195
+
"x-ms-identifiers": [
1196
+
"principalId",
1197
+
"roleDefinitionId"
1198
+
]
1187
1199
},
1188
1200
"artifacts": {
1189
1201
"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.",
0 commit comments