Skip to content

Commit

Permalink
Adding xms-ids to AzureStack (Azure#17610)
Browse files Browse the repository at this point in the history
* Adding xms-ids to AzureStack

* correct tag version
  • Loading branch information
agalerrotaru committed Feb 8, 2022
1 parent 5d23498 commit 7a0f248
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URI to the next page of operations.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@
"items": {
"$ref": "#/definitions/DataDiskImage"
},
"x-ms-identifiers": [
"lun"
],
"readOnly": true
}
}
Expand Down Expand Up @@ -536,7 +539,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ProductLink"
}
},
"x-ms-identifiers": [
"uri"
]
},
"legalTerms": {
"description": "The legal terms.",
Expand Down

0 comments on commit 7a0f248

Please sign in to comment.