Skip to content

Commit a55523b

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for RPs (set 5) (Azure#17740)
1 parent 9a2fe42 commit a55523b

File tree

10 files changed

+155
-29
lines changed
  • specification
    • maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview
    • managednetwork/resource-manager/Microsoft.ManagedNetwork/preview/2019-06-01-preview
    • managedservices/resource-manager/Microsoft.ManagedServices/preview/2020-02-01-preview
    • managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01
    • managementpartner/resource-manager/Microsoft.ManagementPartner/preview/2018-02-01
    • maps/resource-manager/Microsoft.Maps/preview/2021-12-01-preview
    • mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01
    • marketplacenotifications/resource-manager/Microsoft.MarketplaceNotifications/stable/2021-03-03
    • marketplaceordering/resource-manager/Microsoft.MarketplaceOrdering/stable/2021-01-01
    • marketplace/resource-manager/Microsoft.Marketplace/stable/2021-06-01

10 files changed

+155
-29
lines changed

specification/maintenance/resource-manager/Microsoft.Maintenance/preview/2021-09-01-preview/Maintenance.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,15 +2148,17 @@
21482148
"items": {
21492149
"$ref": "#/definitions/taskProperties",
21502150
"x-ms-client-flatten": true
2151-
}
2151+
},
2152+
"x-ms-identifiers": []
21522153
},
21532154
"postTasks": {
21542155
"type": "array",
21552156
"description": "List of post tasks. e.g. [{'source' :'runbook', 'taskScope': 'Resource', 'parameters': { 'arg1': 'value1'}}]",
21562157
"items": {
21572158
"$ref": "#/definitions/taskProperties",
21582159
"x-ms-client-flatten": true
2159-
}
2160+
},
2161+
"x-ms-identifiers": []
21602162
}
21612163
}
21622164
},
@@ -2263,7 +2265,10 @@
22632265
"type": "array",
22642266
"items": {
22652267
"$ref": "#/definitions/Operation"
2266-
}
2268+
},
2269+
"x-ms-identifiers": [
2270+
"name"
2271+
]
22672272
}
22682273
}
22692274
},
@@ -2325,7 +2330,8 @@
23252330
"type": "array",
23262331
"items": {
23272332
"$ref": "#/definitions/Update"
2328-
}
2333+
},
2334+
"x-ms-identifiers": []
23292335
}
23302336
}
23312337
},

specification/managednetwork/resource-manager/Microsoft.ManagedNetwork/preview/2019-06-01-preview/managedNetwork.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,6 +1385,9 @@
13851385
"items": {
13861386
"$ref": "#/definitions/Operation"
13871387
},
1388+
"x-ms-identifiers": [
1389+
"name"
1390+
],
13881391
"description": "List of Resource Provider operations supported by the Managed Network resource provider."
13891392
},
13901393
"nextLink": {

specification/managedservices/resource-manager/Microsoft.ManagedServices/preview/2020-02-01-preview/managedservices.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,20 @@
612612
"items": {
613613
"$ref": "#/definitions/Authorization"
614614
},
615+
"x-ms-identifiers": [
616+
"principalId",
617+
"roleDefinitionId"
618+
],
615619
"description": "The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant."
616620
},
617621
"eligibleAuthorizations": {
618622
"type": "array",
619623
"items": {
620624
"$ref": "#/definitions/EligibleAuthorization"
621625
},
626+
"x-ms-identifiers": [
627+
"principalId"
628+
],
622629
"description": "The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant."
623630
},
624631
"registrationDefinitionName": {
@@ -762,13 +769,20 @@
762769
"items": {
763770
"$ref": "#/definitions/Authorization"
764771
},
772+
"x-ms-identifiers": [
773+
"principalId",
774+
"roleDefinitionId"
775+
],
765776
"description": "The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant."
766777
},
767778
"eligibleAuthorizations": {
768779
"type": "array",
769780
"items": {
770781
"$ref": "#/definitions/EligibleAuthorization"
771782
},
783+
"x-ms-identifiers": [
784+
"principalId"
785+
],
772786
"description": "The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant."
773787
},
774788
"registrationDefinitionName": {
@@ -904,13 +918,20 @@
904918
"items": {
905919
"$ref": "#/definitions/Authorization"
906920
},
921+
"x-ms-identifiers": [
922+
"principalId",
923+
"roleDefinitionId"
924+
],
907925
"description": "The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant."
908926
},
909927
"eligibleAuthorizations": {
910928
"type": "array",
911929
"items": {
912930
"$ref": "#/definitions/EligibleAuthorization"
913931
},
932+
"x-ms-identifiers": [
933+
"principalId"
934+
],
914935
"description": "The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant."
915936
},
916937
"offerDisplayName": {
@@ -1020,6 +1041,9 @@
10201041
"items": {
10211042
"$ref": "#/definitions/Operation"
10221043
},
1044+
"x-ms-identifiers": [
1045+
"name"
1046+
],
10231047
"description": "The list of Microsoft.ManagedServices operations."
10241048
}
10251049
},
@@ -1125,6 +1149,9 @@
11251149
"items": {
11261150
"$ref": "#/definitions/EligibleApprover"
11271151
},
1152+
"x-ms-identifiers": [
1153+
"principalId"
1154+
],
11281155
"description": "The list of managedByTenant approvers for the eligible authorization."
11291156
}
11301157
},
@@ -1149,7 +1176,10 @@
11491176
"type": "array",
11501177
"items": {
11511178
"$ref": "#/definitions/ErrorDefinition"
1152-
}
1179+
},
1180+
"x-ms-identifiers": [
1181+
"code"
1182+
]
11531183
}
11541184
},
11551185
"required": [

specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/management.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,10 @@
968968
"readOnly": true,
969969
"items": {
970970
"$ref": "#/definitions/Operation"
971-
}
971+
},
972+
"x-ms-identifiers": [
973+
"name"
974+
]
972975
},
973976
"nextLink": {
974977
"description": "URL to get the next set of operation list results if there are any.",
@@ -1262,7 +1265,10 @@
12621265
"type": "array",
12631266
"items": {
12641267
"$ref": "#/definitions/ManagementGroupPathElement"
1265-
}
1268+
},
1269+
"x-ms-identifiers": [
1270+
"name"
1271+
]
12661272
},
12671273
"managementGroupAncestors": {
12681274
"description": "The ancestors of the management group.",
@@ -1278,7 +1284,10 @@
12781284
"type": "array",
12791285
"items": {
12801286
"$ref": "#/definitions/ManagementGroupPathElement"
1281-
}
1287+
},
1288+
"x-ms-identifiers": [
1289+
"name"
1290+
]
12821291
}
12831292
}
12841293
},

specification/managementpartner/resource-manager/Microsoft.ManagementPartner/preview/2018-02-01/ManagementPartner.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@
366366
"$ref": "#/definitions/OperationResponse",
367367
"description": "this is the operation response property"
368368
},
369+
"x-ms-identifiers": [
370+
"name"
371+
],
369372
"description": "this is the operation response list"
370373
},
371374
"nextLink": {

specification/maps/resource-manager/Microsoft.Maps/preview/2021-12-01-preview/maps-management.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,10 @@
11631163
"uniqueItems": false,
11641164
"items": {
11651165
"$ref": "#/definitions/OperationDetail"
1166-
}
1166+
},
1167+
"x-ms-identifiers": [
1168+
"name"
1169+
]
11671170
},
11681171
"nextLink": {
11691172
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
@@ -1239,7 +1242,10 @@
12391242
"type": "array",
12401243
"items": {
12411244
"$ref": "#/definitions/MetricSpecification"
1242-
}
1245+
},
1246+
"x-ms-identifiers": [
1247+
"name"
1248+
]
12431249
}
12441250
}
12451251
},
@@ -1268,7 +1274,10 @@
12681274
"type": "array",
12691275
"items": {
12701276
"$ref": "#/definitions/Dimension"
1271-
}
1277+
},
1278+
"x-ms-identifiers": [
1279+
"name"
1280+
]
12721281
},
12731282
"aggregationType": {
12741283
"type": "string",
@@ -1392,6 +1401,7 @@
13921401
"description": "Specifies a CORS rule for the Map Account.",
13931402
"$ref": "#/definitions/CorsRule"
13941403
},
1404+
"x-ms-identifiers": [],
13951405
"description": "The list of CORS rules. You can include up to five CorsRule elements in the request. "
13961406
}
13971407
},

specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,9 @@
22762276
"items": {
22772277
"$ref": "#/definitions/Operation"
22782278
},
2279+
"x-ms-identifiers": [
2280+
"name"
2281+
],
22792282
"description": "The list of resource provider operations."
22802283
}
22812284
},

0 commit comments

Comments
 (0)