Skip to content

Commit cd5bee9

Browse files
authored
Adding xms ids to DataboxEdge (#17646)
1 parent 2426f3e commit cd5bee9

File tree

1 file changed

+117
-19
lines changed
  • specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2021-06-01

1 file changed

+117
-19
lines changed

specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2021-06-01/databoxedge.json

Lines changed: 117 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -896,15 +896,15 @@
896896
}
897897
],
898898
"responses": {
899-
"202": {
900-
"description": "Accepted the request to update the diagnostic remote support settings."
901-
},
902899
"200": {
903900
"description": "Successfully updated the diagnostic remote support settings.",
904901
"schema": {
905902
"$ref": "#/definitions/DiagnosticRemoteSupportSettings"
906903
}
907904
},
905+
"202": {
906+
"description": "Accepted the request to update the diagnostic remote support settings."
907+
},
908908
"default": {
909909
"description": "Error response describing why the operation failed.",
910910
"schema": {
@@ -4677,7 +4677,8 @@
46774677
"type": "array",
46784678
"items": {
46794679
"$ref": "#/definitions/CloudErrorBody"
4680-
}
4680+
},
4681+
"x-ms-identifiers": []
46814682
}
46824683
},
46834684
"x-ms-external": true
@@ -5332,6 +5333,9 @@
53325333
"items": {
53335334
"$ref": "#/definitions/SkuLocationInfo"
53345335
},
5336+
"x-ms-identifiers": [
5337+
"location"
5338+
],
53355339
"readOnly": true
53365340
},
53375341
"costs": {
@@ -5341,6 +5345,9 @@
53415345
"items": {
53425346
"$ref": "#/definitions/SkuCost"
53435347
},
5348+
"x-ms-identifiers": [
5349+
"meterId"
5350+
],
53445351
"readOnly": true
53455352
},
53465353
"signupOption": {
@@ -5407,6 +5414,9 @@
54075414
"items": {
54085415
"$ref": "#/definitions/SkuCapability"
54095416
},
5417+
"x-ms-identifiers": [
5418+
"name"
5419+
],
54105420
"readOnly": true
54115421
}
54125422
}
@@ -5422,6 +5432,10 @@
54225432
"items": {
54235433
"$ref": "#/definitions/DataBoxEdgeSku"
54245434
},
5435+
"x-ms-identifiers": [
5436+
"name",
5437+
"resourceType"
5438+
],
54255439
"readOnly": true
54265440
},
54275441
"nextLink": {
@@ -5526,7 +5540,10 @@
55265540
"type": "array",
55275541
"items": {
55285542
"$ref": "#/definitions/RemoteSupportSettings"
5529-
}
5543+
},
5544+
"x-ms-identifiers": [
5545+
"remoteApplicationType"
5546+
]
55305547
}
55315548
}
55325549
},
@@ -5949,7 +5966,10 @@
59495966
"type": "array",
59505967
"items": {
59515968
"$ref": "#/definitions/MountPointMap"
5952-
}
5969+
},
5970+
"x-ms-identifiers": [
5971+
"shareId"
5972+
]
59535973
},
59545974
"ioTEdgeAgentInfo": {
59555975
"$ref": "#/definitions/IoTEdgeAgentInfo",
@@ -6108,6 +6128,7 @@
61086128
"items": {
61096129
"$ref": "#/definitions/JobErrorItem"
61106130
},
6131+
"x-ms-identifiers": [],
61116132
"readOnly": true
61126133
},
61136134
"code": {
@@ -6250,6 +6271,10 @@
62506271
"items": {
62516272
"$ref": "#/definitions/NodeInfo"
62526273
},
6274+
"x-ms-identifiers": [
6275+
"name",
6276+
"type"
6277+
],
62536278
"readOnly": true
62546279
},
62556280
"version": {
@@ -6457,6 +6482,10 @@
64576482
"items": {
64586483
"$ref": "#/definitions/KubernetesRoleStorageClassInfo"
64596484
},
6485+
"x-ms-identifiers": [
6486+
"name",
6487+
"type"
6488+
],
64606489
"readOnly": true
64616490
},
64626491
"endpoints": {
@@ -6465,7 +6494,10 @@
64656494
"type": "array",
64666495
"items": {
64676496
"$ref": "#/definitions/MountPointMap"
6468-
}
6497+
},
6498+
"x-ms-identifiers": [
6499+
"shareId"
6500+
]
64696501
}
64706502
}
64716503
},
@@ -6609,7 +6641,8 @@
66096641
"type": "array",
66106642
"items": {
66116643
"$ref": "#/definitions/MetricCounterSet"
6612-
}
6644+
},
6645+
"x-ms-identifiers": []
66136646
}
66146647
}
66156648
},
@@ -6634,15 +6667,21 @@
66346667
"type": "array",
66356668
"items": {
66366669
"$ref": "#/definitions/MetricDimension"
6637-
}
6670+
},
6671+
"x-ms-identifiers": [
6672+
"sourceName"
6673+
]
66386674
},
66396675
"additionalDimensions": {
66406676
"description": "The additional dimensions to be added to metric.",
66416677
"uniqueItems": false,
66426678
"type": "array",
66436679
"items": {
66446680
"$ref": "#/definitions/MetricDimension"
6645-
}
6681+
},
6682+
"x-ms-identifiers": [
6683+
"sourceName"
6684+
]
66466685
}
66476686
}
66486687
},
@@ -6659,7 +6698,10 @@
66596698
"type": "array",
66606699
"items": {
66616700
"$ref": "#/definitions/MetricCounter"
6662-
}
6701+
},
6702+
"x-ms-identifiers": [
6703+
"name"
6704+
]
66636705
}
66646706
}
66656707
},
@@ -6756,7 +6798,10 @@
67566798
"type": "array",
67576799
"items": {
67586800
"$ref": "#/definitions/MetricDimension_V1"
6759-
}
6801+
},
6802+
"x-ms-identifiers": [
6803+
"name"
6804+
]
67606805
},
67616806
"fillGapWithZero": {
67626807
"description": "Set true to fill the gaps with zero.",
@@ -6879,7 +6924,8 @@
68796924
"type": "array",
68806925
"items": {
68816926
"$ref": "#/definitions/MetricConfiguration"
6882-
}
6927+
},
6928+
"x-ms-identifiers": []
68836929
}
68846930
}
68856931
},
@@ -7104,6 +7150,9 @@
71047150
"items": {
71057151
"$ref": "#/definitions/NetworkAdapter"
71067152
},
7153+
"x-ms-identifiers": [
7154+
"adapterId"
7155+
],
71077156
"readOnly": true
71087157
}
71097158
}
@@ -7154,7 +7203,11 @@
71547203
"type": "array",
71557204
"items": {
71567205
"$ref": "#/definitions/KubernetesIPConfiguration"
7157-
}
7206+
},
7207+
"x-ms-identifiers": [
7208+
"ipAddress",
7209+
"port"
7210+
]
71587211
}
71597212
}
71607213
},
@@ -7302,7 +7355,10 @@
73027355
"type": "array",
73037356
"items": {
73047357
"$ref": "#/definitions/Operation"
7305-
}
7358+
},
7359+
"x-ms-identifiers": [
7360+
"name"
7361+
]
73067362
},
73077363
"nextLink": {
73087364
"description": "Link to the next set of results.",
@@ -7377,6 +7433,9 @@
73777433
"items": {
73787434
"$ref": "#/definitions/OrderStatus"
73797435
},
7436+
"x-ms-identifiers": [
7437+
"trackingInformation/serialNumber"
7438+
],
73807439
"readOnly": true
73817440
},
73827441
"serialNumber": {
@@ -7391,6 +7450,9 @@
73917450
"items": {
73927451
"$ref": "#/definitions/TrackingInfo"
73937452
},
7453+
"x-ms-identifiers": [
7454+
"serialNumber"
7455+
],
73947456
"readOnly": true
73957457
},
73967458
"returnTrackingInfo": {
@@ -7400,6 +7462,9 @@
74007462
"items": {
74017463
"$ref": "#/definitions/TrackingInfo"
74027464
},
7465+
"x-ms-identifiers": [
7466+
"serialNumber"
7467+
],
74037468
"readOnly": true
74047469
},
74057470
"shipmentType": {
@@ -7735,6 +7800,9 @@
77357800
"items": {
77367801
"$ref": "#/definitions/SkuInformation"
77377802
},
7803+
"x-ms-identifiers": [
7804+
"name"
7805+
],
77387806
"readOnly": true
77397807
}
77407808
}
@@ -7864,7 +7932,10 @@
78647932
"type": "array",
78657933
"items": {
78667934
"$ref": "#/definitions/MetricSpecification_V1"
7867-
}
7935+
},
7936+
"x-ms-identifiers": [
7937+
"name"
7938+
]
78687939
}
78697940
}
78707941
},
@@ -8000,15 +8071,21 @@
80008071
"type": "array",
80018072
"items": {
80028073
"$ref": "#/definitions/UserAccessRight"
8003-
}
8074+
},
8075+
"x-ms-identifiers": [
8076+
"userId"
8077+
]
80048078
},
80058079
"clientAccessRights": {
80068080
"description": "List of IP addresses and corresponding access rights on the share(required for NFS protocol).",
80078081
"uniqueItems": false,
80088082
"type": "array",
80098083
"items": {
80108084
"$ref": "#/definitions/ClientAccessRight"
8011-
}
8085+
},
8086+
"x-ms-identifiers": [
8087+
"client"
8088+
]
80128089
},
80138090
"refreshDetails": {
80148091
"$ref": "#/definitions/RefreshDetails",
@@ -8021,6 +8098,9 @@
80218098
"items": {
80228099
"$ref": "#/definitions/MountPointMap"
80238100
},
8101+
"x-ms-identifiers": [
8102+
"shareId"
8103+
],
80248104
"readOnly": true
80258105
},
80268106
"dataPolicy": {
@@ -8158,6 +8238,9 @@
81588238
"items": {
81598239
"$ref": "#/definitions/SkuCost"
81608240
},
8241+
"x-ms-identifiers": [
8242+
"meterId"
8243+
],
81618244
"readOnly": true
81628245
},
81638246
"locations": {
@@ -8176,6 +8259,9 @@
81768259
"items": {
81778260
"$ref": "#/definitions/SkuLocationInfo"
81788261
},
8262+
"x-ms-identifiers": [
8263+
"location"
8264+
],
81798265
"readOnly": true
81808266
},
81818267
"requiredQuotaIds": {
@@ -8209,6 +8295,9 @@
82098295
"items": {
82108296
"$ref": "#/definitions/ResourceTypeSku"
82118297
},
8298+
"x-ms-identifiers": [
8299+
"resourceType"
8300+
],
82128301
"readOnly": true
82138302
},
82148303
"nextLink": {
@@ -8467,7 +8556,10 @@
84678556
"type": "array",
84688557
"items": {
84698558
"$ref": "#/definitions/SubscriptionRegisteredFeatures"
8470-
}
8559+
},
8560+
"x-ms-identifiers": [
8561+
"name"
8562+
]
84718563
}
84728564
}
84738565
},
@@ -9009,6 +9101,9 @@
90099101
"items": {
90109102
"$ref": "#/definitions/UpdateDetails"
90119103
},
9104+
"x-ms-identifiers": [
9105+
"updateTitle"
9106+
],
90129107
"readOnly": true
90139108
},
90149109
"totalUpdateSizeInBytes": {
@@ -9180,6 +9275,9 @@
91809275
"items": {
91819276
"$ref": "#/definitions/ShareAccessRight"
91829277
},
9278+
"x-ms-identifiers": [
9279+
"shareId"
9280+
],
91839281
"readOnly": true
91849282
},
91859283
"userType": {

0 commit comments

Comments
 (0)