From bc6233a94abd3aa0e38fd8a29942436bcc4b9c33 Mon Sep 17 00:00:00 2001 From: kmiecikt Date: Mon, 31 Jul 2023 14:29:19 +0200 Subject: [PATCH] Updates API version in new specs and examples --- .../stable/2023-09-01/examples/NHOperationsList.json | 2 +- .../examples/Namespaces/AuthorizationRuleCreateOrUpdate.json | 2 +- .../examples/Namespaces/AuthorizationRuleDelete.json | 2 +- .../2023-09-01/examples/Namespaces/AuthorizationRuleGet.json | 2 +- .../2023-09-01/examples/Namespaces/AuthorizationRuleList.json | 2 +- .../examples/Namespaces/AuthorizationRuleListKeys.json | 2 +- .../examples/Namespaces/AuthorizationRuleRegenerateKey.json | 2 +- .../2023-09-01/examples/Namespaces/CheckAvailability.json | 2 +- .../stable/2023-09-01/examples/Namespaces/CreateOrUpdate.json | 2 +- .../stable/2023-09-01/examples/Namespaces/Delete.json | 2 +- .../stable/2023-09-01/examples/Namespaces/Get.json | 2 +- .../2023-09-01/examples/Namespaces/ListByResourceGroup.json | 4 ++-- .../2023-09-01/examples/Namespaces/ListBySubscription.json | 4 ++-- .../2023-09-01/examples/Namespaces/PnsCredentialsGet.json | 2 +- .../examples/Namespaces/PrivateEndpointConnectionDelete.json | 2 +- .../examples/Namespaces/PrivateEndpointConnectionGet.json | 2 +- .../examples/Namespaces/PrivateEndpointConnectionList.json | 2 +- .../examples/Namespaces/PrivateEndpointConnectionUpdate.json | 2 +- .../examples/Namespaces/PrivateLinkResourceGet.json | 2 +- .../examples/Namespaces/PrivateLinkResourceList.json | 2 +- .../stable/2023-09-01/examples/Namespaces/Update.json | 2 +- .../NotificationHubs/AuthorizationRuleCreateOrUpdate.json | 2 +- .../examples/NotificationHubs/AuthorizationRuleDelete.json | 2 +- .../examples/NotificationHubs/AuthorizationRuleGet.json | 2 +- .../examples/NotificationHubs/AuthorizationRuleList.json | 2 +- .../examples/NotificationHubs/AuthorizationRuleListKeys.json | 2 +- .../NotificationHubs/AuthorizationRuleRegenerateKey.json | 2 +- .../examples/NotificationHubs/CheckAvailability.json | 2 +- .../2023-09-01/examples/NotificationHubs/CreateOrUpdate.json | 2 +- .../2023-09-01/examples/NotificationHubs/DebugSend.json | 2 +- .../stable/2023-09-01/examples/NotificationHubs/Delete.json | 2 +- .../stable/2023-09-01/examples/NotificationHubs/Get.json | 2 +- .../stable/2023-09-01/examples/NotificationHubs/List.json | 2 +- .../examples/NotificationHubs/PnsCredentialsGet.json | 2 +- .../stable/2023-09-01/examples/NotificationHubs/Update.json | 2 +- .../stable/2023-09-01/notificationhubs.json | 4 ++-- 36 files changed, 39 insertions(+), 39 deletions(-) diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NHOperationsList.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NHOperationsList.json index c8172bb1e417..b5375f26cdb6 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NHOperationsList.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NHOperationsList.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview" + "api-version": "2023-09-01" }, "responses": { "200": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleCreateOrUpdate.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleCreateOrUpdate.json index d223e0c330b9..bdd1337eba24 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleCreateOrUpdate.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleCreateOrUpdate.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "authorizationRuleName": "sdk-AuthRules-1788", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "location": "West Europe", "parameters": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleDelete.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleDelete.json index d6c6ba08861f..bfab2975fe56 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleDelete.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleDelete.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "authorizationRuleName": "RootManageSharedAccessKey", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleGet.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleGet.json index 427baa49a3c1..a3b0b77719d4 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleGet.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleGet.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "authorizationRuleName": "RootManageSharedAccessKey", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleList.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleList.json index ac6469fecf9d..995f6cec4795 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleList.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleList.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleListKeys.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleListKeys.json index 907d628d2600..6f654d451e0f 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleListKeys.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleListKeys.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "authorizationRuleName": "RootManageSharedAccessKey", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleRegenerateKey.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleRegenerateKey.json index deb54da7d94e..579c886396a6 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleRegenerateKey.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/AuthorizationRuleRegenerateKey.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "authorizationRuleName": "RootManageSharedAccessKey", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "policyKey": "PrimaryKey" diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CheckAvailability.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CheckAvailability.json index b4dedf2f4c14..0c7eaf0b1b53 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CheckAvailability.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CheckAvailability.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "name": "sdk-Namespace-2924" diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CreateOrUpdate.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CreateOrUpdate.json index 54c681b17a1c..14d02148a67f 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CreateOrUpdate.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/CreateOrUpdate.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "sku": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Delete.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Delete.json index dee90c1abfc7..4c275337e7a9 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Delete.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Delete.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Get.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Get.json index b8fdf6d0116e..5c7da2bd6ade 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Get.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Get.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListByResourceGroup.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListByResourceGroup.json index 86b9de33a5d8..c32ef9b6cde2 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListByResourceGroup.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListByResourceGroup.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "resourceGroupName": "5ktrial" }, @@ -87,7 +87,7 @@ } } ], - "nextLink": "https://management.azure.com/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/providers/Microsoft.NotificationHubs/namespaces?api-version=2023-01-01-preview&$count=2&$skipToken=##################" + "nextLink": "https://management.azure.com/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/providers/Microsoft.NotificationHubs/namespaces?api-version=2023-09-01&$count=2&$skipToken=##################" } } } diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListBySubscription.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListBySubscription.json index c2e1eaeceb58..7fa069815acf 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListBySubscription.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/ListBySubscription.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { @@ -86,7 +86,7 @@ } } ], - "nextLink": "https://management.azure.com/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/providers/Microsoft.NotificationHubs/namespaces?api-version=2023-01-01-preview&$count=2&$skipToken=##################" + "nextLink": "https://management.azure.com/subscriptions/29cfa613-cbbc-4512-b1d6-1b3a92c7fa40/providers/Microsoft.NotificationHubs/namespaces?api-version=2023-09-01&$count=2&$skipToken=##################" } } } diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PnsCredentialsGet.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PnsCredentialsGet.json index dd62b35c68a5..a39c9709c5fa 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PnsCredentialsGet.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PnsCredentialsGet.json @@ -3,7 +3,7 @@ "resourceGroupName": "5ktrial", "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionDelete.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionDelete.json index dff2f2e4dae6..d8fc5794beb8 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionDelete.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionDelete.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "resourceGroupName": "5ktrial", "namespaceName": "nh-sdk-ns", diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionGet.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionGet.json index 69cc5766df14..d09730ac12e4 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionGet.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionGet.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "resourceGroupName": "5ktrial", "namespaceName": "nh-sdk-ns", diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionList.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionList.json index 54b5fe31e08d..120e56f5d9c1 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionList.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionList.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionUpdate.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionUpdate.json index bbb739568c9c..7af2b711cc3b 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionUpdate.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateEndpointConnectionUpdate.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "resourceGroupName": "5ktrial", "namespaceName": "nh-sdk-ns", diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceGet.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceGet.json index 133780f301e7..f275b4e85f36 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceGet.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceGet.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subResourceName": "namespace", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceList.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceList.json index 630b3c704d27..b6b55ceb8e08 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceList.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/PrivateLinkResourceList.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Update.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Update.json index 2b077b69dbcf..c69f45ed9b20 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Update.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/Namespaces/Update.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "sku": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleCreateOrUpdate.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleCreateOrUpdate.json index 461ca096a84f..67a132440ee6 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleCreateOrUpdate.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleCreateOrUpdate.json @@ -4,7 +4,7 @@ "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", "authorizationRuleName": "MyManageSharedAccessKey", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "properties": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleDelete.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleDelete.json index 05f1199a71ce..6ae36b736f6d 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleDelete.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleDelete.json @@ -4,7 +4,7 @@ "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", "authorizationRuleName": "DefaultListenSharedAccessSignature", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleGet.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleGet.json index 173580bbb99c..e511acc9097f 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleGet.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleGet.json @@ -4,7 +4,7 @@ "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", "authorizationRuleName": "DefaultListenSharedAccessSignature", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleList.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleList.json index 96f5aa1cf710..a2ba1c47635d 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleList.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleList.json @@ -3,7 +3,7 @@ "resourceGroupName": "5ktrial", "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleListKeys.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleListKeys.json index c1fb7cbafe61..9e2db4c3591c 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleListKeys.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleListKeys.json @@ -4,7 +4,7 @@ "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", "authorizationRuleName": "sdk-AuthRules-5800", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleRegenerateKey.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleRegenerateKey.json index 53047178e0ca..45409eef0d44 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleRegenerateKey.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/AuthorizationRuleRegenerateKey.json @@ -4,7 +4,7 @@ "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", "authorizationRuleName": "DefaultListenSharedAccessSignature", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "policyKey": "PrimaryKey" diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CheckAvailability.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CheckAvailability.json index 17beb34edcbc..18cf7cbadf58 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CheckAvailability.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CheckAvailability.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "namespaceName": "locp-newns", "resourceGroupName": "5ktrial", diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CreateOrUpdate.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CreateOrUpdate.json index ac5c620b200b..22db40cb4160 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CreateOrUpdate.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/CreateOrUpdate.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "location": "eastus", diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/DebugSend.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/DebugSend.json index 85e7437c0fba..bcb833467d4f 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/DebugSend.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/DebugSend.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "data": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Delete.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Delete.json index 7a6b8e5ead3d..349ba29b8981 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Delete.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Delete.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Get.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Get.json index 4a72302627b9..a608638b5fe0 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Get.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Get.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/List.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/List.json index 24dc02a2fe30..4b6398a5e950 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/List.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/List.json @@ -2,7 +2,7 @@ "parameters": { "namespaceName": "nh-sdk-ns", "resourceGroupName": "5ktrial", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/PnsCredentialsGet.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/PnsCredentialsGet.json index 0a3294833199..c87ef87fada8 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/PnsCredentialsGet.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/PnsCredentialsGet.json @@ -3,7 +3,7 @@ "resourceGroupName": "5ktrial", "namespaceName": "nh-sdk-ns", "notificationHubName": "nh-sdk-hub", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40" }, "responses": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Update.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Update.json index 6170f41af468..e2294a1b3c90 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Update.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/examples/NotificationHubs/Update.json @@ -3,7 +3,7 @@ "namespaceName": "nh-sdk-ns", "resourceGroupName": "sdkresourceGroup", "notificationHubName": "sdk-notificationHubs-8708", - "api-version": "2023-01-01-preview", + "api-version": "2023-09-01", "subscriptionId": "29cfa613-cbbc-4512-b1d6-1b3a92c7fa40", "parameters": { "properties": { diff --git a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/notificationhubs.json b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/notificationhubs.json index b23e35c4f0ab..3cd92f3c47ae 100644 --- a/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/notificationhubs.json +++ b/specification/notificationhubs/resource-manager/Microsoft.NotificationHubs/stable/2023-09-01/notificationhubs.json @@ -3,7 +3,7 @@ "info": { "title": "NotificationHubs RP Client", "description": "Microsoft Notification Hubs Resource Provider REST API.", - "version": "2023-01-01-preview" + "version": "2023-09-01" }, "host": "management.azure.com", "schemes": [ @@ -2129,7 +2129,7 @@ } }, "isAvailiable": { - "description": "Not used and deprecated since API version 2023-01-01-preview", + "description": "Not used and deprecated since API version 2023-09-01", "type": "boolean" }, "sku": {