Skip to content

Commit

Permalink
add xms-ids for notificationhubs (Azure#17909)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglingTong authored and FredericHeem committed Mar 7, 2022
1 parent 213f25a commit adc3766
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,10 @@
"description": "List of NotificationHubs operations supported by the Microsoft.NotificationHubs resource provider.",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"readOnly": true,
Expand Down Expand Up @@ -2087,6 +2090,9 @@
"items": {
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
},
"x-ms-identifiers": [
"keyName"
],
"description": "The AuthorizationRules of the created NotificationHub"
},
"apnsCredential": {
Expand Down

0 comments on commit adc3766

Please sign in to comment.