From cd052f8283ba73b177dceb22d1ec1c34b6cc1cac Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Fri, 8 Oct 2021 17:21:37 +0200 Subject: [PATCH] marketplacenotifications: fixing an invalid operation id 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 --- .../stable/2021-03-03/MarketplaceNotifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/marketplacenotifications/resource-manager/Microsoft.MarketplaceNotifications/stable/2021-03-03/MarketplaceNotifications.json b/specification/marketplacenotifications/resource-manager/Microsoft.MarketplaceNotifications/stable/2021-03-03/MarketplaceNotifications.json index 46c53b7f0a21..5cbb73ca9b36 100644 --- a/specification/marketplacenotifications/resource-manager/Microsoft.MarketplaceNotifications/stable/2021-03-03/MarketplaceNotifications.json +++ b/specification/marketplacenotifications/resource-manager/Microsoft.MarketplaceNotifications/stable/2021-03-03/MarketplaceNotifications.json @@ -21,7 +21,7 @@ "tags": [ "Notification" ], - "operationId": "Notifications_GetWithAuthorization", + "operationId": "Notifications_List", "parameters": [ { "$ref": "#/parameters/SubscriptionId" @@ -62,7 +62,7 @@ "tags": [ "Notification" ], - "operationId": "Notification_GetWithAuthorization", + "operationId": "Notification_Get", "parameters": [ { "$ref": "#/parameters/SubscriptionId"