Skip to content

Commit d5bbc82

Browse files
authored
Adding x-ms identifiers for adp (#17572)
* adding x-ms identifiers for adp * corrections from rebasing
1 parent fc1eb14 commit d5bbc82

File tree

1 file changed

+19
-3
lines changed
  • specification/adp/resource-manager/Microsoft.AutonomousDevelopmentPlatform/preview/2021-11-01-preview

1 file changed

+19
-3
lines changed

specification/adp/resource-manager/Microsoft.AutonomousDevelopmentPlatform/preview/2021-11-01-preview/adp.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,10 @@
878878
"items": {
879879
"$ref": "#/definitions/DataPoolLocation"
880880
},
881+
"x-ms-identifiers": [
882+
"name",
883+
"encryption/keyName"
884+
],
881885
"description": "Gets or sets the collection of locations where Data Pool resources should be created"
882886
},
883887
"tags": {
@@ -1070,14 +1074,21 @@
10701074
"type": "array",
10711075
"items": {
10721076
"$ref": "#/definitions/OperationLogSpecification"
1073-
}
1077+
},
1078+
"x-ms-identifiers": [
1079+
"name"
1080+
]
10741081
},
10751082
"metricSpecifications": {
10761083
"description": "Details about operations related to metrics",
10771084
"type": "array",
10781085
"items": {
10791086
"$ref": "#/definitions/OperationMetricSpecification"
1080-
}
1087+
},
1088+
"x-ms-identifiers": [
1089+
"name",
1090+
"sourceMdmAccount"
1091+
]
10811092
}
10821093
}
10831094
},
@@ -1140,7 +1151,8 @@
11401151
"type": "array",
11411152
"items": {
11421153
"$ref": "#/definitions/OperationMetricAvailability"
1143-
}
1154+
},
1155+
"x-ms-identifiers": []
11441156
}
11451157
}
11461158
},
@@ -1167,6 +1179,9 @@
11671179
"items": {
11681180
"$ref": "#/definitions/Operation"
11691181
},
1182+
"x-ms-identifiers": [
1183+
"name"
1184+
],
11701185
"description": "List of operations supported by the Resource Provider"
11711186
},
11721187
"nextLink": {
@@ -1205,6 +1220,7 @@
12051220
"items": {
12061221
"$ref": "#/definitions/ErrorDefinition"
12071222
},
1223+
"x-ms-identifiers": [],
12081224
"readOnly": true
12091225
}
12101226
}

0 commit comments

Comments
 (0)