Skip to content

Commit b0a0fcc

Browse files
authored
add xms-ids for RedHatOpenShift (#18012)
1 parent a3a7327 commit b0a0fcc

File tree

1 file changed

+16
-4
lines changed
  • specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2020-04-30

1 file changed

+16
-4
lines changed

specification/redhatopenshift/resource-manager/Microsoft.RedHatOpenShift/stable/2020-04-30/redhatopenshift.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,10 @@
446446
"type": "array",
447447
"items": {
448448
"$ref": "#/definitions/CloudErrorBody"
449-
}
449+
},
450+
"x-ms-identifiers": [
451+
"code"
452+
]
450453
}
451454
}
452455
},
@@ -620,7 +623,10 @@
620623
"type": "array",
621624
"items": {
622625
"$ref": "#/definitions/WorkerProfile"
623-
}
626+
},
627+
"x-ms-identifiers": [
628+
"name"
629+
]
624630
},
625631
"apiserverProfile": {
626632
"$ref": "#/definitions/APIServerProfile",
@@ -631,7 +637,10 @@
631637
"type": "array",
632638
"items": {
633639
"$ref": "#/definitions/IngressProfile"
634-
}
640+
},
641+
"x-ms-identifiers": [
642+
"name"
643+
]
635644
}
636645
}
637646
},
@@ -674,7 +683,10 @@
674683
"type": "array",
675684
"items": {
676685
"$ref": "#/definitions/Operation"
677-
}
686+
},
687+
"x-ms-identifiers": [
688+
"name"
689+
]
678690
},
679691
"nextLink": {
680692
"description": "The link used to get the next page of operations.",

0 commit comments

Comments
 (0)