Skip to content

Commit

Permalink
Adding xms-ids for Communication (Azure#17662)
Browse files Browse the repository at this point in the history
* Adding xms-ids for Communication

* adding note in readme
  • Loading branch information
agalerrotaru authored and FredericHeem committed Mar 7, 2022
1 parent 6d4c727 commit ec8bc65
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
Expand Down Expand Up @@ -739,7 +742,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
}
},
"x-ms-identifiers": [
"name",
"category"
]
}
}
},
Expand Down Expand Up @@ -791,7 +798,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Dimension"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions specification/communication/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ See configuration in [readme.go.md](./readme.go.md)
## Typescript

See configuration in [readme.typescript.md](./readme.typescript.md)


## Comments and notes
x-ms-identifiers will become a requirement on every RP resource. To add it, [check here](https://github.com/Azure/autorest/tree/main/docs/extensions#x-ms-identifiers).
For more info, reach out to the @changeanalysisteam.

0 comments on commit ec8bc65

Please sign in to comment.