Skip to content

Commit da8f07c

Browse files
marketplacenotifications: fixing an invalid operation id (#16326)
Since both of these share the same operation id - neither is currently valid / can work as such this fixes these to use the canonical name (List and Get) based on the convention
1 parent 2b56c8a commit da8f07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/marketplacenotifications/resource-manager/Microsoft.MarketplaceNotifications/stable/2021-03-03/MarketplaceNotifications.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"Notification"
2323
],
24-
"operationId": "Notifications_GetWithAuthorization",
24+
"operationId": "Notifications_List",
2525
"parameters": [
2626
{
2727
"$ref": "#/parameters/SubscriptionId"
@@ -62,7 +62,7 @@
6262
"tags": [
6363
"Notification"
6464
],
65-
"operationId": "Notification_GetWithAuthorization",
65+
"operationId": "Notification_Get",
6666
"parameters": [
6767
{
6868
"$ref": "#/parameters/SubscriptionId"

0 commit comments

Comments
 (0)