From df763cf953c800fba8a96439d5f44f9d8a051936 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Mon, 20 Sep 2021 13:57:19 +0200 Subject: [PATCH] marketplacenotifications: fixing a duplicate Operation ID Prior to this commit, both the URI's: GET /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotifications GET /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotification/{notification} had the same Operation ID `GetWithAuthorization` - when these should be unique per Operation. As such this commit fixes this so that they have a unique Operation ID - introducing GetByIdWithAuthorization --- .../stable/2021-03-03/MarketplaceNotifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..386bda3e123d 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 @@ -62,7 +62,7 @@ "tags": [ "Notification" ], - "operationId": "Notification_GetWithAuthorization", + "operationId": "Notification_GetByIdWithAuthorization", "parameters": [ { "$ref": "#/parameters/SubscriptionId"