Skip to content

Commit c06ec6c

Browse files
authored
Adding xms-ids for BareMetalInfrastructure (#17612)
* Adding xms-ids for BareMetalInfrastructure * adding xms for newer stable version
1 parent 47c12e2 commit c06ec6c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

specification/baremetalinfrastructure/resource-manager/Microsoft.BareMetalInfrastructure/preview/2020-08-06-preview/baremetalinfrastructure.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,9 @@
640640
"items": {
641641
"$ref": "#/definitions/Disk"
642642
},
643+
"x-ms-identifiers": [
644+
"name"
645+
],
643646
"description": "Specifies information about the operating system disk used by baremetal instance."
644647
}
645648
},
@@ -675,6 +678,9 @@
675678
"items": {
676679
"$ref": "#/definitions/IpAddress"
677680
},
681+
"x-ms-identifiers": [
682+
"ipAddress"
683+
],
678684
"description": "Specifies the network interfaces for the AzureBareMetal instance."
679685
},
680686
"circuitId": {
@@ -702,6 +708,9 @@
702708
"items": {
703709
"$ref": "#/definitions/Operation"
704710
},
711+
"x-ms-identifiers": [
712+
"name"
713+
],
705714
"description": "List of AzureBareMetal operations"
706715
}
707716
},
@@ -795,6 +804,7 @@
795804
"items": {
796805
"$ref": "#/definitions/ErrorDefinition"
797806
},
807+
"x-ms-identifiers": [],
798808
"readOnly": true
799809
}
800810
}

specification/baremetalinfrastructure/resource-manager/Microsoft.BareMetalInfrastructure/stable/2021-08-09/baremetalinfrastructure.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@
463463
"items": {
464464
"$ref": "#/definitions/Disk"
465465
},
466+
"x-ms-identifiers": [
467+
"name"
468+
],
466469
"description": "Specifies information about the operating system disk used by baremetal instance."
467470
}
468471
},
@@ -498,6 +501,9 @@
498501
"items": {
499502
"$ref": "#/definitions/IpAddress"
500503
},
504+
"x-ms-identifiers": [
505+
"ipAddress"
506+
],
501507
"description": "Specifies the network interfaces for the AzureBareMetal instance."
502508
},
503509
"circuitId": {
@@ -525,6 +531,9 @@
525531
"items": {
526532
"$ref": "#/definitions/Operation"
527533
},
534+
"x-ms-identifiers": [
535+
"name"
536+
],
528537
"description": "List of AzureBareMetal operations"
529538
}
530539
},
@@ -613,6 +622,7 @@
613622
"items": {
614623
"$ref": "#/definitions/ErrorDefinition"
615624
},
625+
"x-ms-identifiers": [],
616626
"readOnly": true
617627
}
618628
}

0 commit comments

Comments
 (0)