diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.ResourceManager.ServiceBus/CHANGELOG.md index a49b085063a83..52dd2a55e1944 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/CHANGELOG.md @@ -1,17 +1,17 @@ # Release History -## 1.1.0-beta.8 (Unreleased) +## 1.1.0 (2024-11-30) ### Features Added +- Upgraded api-version tag from 'package-2022-01-preview' to 'package-2024-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/cfe266748ace6a5775d0d23ecbc654741d91958b/specification/servicebus/resource-manager/readme.md. - Exposed `JsonModelWriteCore` for model serialization procedure. -### Breaking Changes - -### Bugs Fixed - ### Other Changes +- Upgraded Azure.Core from 1.25.0 to 1.44.1 +- Upgraded Azure.ResourceManager from 1.2.0 to 1.13.0 + ## 1.1.0-beta.7 (2024-05-07) ### Bugs Fixed @@ -22,20 +22,20 @@ ### Features Added -- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate` static methods to rehydrate a long-running operation. +- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate` static methods to rehydrate a long-running operation. ## 1.1.0-beta.5 (2024-03-26) ### Features Added -- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. +- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. - Added experimental Bicep serialization. ## 1.1.0-beta.4 (2023-11-21) ### Features Added -- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. +- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. ### Other Changes @@ -45,7 +45,7 @@ ### Features Added -- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). +- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). ### Other Changes @@ -105,12 +105,12 @@ Polishing since last public beta release: ### Breaking Changes -- Simplify `type` property names. +- Simplified `type` property names. - Normalized the body parameter type names for PUT / POST / PATCH operations if it is only used as input. ### Other Changes -- Upgrade dependency to Azure.ResourceManager 1.0.0 +- Upgraded dependency to Azure.ResourceManager 1.0.0 ## 1.0.0-beta.3 (2022-03-31) @@ -153,4 +153,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). -> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet). +> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet). \ No newline at end of file diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationCollection.cs index 9e4f41eb6ea28..52c06ed821a6e 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_MigrationConfigurationCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_MigrationConfigurationsStartMigration() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationCreateAndStartMigration.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationCreateAndStartMigration.json // this example is just showing the usage of "MigrationConfigs_CreateAndStartMigration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task CreateOrUpdate_MigrationConfigurationsStartMigration() [Ignore("Only validating compilation of examples")] public async Task Get_MigrationConfigurationsGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationGet.json // this example is just showing the usage of "MigrationConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Get_MigrationConfigurationsGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_MigrationConfigurationsList() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationList.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationList.json // this example is just showing the usage of "MigrationConfigs_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -130,7 +130,7 @@ public async Task GetAll_MigrationConfigurationsList() [Ignore("Only validating compilation of examples")] public async Task Exists_MigrationConfigurationsGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationGet.json // this example is just showing the usage of "MigrationConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -160,7 +160,7 @@ public async Task Exists_MigrationConfigurationsGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_MigrationConfigurationsGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationGet.json // this example is just showing the usage of "MigrationConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationResource.cs index be8c0528c04bf..b2182ede79e72 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationResource.cs @@ -20,7 +20,7 @@ public partial class Sample_MigrationConfigurationResource [Ignore("Only validating compilation of examples")] public async Task Get_MigrationConfigurationsGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationGet.json // this example is just showing the usage of "MigrationConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_MigrationConfigurationsGet() [Ignore("Only validating compilation of examples")] public async Task Delete_MigrationConfigurationsDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationDelete.json // this example is just showing the usage of "MigrationConfigs_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -78,7 +78,7 @@ public async Task Delete_MigrationConfigurationsDelete() [Ignore("Only validating compilation of examples")] public async Task Update_MigrationConfigurationsStartMigration() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationCreateAndStartMigration.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationCreateAndStartMigration.json // this example is just showing the usage of "MigrationConfigs_CreateAndStartMigration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -115,7 +115,7 @@ public async Task Update_MigrationConfigurationsStartMigration() [Ignore("Only validating compilation of examples")] public async Task CompleteMigration_MigrationConfigurationsCompleteMigration() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationCompleteMigration.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationCompleteMigration.json // this example is just showing the usage of "MigrationConfigs_CompleteMigration" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -142,7 +142,7 @@ public async Task CompleteMigration_MigrationConfigurationsCompleteMigration() [Ignore("Only validating compilation of examples")] public async Task Revert_MigrationConfigurationsRevert() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Migrationconfigurations/SBMigrationconfigurationRevert.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Migrationconfigurations/SBMigrationconfigurationRevert.json // this example is just showing the usage of "MigrationConfigs_Revert" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs index 0d398566a7b77..ebb184ae1d2c6 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusDisasterRecoveryAuthorizationRuleCollectio [Ignore("Only validating compilation of examples")] public async Task Get_DisasterRecoveryConfigsAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json // this example is just showing the usage of "DisasterRecoveryAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -54,7 +54,7 @@ public async Task Get_DisasterRecoveryConfigsAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_NameSpaceAuthorizationRuleListAll() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleListAll.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleListAll.json // this example is just showing the usage of "DisasterRecoveryAuthorizationRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -91,7 +91,7 @@ public async Task GetAll_NameSpaceAuthorizationRuleListAll() [Ignore("Only validating compilation of examples")] public async Task Exists_DisasterRecoveryConfigsAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json // this example is just showing the usage of "DisasterRecoveryAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Exists_DisasterRecoveryConfigsAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_DisasterRecoveryConfigsAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json // this example is just showing the usage of "DisasterRecoveryAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleResource.cs index 5e6e123d4c497..15241b6f7ce25 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusDisasterRecoveryAuthorizationRuleResource [Ignore("Only validating compilation of examples")] public async Task Get_DisasterRecoveryConfigsAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleGet.json // this example is just showing the usage of "DisasterRecoveryAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task Get_DisasterRecoveryConfigsAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetKeys_DisasterRecoveryConfigsAuthorizationRuleListKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleListKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasAuthorizationRuleListKey.json // this example is just showing the usage of "DisasterRecoveryAuthorizationRules_ListKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryCollection.cs index 2c8279686459a..2f8111f3a3676 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryCollection.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusDisasterRecoveryCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_SBAliasCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasCreate.json // this example is just showing the usage of "DisasterRecoveryConfigs_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task CreateOrUpdate_SBAliasCreate() [Ignore("Only validating compilation of examples")] public async Task Get_SBAliasGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasGet.json // this example is just showing the usage of "DisasterRecoveryConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_SBAliasGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_SBAliasList() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasList.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasList.json // this example is just showing the usage of "DisasterRecoveryConfigs_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -129,7 +129,7 @@ public async Task GetAll_SBAliasList() [Ignore("Only validating compilation of examples")] public async Task Exists_SBAliasGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasGet.json // this example is just showing the usage of "DisasterRecoveryConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -159,7 +159,7 @@ public async Task Exists_SBAliasGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_SBAliasGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasGet.json // this example is just showing the usage of "DisasterRecoveryConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryResource.cs index 4061cb198ef00..c97e9ab6da41a 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryResource.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusDisasterRecoveryResource [Ignore("Only validating compilation of examples")] public async Task Get_SBAliasGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasGet.json // this example is just showing the usage of "DisasterRecoveryConfigs_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Get_SBAliasGet() [Ignore("Only validating compilation of examples")] public async Task Delete_SBAliasDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasDelete.json // this example is just showing the usage of "DisasterRecoveryConfigs_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,7 +77,7 @@ public async Task Delete_SBAliasDelete() [Ignore("Only validating compilation of examples")] public async Task Update_SBAliasCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasCreate.json // this example is just showing the usage of "DisasterRecoveryConfigs_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task Update_SBAliasCreate() [Ignore("Only validating compilation of examples")] public async Task BreakPairing_SBEHAliasBreakPairing() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBEHAliasBreakPairing.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBEHAliasBreakPairing.json // this example is just showing the usage of "DisasterRecoveryConfigs_BreakPairing" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -141,7 +141,7 @@ public async Task BreakPairing_SBEHAliasBreakPairing() [Ignore("Only validating compilation of examples")] public async Task FailOver_SBAliasFailOver() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasFailOver.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasFailOver.json // this example is just showing the usage of "DisasterRecoveryConfigs_FailOver" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleCollection.cs index 09a818789d24d..466e489d29af5 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusNamespaceAuthorizationRuleCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_NameSpaceAuthorizationRuleCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleCreate.json // this example is just showing the usage of "NamespaceAuthorizationRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task CreateOrUpdate_NameSpaceAuthorizationRuleCreate() [Ignore("Only validating compilation of examples")] public async Task Get_NameSpaceAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json // this example is just showing the usage of "NamespaceAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_NameSpaceAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_NameSpaceAuthorizationRuleListAll() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleListAll.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleListAll.json // this example is just showing the usage of "NamespaceAuthorizationRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -129,7 +129,7 @@ public async Task GetAll_NameSpaceAuthorizationRuleListAll() [Ignore("Only validating compilation of examples")] public async Task Exists_NameSpaceAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json // this example is just showing the usage of "NamespaceAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -159,7 +159,7 @@ public async Task Exists_NameSpaceAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_NameSpaceAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json // this example is just showing the usage of "NamespaceAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleResource.cs index c349d8442260c..588d85a177c6f 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceAuthorizationRuleResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusNamespaceAuthorizationRuleResource [Ignore("Only validating compilation of examples")] public async Task Get_NameSpaceAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleGet.json // this example is just showing the usage of "NamespaceAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_NameSpaceAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task Delete_NameSpaceAuthorizationRuleDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleDelete.json // this example is just showing the usage of "NamespaceAuthorizationRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -78,7 +78,7 @@ public async Task Delete_NameSpaceAuthorizationRuleDelete() [Ignore("Only validating compilation of examples")] public async Task Update_NameSpaceAuthorizationRuleCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleCreate.json // this example is just showing the usage of "NamespaceAuthorizationRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task Update_NameSpaceAuthorizationRuleCreate() [Ignore("Only validating compilation of examples")] public async Task GetKeys_NameSpaceAuthorizationRuleListKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleListKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleListKey.json // this example is just showing the usage of "NamespaceAuthorizationRules_ListKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -141,7 +141,7 @@ public async Task GetKeys_NameSpaceAuthorizationRuleListKey() [Ignore("Only validating compilation of examples")] public async Task RegenerateKeys_NameSpaceAuthorizationRuleRegenerateKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceAuthorizationRuleRegenerateKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceAuthorizationRuleRegenerateKey.json // this example is just showing the usage of "NamespaceAuthorizationRules_RegenerateKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceCollection.cs index a3e873218c4a1..e8ab2bce0b606 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_ServiceBusNamespaceCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_NameSpaceCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceCreate.json // this example is just showing the usage of "Namespaces_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -69,7 +69,7 @@ public async Task CreateOrUpdate_NameSpaceCreate() [Ignore("Only validating compilation of examples")] public async Task Get_NameSpaceGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceGet.json // this example is just showing the usage of "Namespaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -102,7 +102,7 @@ public async Task Get_NameSpaceGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_NameSpaceListByResourceGroup() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceListByResourceGroup.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceListByResourceGroup.json // this example is just showing the usage of "Namespaces_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -137,7 +137,7 @@ public async Task GetAll_NameSpaceListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_NameSpaceGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceGet.json // this example is just showing the usage of "Namespaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -166,7 +166,7 @@ public async Task Exists_NameSpaceGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_NameSpaceGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceGet.json // this example is just showing the usage of "Namespaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceResource.cs index 318dd1fd0e1e6..7a518db1cfcb9 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNamespaceResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusNamespaceResource [Ignore("Only validating compilation of examples")] public async Task Get_NameSpaceGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceGet.json // this example is just showing the usage of "Namespaces_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Get_NameSpaceGet() [Ignore("Only validating compilation of examples")] public async Task Delete_NameSpaceDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceDelete.json // this example is just showing the usage of "Namespaces_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -76,7 +76,7 @@ public async Task Delete_NameSpaceDelete() [Ignore("Only validating compilation of examples")] public async Task Update_NameSpaceUpdate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceUpdate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceUpdate.json // this example is just showing the usage of "Namespaces_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task Update_NameSpaceUpdate() [Ignore("Only validating compilation of examples")] public async Task GetPrivateLinkResources_NameSpacePrivateLinkResourcesGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateLinkResourcesGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateLinkResourcesGet.json // this example is just showing the usage of "PrivateLinkResources_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -143,7 +143,7 @@ public async Task GetPrivateLinkResources_NameSpacePrivateLinkResourcesGet() [Ignore("Only validating compilation of examples")] public async Task CheckServiceBusDisasterRecoveryNameAvailability_AliasNameAvailability() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/disasterRecoveryConfigs/SBAliasCheckNameAvailability.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/disasterRecoveryConfigs/SBAliasCheckNameAvailability.json // this example is just showing the usage of "DisasterRecoveryConfigs_CheckNameAvailability" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNetworkRuleSetResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNetworkRuleSetResource.cs index a8b3907836af7..e85f15a2c2de5 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNetworkRuleSetResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusNetworkRuleSetResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusNetworkRuleSetResource [Ignore("Only validating compilation of examples")] public async Task Get_NameSpaceNetworkRuleSetGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/VirtualNetworkRule/SBNetworkRuleSetGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/VirtualNetworkRule/SBNetworkRuleSetGet.json // this example is just showing the usage of "Namespaces_GetNetworkRuleSet" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Get_NameSpaceNetworkRuleSetGet() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_NameSpaceNetworkRuleSetCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/VirtualNetworkRule/SBNetworkRuleSetCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/VirtualNetworkRule/SBNetworkRuleSetCreate.json // this example is just showing the usage of "Namespaces_CreateOrUpdateNetworkRuleSet" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionCollection.cs index 3e1dd717f2cb2..0f91ccf8bc658 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusPrivateEndpointConnectionCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_NameSpacePrivateEndPointConnectionCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionCreate.json // this example is just showing the usage of "PrivateEndpointConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -65,7 +65,7 @@ public async Task CreateOrUpdate_NameSpacePrivateEndPointConnectionCreate() [Ignore("Only validating compilation of examples")] public async Task Get_NameSpacePrivateEndPointConnectionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionGet.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -99,7 +99,7 @@ public async Task Get_NameSpacePrivateEndPointConnectionGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_NameSpaceCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionList.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionList.json // this example is just showing the usage of "PrivateEndpointConnections_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -135,7 +135,7 @@ public async Task GetAll_NameSpaceCreate() [Ignore("Only validating compilation of examples")] public async Task Exists_NameSpacePrivateEndPointConnectionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionGet.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -165,7 +165,7 @@ public async Task Exists_NameSpacePrivateEndPointConnectionGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_NameSpacePrivateEndPointConnectionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionGet.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionResource.cs index a50bedba9941f..a5471899a033d 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusPrivateEndpointConnectionResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusPrivateEndpointConnectionResource [Ignore("Only validating compilation of examples")] public async Task Get_NameSpacePrivateEndPointConnectionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionGet.json // this example is just showing the usage of "PrivateEndpointConnections_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_NameSpacePrivateEndPointConnectionGet() [Ignore("Only validating compilation of examples")] public async Task Delete_NameSpacePrivateEndPointConnectionDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionDelete.json // this example is just showing the usage of "PrivateEndpointConnections_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -78,7 +78,7 @@ public async Task Delete_NameSpacePrivateEndPointConnectionDelete() [Ignore("Only validating compilation of examples")] public async Task Update_NameSpacePrivateEndPointConnectionCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/PrivateEndPointConnectionCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/PrivateEndPointConnectionCreate.json // this example is just showing the usage of "PrivateEndpointConnections_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleCollection.cs index c55dd8e947e1c..67ee7ba40d1f6 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusQueueAuthorizationRuleCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_QueueAuthorizationRuleCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleCreate.json // this example is just showing the usage of "QueueAuthorizationRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task CreateOrUpdate_QueueAuthorizationRuleCreate() [Ignore("Only validating compilation of examples")] public async Task Get_QueueAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleGet.json // this example is just showing the usage of "QueueAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_QueueAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_QueueAuthorizationRuleListAll() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleListAll.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleListAll.json // this example is just showing the usage of "QueueAuthorizationRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +132,7 @@ public async Task GetAll_QueueAuthorizationRuleListAll() [Ignore("Only validating compilation of examples")] public async Task Exists_QueueAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleGet.json // this example is just showing the usage of "QueueAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -163,7 +163,7 @@ public async Task Exists_QueueAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_QueueAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleGet.json // this example is just showing the usage of "QueueAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleResource.cs index fb20a3771ffa7..809f99d853820 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueAuthorizationRuleResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusQueueAuthorizationRuleResource [Ignore("Only validating compilation of examples")] public async Task Get_QueueAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleGet.json // this example is just showing the usage of "QueueAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task Get_QueueAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task Delete_QueueAuthorizationRuleDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleDelete.json // this example is just showing the usage of "QueueAuthorizationRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -80,7 +80,7 @@ public async Task Delete_QueueAuthorizationRuleDelete() [Ignore("Only validating compilation of examples")] public async Task Update_QueueAuthorizationRuleCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleCreate.json // this example is just showing the usage of "QueueAuthorizationRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -117,7 +117,7 @@ public async Task Update_QueueAuthorizationRuleCreate() [Ignore("Only validating compilation of examples")] public async Task GetKeys_QueueAuthorizationRuleListKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleListKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleListKey.json // this example is just showing the usage of "QueueAuthorizationRules_ListKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -145,7 +145,7 @@ public async Task GetKeys_QueueAuthorizationRuleListKey() [Ignore("Only validating compilation of examples")] public async Task RegenerateKeys_QueueAuthorizationRuleRegenerateKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueAuthorizationRuleRegenerateKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueAuthorizationRuleRegenerateKey.json // this example is just showing the usage of "QueueAuthorizationRules_RegenerateKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueCollection.cs index 82402be5706a9..736f4cce215c3 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueCollection.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusQueueCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_QueueCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueCreate.json // this example is just showing the usage of "Queues_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task CreateOrUpdate_QueueCreate() [Ignore("Only validating compilation of examples")] public async Task Get_QueueGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueGet.json // this example is just showing the usage of "Queues_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -92,7 +92,7 @@ public async Task Get_QueueGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_QueueListByNameSpace() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueListByNameSpace.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueListByNameSpace.json // this example is just showing the usage of "Queues_ListByNamespace" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -128,7 +128,7 @@ public async Task GetAll_QueueListByNameSpace() [Ignore("Only validating compilation of examples")] public async Task Exists_QueueGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueGet.json // this example is just showing the usage of "Queues_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -158,7 +158,7 @@ public async Task Exists_QueueGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_QueueGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueGet.json // this example is just showing the usage of "Queues_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueResource.cs index 4eba8a7441d24..f6ba84c4735d2 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusQueueResource.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusQueueResource [Ignore("Only validating compilation of examples")] public async Task Get_QueueGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueGet.json // this example is just showing the usage of "Queues_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Get_QueueGet() [Ignore("Only validating compilation of examples")] public async Task Delete_QueueDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueDelete.json // this example is just showing the usage of "Queues_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,7 +77,7 @@ public async Task Delete_QueueDelete() [Ignore("Only validating compilation of examples")] public async Task Update_QueueCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Queues/SBQueueCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Queues/SBQueueCreate.json // this example is just showing the usage of "Queues_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleCollection.cs index ac1e8feecf074..b824b7ce10b11 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusRuleCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_RulesCreateCorrelationFilter() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleCreate_CorrelationFilter.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleCreate_CorrelationFilter.json // this example is just showing the usage of "Rules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -68,7 +68,7 @@ public async Task CreateOrUpdate_RulesCreateCorrelationFilter() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_RulesCreateOrUpdate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleCreate.json // this example is just showing the usage of "Rules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -106,7 +106,7 @@ public async Task CreateOrUpdate_RulesCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_RulesCreateSqlFilter() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleCreate_SqlFilter.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleCreate_SqlFilter.json // this example is just showing the usage of "Rules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -151,7 +151,7 @@ public async Task CreateOrUpdate_RulesCreateSqlFilter() [Ignore("Only validating compilation of examples")] public async Task Get_RulesGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleGet.json // this example is just showing the usage of "Rules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -187,7 +187,7 @@ public async Task Get_RulesGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_RulesListBySubscriptions() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleListBySubscription.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleListBySubscription.json // this example is just showing the usage of "Rules_ListBySubscriptions" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -225,7 +225,7 @@ public async Task GetAll_RulesListBySubscriptions() [Ignore("Only validating compilation of examples")] public async Task Exists_RulesGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleGet.json // this example is just showing the usage of "Rules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -257,7 +257,7 @@ public async Task Exists_RulesGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_RulesGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleGet.json // this example is just showing the usage of "Rules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleResource.cs index 860d4592204e9..6f2eefcbed52e 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusRuleResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusRuleResource [Ignore("Only validating compilation of examples")] public async Task Get_RulesGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleGet.json // this example is just showing the usage of "Rules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -53,7 +53,7 @@ public async Task Get_RulesGet() [Ignore("Only validating compilation of examples")] public async Task Delete_RulesDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleDelete.json // this example is just showing the usage of "Rules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Delete_RulesDelete() [Ignore("Only validating compilation of examples")] public async Task Update_RulesCreateCorrelationFilter() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleCreate_CorrelationFilter.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleCreate_CorrelationFilter.json // this example is just showing the usage of "Rules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -127,7 +127,7 @@ public async Task Update_RulesCreateCorrelationFilter() [Ignore("Only validating compilation of examples")] public async Task Update_RulesCreateOrUpdate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleCreate.json // this example is just showing the usage of "Rules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -162,7 +162,7 @@ public async Task Update_RulesCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Update_RulesCreateSqlFilter() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Rules/RuleCreate_SqlFilter.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Rules/RuleCreate_SqlFilter.json // this example is just showing the usage of "Rules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionCollection.cs index 175335adc8e31..5b53e181e09e7 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionCollection.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusSubscriptionCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_SubscriptionCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionCreate.json // this example is just showing the usage of "Subscriptions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task CreateOrUpdate_SubscriptionCreate() [Ignore("Only validating compilation of examples")] public async Task Get_SubscriptionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionGet.json // this example is just showing the usage of "Subscriptions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Get_SubscriptionGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_SubscriptionListByTopic() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionListByTopic.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionListByTopic.json // this example is just showing the usage of "Subscriptions_ListByTopic" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -131,7 +131,7 @@ public async Task GetAll_SubscriptionListByTopic() [Ignore("Only validating compilation of examples")] public async Task Exists_SubscriptionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionGet.json // this example is just showing the usage of "Subscriptions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -162,7 +162,7 @@ public async Task Exists_SubscriptionGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_SubscriptionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionGet.json // this example is just showing the usage of "Subscriptions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionResource.cs index 9b9a66162163b..67faa09ec9053 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusSubscriptionResource.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusSubscriptionResource [Ignore("Only validating compilation of examples")] public async Task Get_SubscriptionGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionGet.json // this example is just showing the usage of "Subscriptions_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_SubscriptionGet() [Ignore("Only validating compilation of examples")] public async Task Delete_SubscriptionDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionDelete.json // this example is just showing the usage of "Subscriptions_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -79,7 +79,7 @@ public async Task Delete_SubscriptionDelete() [Ignore("Only validating compilation of examples")] public async Task Update_SubscriptionCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Subscriptions/SBSubscriptionCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Subscriptions/SBSubscriptionCreate.json // this example is just showing the usage of "Subscriptions_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleCollection.cs index 7fac1f12b4d4f..0b507a5ea749e 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusTopicAuthorizationRuleCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_TopicAuthorizationRuleCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleCreate.json // this example is just showing the usage of "TopicAuthorizationRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task CreateOrUpdate_TopicAuthorizationRuleCreate() [Ignore("Only validating compilation of examples")] public async Task Get_TopicAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleGet.json // this example is just showing the usage of "TopicAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -95,7 +95,7 @@ public async Task Get_TopicAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_TopicAuthorizationRuleListAll() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleListAll.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleListAll.json // this example is just showing the usage of "TopicAuthorizationRules_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -132,7 +132,7 @@ public async Task GetAll_TopicAuthorizationRuleListAll() [Ignore("Only validating compilation of examples")] public async Task Exists_TopicAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleGet.json // this example is just showing the usage of "TopicAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -163,7 +163,7 @@ public async Task Exists_TopicAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_TopicAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleGet.json // this example is just showing the usage of "TopicAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleResource.cs index ca86eeb946ed9..cd1dc192cba78 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicAuthorizationRuleResource.cs @@ -20,7 +20,7 @@ public partial class Sample_ServiceBusTopicAuthorizationRuleResource [Ignore("Only validating compilation of examples")] public async Task Get_TopicAuthorizationRuleGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleGet.json // this example is just showing the usage of "TopicAuthorizationRules_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task Get_TopicAuthorizationRuleGet() [Ignore("Only validating compilation of examples")] public async Task Delete_TopicAuthorizationRuleDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleDelete.json // this example is just showing the usage of "TopicAuthorizationRules_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -80,7 +80,7 @@ public async Task Delete_TopicAuthorizationRuleDelete() [Ignore("Only validating compilation of examples")] public async Task Update_TopicAuthorizationRuleCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleCreate.json // this example is just showing the usage of "TopicAuthorizationRules_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -117,7 +117,7 @@ public async Task Update_TopicAuthorizationRuleCreate() [Ignore("Only validating compilation of examples")] public async Task GetKeys_TopicAuthorizationRuleListKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleListKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleListKey.json // this example is just showing the usage of "TopicAuthorizationRules_ListKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -145,7 +145,7 @@ public async Task GetKeys_TopicAuthorizationRuleListKey() [Ignore("Only validating compilation of examples")] public async Task RegenerateKeys_TopicAuthorizationRuleRegenerateKey() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicAuthorizationRuleRegenerateKey.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicAuthorizationRuleRegenerateKey.json // this example is just showing the usage of "TopicAuthorizationRules_RegenerateKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicCollection.cs index b9202936d8e9e..732c314260210 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicCollection.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusTopicCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_TopicCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicCreate.json // this example is just showing the usage of "Topics_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task CreateOrUpdate_TopicCreate() [Ignore("Only validating compilation of examples")] public async Task Get_TopicGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicGet.json // this example is just showing the usage of "Topics_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -92,7 +92,7 @@ public async Task Get_TopicGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_TopicGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicListByNameSpace.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicListByNameSpace.json // this example is just showing the usage of "Topics_ListByNamespace" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -128,7 +128,7 @@ public async Task GetAll_TopicGet() [Ignore("Only validating compilation of examples")] public async Task Exists_TopicGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicGet.json // this example is just showing the usage of "Topics_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -158,7 +158,7 @@ public async Task Exists_TopicGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_TopicGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicGet.json // this example is just showing the usage of "Topics_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicResource.cs index 7d1d0135e4eeb..2eb335102856c 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusTopicResource.cs @@ -19,7 +19,7 @@ public partial class Sample_ServiceBusTopicResource [Ignore("Only validating compilation of examples")] public async Task Get_TopicGet() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicGet.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicGet.json // this example is just showing the usage of "Topics_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -50,7 +50,7 @@ public async Task Get_TopicGet() [Ignore("Only validating compilation of examples")] public async Task Delete_TopicDelete() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicDelete.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicDelete.json // this example is just showing the usage of "Topics_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,7 +77,7 @@ public async Task Delete_TopicDelete() [Ignore("Only validating compilation of examples")] public async Task Update_TopicCreate() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/Topics/SBTopicCreate.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/Topics/SBTopicCreate.json // this example is just showing the usage of "Topics_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs index d27429e18ae5e..00a386f35eab4 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs @@ -21,7 +21,7 @@ public partial class Sample_SubscriptionResourceExtensions [Ignore("Only validating compilation of examples")] public async Task GetServiceBusNamespaces_NameSpaceList() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceList.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceList.json // this example is just showing the usage of "Namespaces_List" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task GetServiceBusNamespaces_NameSpaceList() [Ignore("Only validating compilation of examples")] public async Task CheckServiceBusNamespaceNameAvailability_NameSpaceCheckNameAvailability() { - // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2022-10-01-preview/examples/NameSpaces/SBNameSpaceCheckNameAvailability.json + // Generated from example definition: specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2024-01-01/examples/NameSpaces/SBNameSpaceCheckNameAvailability.json // this example is just showing the usage of "Namespaces_CheckNameAvailability" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Azure.ResourceManager.ServiceBus.csproj b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Azure.ResourceManager.ServiceBus.csproj index f4ccb7242549c..2989940deec86 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Azure.ResourceManager.ServiceBus.csproj +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Azure.ResourceManager.ServiceBus.csproj @@ -1,6 +1,6 @@ - 1.1.0-beta.8 + 1.1.0 1.0.0 Azure.ResourceManager.ServiceBus diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusResourceGroupResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusResourceGroupResource.cs index aff242d57e565..092a7a8868ea7 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusResourceGroupResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusResourceGroupResource.cs @@ -53,7 +53,7 @@ public virtual ServiceBusNamespaceCollection GetServiceBusNamespaces() /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -84,7 +84,7 @@ public virtual async Task> GetServiceBusNa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusSubscriptionResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusSubscriptionResource.cs index c9ebd622a7211..fb8c694b163f2 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusSubscriptionResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/MockableServiceBusSubscriptionResource.cs @@ -55,7 +55,7 @@ private string GetApiVersionOrNull(ResourceType resourceType) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -85,7 +85,7 @@ public virtual AsyncPageable GetServiceBusNamespace /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual Pageable GetServiceBusNamespaces(Can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -157,7 +157,7 @@ public virtual async Task> CheckServi /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/ServiceBusExtensions.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/ServiceBusExtensions.cs index 3560ca8ae9371..75865c7681053 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/ServiceBusExtensions.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/Extensions/ServiceBusExtensions.cs @@ -310,7 +310,7 @@ public static ServiceBusNamespaceCollection GetServiceBusNamespaces(this Resourc /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -348,7 +348,7 @@ public static async Task> GetServiceBusNam /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -386,7 +386,7 @@ public static Response GetServiceBusNamespace(this /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -422,7 +422,7 @@ public static AsyncPageable GetServiceBusNamespaces /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -458,7 +458,7 @@ public static Pageable GetServiceBusNamespaces(this /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -494,7 +494,7 @@ public static async Task> CheckServic /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationCollection.cs index dbcbb4e87d249..56862e1f85844 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -112,7 +112,7 @@ public virtual async Task> CreateOr /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -159,7 +159,7 @@ public virtual ArmOperation CreateOrUpdate(WaitU /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -200,7 +200,7 @@ public virtual async Task> GetAsync(Mig /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -241,7 +241,7 @@ public virtual Response Get(MigrationConfigurati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual AsyncPageable GetAllAsync(Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -301,7 +301,7 @@ public virtual Pageable GetAll(CancellationToken /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -340,7 +340,7 @@ public virtual async Task> ExistsAsync(MigrationConfigurationName /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -379,7 +379,7 @@ public virtual Response Exists(MigrationConfigurationName configName, Canc /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -420,7 +420,7 @@ public virtual async Task> GetI /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationResource.cs index 9b47dc6c2ca78..66366527e0a5d 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/MigrationConfigurationResource.cs @@ -102,7 +102,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -142,7 +142,7 @@ public virtual async Task> GetAsync(Can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -182,7 +182,7 @@ public virtual Response Get(CancellationToken ca /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -226,7 +226,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -270,7 +270,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -316,7 +316,7 @@ public virtual async Task> UpdateAs /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -362,7 +362,7 @@ public virtual ArmOperation Update(WaitUntil wai /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -400,7 +400,7 @@ public virtual async Task CompleteMigrationAsync(CancellationToken can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -438,7 +438,7 @@ public virtual Response CompleteMigration(CancellationToken cancellationToken = /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -476,7 +476,7 @@ public virtual async Task RevertAsync(CancellationToken cancellationTo /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryAuthorizationRulesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryAuthorizationRulesRestOperations.cs index 931f318b04110..3163caf04f9ce 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryAuthorizationRulesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryAuthorizationRulesRestOperations.cs @@ -32,7 +32,7 @@ public DisasterRecoveryAuthorizationRulesRestOperations(HttpPipeline pipeline, s { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -78,7 +78,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets the authorization rules for a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -109,7 +109,7 @@ public async Task> ListAsync(string subs /// Gets the authorization rules for a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -182,7 +182,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Gets an authorization rule for a namespace by rule name. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The authorization rule name. @@ -217,7 +217,7 @@ public async Task> GetAsync(string sub /// Gets an authorization rule for a namespace by rule name. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The authorization rule name. @@ -296,7 +296,7 @@ internal HttpMessage CreateListKeysRequest(string subscriptionId, string resourc /// Gets the primary and secondary connection strings for the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The authorization rule name. @@ -329,7 +329,7 @@ public async Task> ListKeysAsync(string subscript /// Gets the primary and secondary connection strings for the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The authorization rule name. @@ -385,7 +385,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets the authorization rules for a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -418,7 +418,7 @@ public async Task> ListNextPageAsync(str /// Gets the authorization rules for a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryConfigsRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryConfigsRestOperations.cs index a283172badee3..7382856d0a9d2 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryConfigsRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/DisasterRecoveryConfigsRestOperations.cs @@ -32,7 +32,7 @@ public DisasterRecoveryConfigsRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -74,7 +74,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets all Alias(Disaster Recovery configurations). /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -103,7 +103,7 @@ public async Task> ListAsync(string subs /// Gets all Alias(Disaster Recovery configurations). /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -174,7 +174,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates or updates a new Alias(Disaster Recovery configuration). /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// Parameters required to create an Alias(Disaster Recovery configuration). @@ -194,14 +194,13 @@ public async Task> CreateOrUpdateAsync( switch (message.Response.Status) { case 200: + case 201: { ServiceBusDisasterRecoveryData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); value = ServiceBusDisasterRecoveryData.DeserializeServiceBusDisasterRecoveryData(document.RootElement); return Response.FromValue(value, message.Response); } - case 201: - return Response.FromValue((ServiceBusDisasterRecoveryData)null, message.Response); default: throw new RequestFailedException(message.Response); } @@ -209,7 +208,7 @@ public async Task> CreateOrUpdateAsync( /// Creates or updates a new Alias(Disaster Recovery configuration). /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// Parameters required to create an Alias(Disaster Recovery configuration). @@ -229,14 +228,13 @@ public Response CreateOrUpdate(string subscripti switch (message.Response.Status) { case 200: + case 201: { ServiceBusDisasterRecoveryData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); value = ServiceBusDisasterRecoveryData.DeserializeServiceBusDisasterRecoveryData(document.RootElement); return Response.FromValue(value, message.Response); } - case 201: - return Response.FromValue((ServiceBusDisasterRecoveryData)null, message.Response); default: throw new RequestFailedException(message.Response); } @@ -282,7 +280,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes an Alias(Disaster Recovery configuration). /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -309,7 +307,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes an Alias(Disaster Recovery configuration). /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -374,7 +372,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -407,7 +405,7 @@ public async Task> GetAsync(string subs /// Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -480,7 +478,7 @@ internal HttpMessage CreateBreakPairingRequest(string subscriptionId, string res /// This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -506,7 +504,7 @@ public async Task BreakPairingAsync(string subscriptionId, string reso /// This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// The cancellation token to use. @@ -579,7 +577,7 @@ internal HttpMessage CreateFailOverRequest(string subscriptionId, string resourc /// Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// Parameters required to create an Alias(Disaster Recovery configuration). @@ -606,7 +604,7 @@ public async Task FailOverAsync(string subscriptionId, string resource /// Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Disaster Recovery configuration name. /// Parameters required to create an Alias(Disaster Recovery configuration). @@ -673,7 +671,7 @@ internal HttpMessage CreateCheckNameAvailabilityRequest(string subscriptionId, s /// Check the give namespace name availability. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Parameters to check availability of the given namespace name. /// The cancellation token to use. @@ -704,7 +702,7 @@ public async Task> CheckNameAvailabil /// Check the give namespace name availability. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Parameters to check availability of the given namespace name. /// The cancellation token to use. @@ -758,7 +756,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets all Alias(Disaster Recovery configurations). /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. @@ -789,7 +787,7 @@ public async Task> ListNextPageAsync(str /// Gets all Alias(Disaster Recovery configurations). /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/MigrationConfigsRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/MigrationConfigsRestOperations.cs index 7f3ff17a36936..f0b500cf07f07 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/MigrationConfigsRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/MigrationConfigsRestOperations.cs @@ -32,7 +32,7 @@ public MigrationConfigsRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -74,7 +74,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets all migrationConfigurations. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -103,7 +103,7 @@ public async Task> ListAsync(string subscrip /// Gets all migrationConfigurations. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -174,7 +174,7 @@ internal HttpMessage CreateCreateAndStartMigrationRequest(string subscriptionId, /// Creates Migration configuration and starts migration of entities from Standard to Premium namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// Parameters required to create Migration Configuration. @@ -202,7 +202,7 @@ public async Task CreateAndStartMigrationAsync(string subscriptionId, /// Creates Migration configuration and starts migration of entities from Standard to Premium namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// Parameters required to create Migration Configuration. @@ -268,7 +268,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a MigrationConfiguration. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -294,7 +294,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a MigrationConfiguration. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -358,7 +358,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Retrieves Migration Config. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -390,7 +390,7 @@ public async Task> GetAsync(string subscrip /// Retrieves Migration Config. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -462,7 +462,7 @@ internal HttpMessage CreateCompleteMigrationRequest(string subscriptionId, strin /// This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -487,7 +487,7 @@ public async Task CompleteMigrationAsync(string subscriptionId, string /// This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -552,7 +552,7 @@ internal HttpMessage CreateRevertRequest(string subscriptionId, string resourceG /// This operation reverts Migration. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -577,7 +577,7 @@ public async Task RevertAsync(string subscriptionId, string resourceGr /// This operation reverts Migration. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The configuration name. Should always be "$default". /// The cancellation token to use. @@ -625,7 +625,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets all migrationConfigurations. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. @@ -656,7 +656,7 @@ public async Task> ListNextPageAsync(string /// Gets all migrationConfigurations. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespaceAuthorizationRulesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespaceAuthorizationRulesRestOperations.cs index e26bbf5ec0401..067934ed7ef30 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespaceAuthorizationRulesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespaceAuthorizationRulesRestOperations.cs @@ -32,7 +32,7 @@ public NamespaceAuthorizationRulesRestOperations(HttpPipeline pipeline, string a { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -74,7 +74,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets the authorization rules for a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -103,7 +103,7 @@ public async Task> ListAsync(string subs /// Gets the authorization rules for a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -174,7 +174,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates or updates an authorization rule for a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The shared access authorization rule. @@ -207,7 +207,7 @@ public async Task> CreateOrUpdateAsync /// Creates or updates an authorization rule for a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The shared access authorization rule. @@ -278,7 +278,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a namespace authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The cancellation token to use. @@ -305,7 +305,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a namespace authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The cancellation token to use. @@ -370,7 +370,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Gets an authorization rule for a namespace by rule name. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The cancellation token to use. @@ -403,7 +403,7 @@ public async Task> GetAsync(string sub /// Gets an authorization rule for a namespace by rule name. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The cancellation token to use. @@ -476,7 +476,7 @@ internal HttpMessage CreateListKeysRequest(string subscriptionId, string resourc /// Gets the primary and secondary connection strings for the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The cancellation token to use. @@ -507,7 +507,7 @@ public async Task> ListKeysAsync(string subscript /// Gets the primary and secondary connection strings for the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// The cancellation token to use. @@ -582,7 +582,7 @@ internal HttpMessage CreateRegenerateKeysRequest(string subscriptionId, string r /// Regenerates the primary or secondary connection strings for the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// Parameters supplied to regenerate the authorization rule. @@ -615,7 +615,7 @@ public async Task> RegenerateKeysAsync(string sub /// Regenerates the primary or secondary connection strings for the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The authorization rule name. /// Parameters supplied to regenerate the authorization rule. @@ -671,7 +671,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets the authorization rules for a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. @@ -702,7 +702,7 @@ public async Task> ListNextPageAsync(str /// Gets the authorization rules for a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespacesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespacesRestOperations.cs index f1303b08ae0ed..4817efc66c8c3 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespacesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/NamespacesRestOperations.cs @@ -32,7 +32,7 @@ public NamespacesRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -148,7 +148,7 @@ internal HttpMessage CreateListByResourceGroupRequest(string subscriptionId, str /// Gets the available namespaces within a resource group. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// or is null. /// or is an empty string, and was expected to be non-empty. @@ -175,7 +175,7 @@ public async Task> ListByResourceGroupAsync(stri /// Gets the available namespaces within a resource group. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// or is null. /// or is an empty string, and was expected to be non-empty. @@ -240,7 +240,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates or updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Parameters supplied to create a namespace resource. /// The cancellation token to use. @@ -268,7 +268,7 @@ public async Task CreateOrUpdateAsync(string subscriptionId, string re /// Creates or updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Parameters supplied to create a namespace resource. /// The cancellation token to use. @@ -330,7 +330,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes an existing namespace. This operation also removes all associated resources under the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -356,7 +356,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes an existing namespace. This operation also removes all associated resources under the namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -416,7 +416,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Gets a description for the specified namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -447,7 +447,7 @@ public async Task> GetAsync(string subscriptio /// Gets a description for the specified namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -516,7 +516,7 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceG /// Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Parameters supplied to update a namespace resource. /// The cancellation token to use. @@ -550,7 +550,7 @@ public async Task> UpdateAsync(string subscrip /// Updates a service namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Parameters supplied to update a namespace resource. /// The cancellation token to use. @@ -624,7 +624,7 @@ internal HttpMessage CreateCreateOrUpdateNetworkRuleSetRequest(string subscripti /// Create or update NetworkRuleSet for a Namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Namespace IpFilterRule. /// The cancellation token to use. @@ -655,7 +655,7 @@ public async Task> CreateOrUpdateNetworkR /// Create or update NetworkRuleSet for a Namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The Namespace IpFilterRule. /// The cancellation token to use. @@ -722,7 +722,7 @@ internal HttpMessage CreateGetNetworkRuleSetRequest(string subscriptionId, strin /// Gets NetworkRuleSet for a Namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -753,7 +753,7 @@ public async Task> GetNetworkRuleSetAsync /// Gets NetworkRuleSet for a Namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -820,7 +820,7 @@ internal HttpMessage CreateListNetworkRuleSetsRequest(string subscriptionId, str /// Gets list of NetworkRuleSet for a Namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -849,7 +849,7 @@ public async Task> ListNetworkRuleSetsAsync(s /// Gets list of NetworkRuleSet for a Namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -1063,7 +1063,7 @@ internal HttpMessage CreateListByResourceGroupNextPageRequest(string nextLink, s /// Gets the available namespaces within a resource group. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// , or is null. /// or is an empty string, and was expected to be non-empty. @@ -1092,7 +1092,7 @@ public async Task> ListByResourceGroupNextPageAs /// Gets the available namespaces within a resource group. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// , or is null. /// or is an empty string, and was expected to be non-empty. @@ -1143,7 +1143,7 @@ internal HttpMessage CreateListNetworkRuleSetsNextPageRequest(string nextLink, s /// Gets list of NetworkRuleSet for a Namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. @@ -1174,7 +1174,7 @@ public async Task> ListNetworkRuleSetsNextPag /// Gets list of NetworkRuleSet for a Namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs index 39fdfcadbfdd4..74254bc39674a 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs @@ -32,7 +32,7 @@ public PrivateEndpointConnectionsRestOperations(HttpPipeline pipeline, string ap { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -74,7 +74,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets the available PrivateEndpointConnections within a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -103,7 +103,7 @@ public async Task> ListA /// Gets the available PrivateEndpointConnections within a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -174,7 +174,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates or updates PrivateEndpointConnections of service namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The PrivateEndpointConnection name. /// Parameters supplied to update Status of PrivateEndpoint Connection to namespace resource. @@ -209,7 +209,7 @@ public async Task> CreateOrUpd /// Creates or updates PrivateEndpointConnections of service namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The PrivateEndpointConnection name. /// Parameters supplied to update Status of PrivateEndpoint Connection to namespace resource. @@ -282,7 +282,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes an existing Private Endpoint Connection. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The PrivateEndpointConnection name. /// The cancellation token to use. @@ -310,7 +310,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes an existing Private Endpoint Connection. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The PrivateEndpointConnection name. /// The cancellation token to use. @@ -376,7 +376,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Gets a description for the specified Private Endpoint Connection. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The PrivateEndpointConnection name. /// The cancellation token to use. @@ -409,7 +409,7 @@ public async Task> GetAsync(st /// Gets a description for the specified Private Endpoint Connection. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The PrivateEndpointConnection name. /// The cancellation token to use. @@ -465,7 +465,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets the available PrivateEndpointConnections within a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. @@ -496,7 +496,7 @@ public async Task> ListN /// Gets the available PrivateEndpointConnections within a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , , or is null. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs index 65d15568bc774..3bfe0bfa197eb 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs @@ -32,7 +32,7 @@ public PrivateLinkResourcesRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -74,7 +74,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Gets lists of resources that supports Privatelinks. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. @@ -103,7 +103,7 @@ public async Task> GetAsync(string subs /// Gets lists of resources that supports Privatelinks. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The cancellation token to use. /// , or is null. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueueAuthorizationRulesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueueAuthorizationRulesRestOperations.cs index 6a5d01a2d9133..020ef9f69f7c5 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueueAuthorizationRulesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueueAuthorizationRulesRestOperations.cs @@ -32,7 +32,7 @@ public QueueAuthorizationRulesRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -78,7 +78,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets all authorization rules for a queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -109,7 +109,7 @@ public async Task> ListAsync(string subs /// Gets all authorization rules for a queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -186,7 +186,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates an authorization rule for a queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -221,7 +221,7 @@ public async Task> CreateOrUpdateAsync /// Creates an authorization rule for a queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -298,7 +298,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a queue authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -327,7 +327,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a queue authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -398,7 +398,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Gets an authorization rule for a queue by rule name. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -433,7 +433,7 @@ public async Task> GetAsync(string sub /// Gets an authorization rule for a queue by rule name. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -512,7 +512,7 @@ internal HttpMessage CreateListKeysRequest(string subscriptionId, string resourc /// Primary and secondary connection strings to the queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -545,7 +545,7 @@ public async Task> ListKeysAsync(string subscript /// Primary and secondary connection strings to the queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -626,7 +626,7 @@ internal HttpMessage CreateRegenerateKeysRequest(string subscriptionId, string r /// Regenerates the primary or secondary connection strings to the queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -661,7 +661,7 @@ public async Task> RegenerateKeysAsync(string sub /// Regenerates the primary or secondary connection strings to the queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The authorization rule name. @@ -719,7 +719,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets all authorization rules for a queue. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -752,7 +752,7 @@ public async Task> ListNextPageAsync(str /// Gets all authorization rules for a queue. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueuesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueuesRestOperations.cs index b199e709e1da1..85c855efacdf2 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueuesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/QueuesRestOperations.cs @@ -32,7 +32,7 @@ public QueuesRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -90,7 +90,7 @@ internal HttpMessage CreateListByNamespaceRequest(string subscriptionId, string /// Gets the queues within a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. @@ -121,7 +121,7 @@ public async Task> ListByNamespaceAsync(string subsc /// Gets the queues within a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. @@ -194,7 +194,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates or updates a Service Bus queue. This operation is idempotent. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// Parameters supplied to create or update a queue resource. @@ -227,7 +227,7 @@ public async Task> CreateOrUpdateAsync(string subs /// Creates or updates a Service Bus queue. This operation is idempotent. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// Parameters supplied to create or update a queue resource. @@ -298,7 +298,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a queue from the specified namespace in a resource group. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -325,7 +325,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a queue from the specified namespace in a resource group. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -390,7 +390,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Returns a description for the specified queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -423,7 +423,7 @@ public async Task> GetAsync(string subscriptionId, /// Returns a description for the specified queue. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The queue name. /// The cancellation token to use. @@ -479,7 +479,7 @@ internal HttpMessage CreateListByNamespaceNextPageRequest(string nextLink, strin /// Gets the queues within a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. @@ -512,7 +512,7 @@ public async Task> ListByNamespaceNextPageAsync(stri /// Gets the queues within a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/RulesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/RulesRestOperations.cs index 8fb48dd5a1570..e9396d9546991 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/RulesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/RulesRestOperations.cs @@ -32,7 +32,7 @@ public RulesRestOperations(HttpPipeline pipeline, string applicationId, Uri endp { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -98,7 +98,7 @@ internal HttpMessage CreateListBySubscriptionsRequest(string subscriptionId, str /// List all the rules within given topic-subscription. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -133,7 +133,7 @@ public async Task> ListBySubscriptionsAsync(string subs /// List all the rules within given topic-subscription. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -218,7 +218,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates a new rule and updates an existing rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -255,7 +255,7 @@ public async Task> CreateOrUpdateAsync(string subsc /// Creates a new rule and updates an existing rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -338,7 +338,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes an existing rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -369,7 +369,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes an existing rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -446,7 +446,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Retrieves the description for the specified rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -483,7 +483,7 @@ public async Task> GetAsync(string subscriptionId, /// Retrieves the description for the specified rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -543,7 +543,7 @@ internal HttpMessage CreateListBySubscriptionsNextPageRequest(string nextLink, s /// List all the rules within given topic-subscription. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -580,7 +580,7 @@ public async Task> ListBySubscriptionsNextPageAsync(str /// List all the rules within given topic-subscription. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/SubscriptionsRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/SubscriptionsRestOperations.cs index 9c4016be4ea47..e0628e12aa554 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/SubscriptionsRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/SubscriptionsRestOperations.cs @@ -32,7 +32,7 @@ public SubscriptionsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -94,7 +94,7 @@ internal HttpMessage CreateListByTopicRequest(string subscriptionId, string reso /// List all the subscriptions under a specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. @@ -127,7 +127,7 @@ public async Task> ListByTopicAsync(string su /// List all the subscriptions under a specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. @@ -206,7 +206,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates a topic subscription. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -241,7 +241,7 @@ public async Task> CreateOrUpdateAsync(stri /// Creates a topic subscription. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -318,7 +318,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a subscription from the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -347,7 +347,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a subscription from the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -418,7 +418,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Returns a subscription description for the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -453,7 +453,7 @@ public async Task> GetAsync(string subscrip /// Returns a subscription description for the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The subscription name. @@ -511,7 +511,7 @@ internal HttpMessage CreateListByTopicNextPageRequest(string nextLink, string su /// List all the subscriptions under a specified topic. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. @@ -546,7 +546,7 @@ public async Task> ListByTopicNextPageAsync(s /// List all the subscriptions under a specified topic. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicAuthorizationRulesRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicAuthorizationRulesRestOperations.cs index b09409a0825a3..c69bc15c166ee 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicAuthorizationRulesRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicAuthorizationRulesRestOperations.cs @@ -32,7 +32,7 @@ public TopicAuthorizationRulesRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -78,7 +78,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string resourceGro /// Gets authorization rules for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -109,7 +109,7 @@ public async Task> ListAsync(string subs /// Gets authorization rules for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -186,7 +186,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates an authorization rule for the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -221,7 +221,7 @@ public async Task> CreateOrUpdateAsync /// Creates an authorization rule for the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -298,7 +298,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Returns the specified authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -333,7 +333,7 @@ public async Task> GetAsync(string sub /// Returns the specified authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -410,7 +410,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a topic authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -439,7 +439,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a topic authorization rule. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -512,7 +512,7 @@ internal HttpMessage CreateListKeysRequest(string subscriptionId, string resourc /// Gets the primary and secondary connection strings for the topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -545,7 +545,7 @@ public async Task> ListKeysAsync(string subscript /// Gets the primary and secondary connection strings for the topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -626,7 +626,7 @@ internal HttpMessage CreateRegenerateKeysRequest(string subscriptionId, string r /// Regenerates primary or secondary connection strings for the topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -661,7 +661,7 @@ public async Task> RegenerateKeysAsync(string sub /// Regenerates primary or secondary connection strings for the topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The authorization rule name. @@ -719,7 +719,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets authorization rules for a topic. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -752,7 +752,7 @@ public async Task> ListNextPageAsync(str /// Gets authorization rules for a topic. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicsRestOperations.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicsRestOperations.cs index 44ba19a20c258..a5725b6eac680 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicsRestOperations.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/RestOperations/TopicsRestOperations.cs @@ -32,7 +32,7 @@ public TopicsRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-10-01-preview"; + _apiVersion = apiVersion ?? "2024-01-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -90,7 +90,7 @@ internal HttpMessage CreateListByNamespaceRequest(string subscriptionId, string /// Gets all the topics in a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. @@ -121,7 +121,7 @@ public async Task> ListByNamespaceAsync(string subsc /// Gets all the topics in a namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. @@ -194,7 +194,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r /// Creates a topic in the specified namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// Parameters supplied to create a topic resource. @@ -227,7 +227,7 @@ public async Task> CreateOrUpdateAsync(string subs /// Creates a topic in the specified namespace. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// Parameters supplied to create a topic resource. @@ -298,7 +298,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG /// Deletes a topic from the specified namespace and resource group. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -325,7 +325,7 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr /// Deletes a topic from the specified namespace and resource group. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -390,7 +390,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou /// Returns a description for the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -423,7 +423,7 @@ public async Task> GetAsync(string subscriptionId, /// Returns a description for the specified topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// The topic name. /// The cancellation token to use. @@ -479,7 +479,7 @@ internal HttpMessage CreateListByNamespaceNextPageRequest(string nextLink, strin /// Gets all the topics in a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. @@ -512,7 +512,7 @@ public async Task> ListByNamespaceNextPageAsync(stri /// Gets all the topics in a namespace. /// The URL to the next page of results. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Name of the Resource group within the Azure subscription. + /// The name of the resource group. The name is case insensitive. /// The namespace name. /// Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. /// May be used to limit the number of results to the most recent N usageDetails. diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs index e6a4e840c782a..661ac2e03ca07 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -109,7 +109,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -154,7 +154,7 @@ public virtual Response Get /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -184,7 +184,7 @@ public virtual AsyncPageable /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -214,7 +214,7 @@ public virtual Pageable Get /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -257,7 +257,7 @@ public virtual async Task> ExistsAsync(string authorizationRuleNa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -300,7 +300,7 @@ public virtual Response Exists(string authorizationRuleName, CancellationT /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -345,7 +345,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleResource.cs index 0117197c742af..2e4e4affec660 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryAuthorizationRuleResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -221,7 +221,7 @@ public virtual async Task> GetKeysAsync(Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryCollection.cs index 601f6c7df759a..f7e6bbd14bf94 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> Crea /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(W /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string @alias, C /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -286,7 +286,7 @@ public virtual AsyncPageable GetAllAsync(Can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -316,7 +316,7 @@ public virtual Pageable GetAll(CancellationT /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual async Task> ExistsAsync(string @alias, Cancellatio /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -402,7 +402,7 @@ public virtual Response Exists(string @alias, CancellationToken cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -447,7 +447,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryResource.cs index 4260425c1770c..88689925e5d52 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusDisasterRecoveryResource.cs @@ -109,7 +109,7 @@ public virtual ServiceBusDisasterRecoveryAuthorizationRuleCollection GetServiceB /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -140,7 +140,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -171,7 +171,7 @@ public virtual Response Get /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -251,7 +251,7 @@ public virtual Response Get(CancellationToke /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -295,7 +295,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -339,7 +339,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -387,7 +387,7 @@ public virtual async Task> Upda /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -435,7 +435,7 @@ public virtual ArmOperation Update(WaitUntil /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -473,7 +473,7 @@ public virtual async Task BreakPairingAsync(CancellationToken cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -511,7 +511,7 @@ public virtual Response BreakPairing(CancellationToken cancellationToken = defau /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -550,7 +550,7 @@ public virtual async Task FailOverAsync(FailoverProperties failoverPro /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleCollection.cs index 75e35a34f50b2..ce3d9317ac83b 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation Create /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -286,7 +286,7 @@ public virtual AsyncPageable GetAl /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -316,7 +316,7 @@ public virtual Pageable GetAll(Can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual async Task> ExistsAsync(string authorizationRuleNa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -402,7 +402,7 @@ public virtual Response Exists(string authorizationRuleName, CancellationT /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -447,7 +447,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleResource.cs index b084677d86872..52d1e77a842fd 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceAuthorizationRuleResource.cs @@ -102,7 +102,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -142,7 +142,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -182,7 +182,7 @@ public virtual Response Get(Cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -226,7 +226,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -270,7 +270,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -318,7 +318,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -366,7 +366,7 @@ public virtual ArmOperation Update /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -404,7 +404,7 @@ public virtual async Task> GetKeysAsync(Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -442,7 +442,7 @@ public virtual Response GetKeys(CancellationToken cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -484,7 +484,7 @@ public virtual async Task> RegenerateKeysAsync(Se /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceCollection.cs index 9d53c924192bf..9ee3ba0178a1b 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -114,7 +114,7 @@ public virtual async Task> CreateOrUpd /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -163,7 +163,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUnti /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -208,7 +208,7 @@ public virtual async Task> GetAsync(string /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -253,7 +253,7 @@ public virtual Response Get(string namespaceName, C /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -283,7 +283,7 @@ public virtual AsyncPageable GetAllAsync(Cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -313,7 +313,7 @@ public virtual Pageable GetAll(CancellationToken ca /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -356,7 +356,7 @@ public virtual async Task> ExistsAsync(string namespaceName, Canc /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -399,7 +399,7 @@ public virtual Response Exists(string namespaceName, CancellationToken can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -444,7 +444,7 @@ public virtual async Task> GetIfEx /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceResource.cs index 8b01da994c661..a407526818655 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNamespaceResource.cs @@ -127,7 +127,7 @@ public virtual ServiceBusPrivateEndpointConnectionCollection GetServiceBusPrivat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -158,7 +158,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -196,7 +196,7 @@ public virtual ServiceBusDisasterRecoveryCollection GetServiceBusDisasterRecover /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task> GetServi /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -265,7 +265,7 @@ public virtual MigrationConfigurationCollection GetMigrationConfigurations() /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -294,7 +294,7 @@ public virtual async Task> GetMigration /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -330,7 +330,7 @@ public virtual ServiceBusNamespaceAuthorizationRuleCollection GetServiceBusNames /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -361,7 +361,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -399,7 +399,7 @@ public virtual ServiceBusQueueCollection GetServiceBusQueues() /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -430,7 +430,7 @@ public virtual async Task> GetServiceBusQueueA /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -468,7 +468,7 @@ public virtual ServiceBusTopicCollection GetServiceBusTopics() /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -499,7 +499,7 @@ public virtual async Task> GetServiceBusTopicA /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -530,7 +530,7 @@ public virtual Response GetServiceBusTopic(string topic /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -570,7 +570,7 @@ public virtual async Task> GetAsync(Cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -610,7 +610,7 @@ public virtual Response Get(CancellationToken cance /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -652,7 +652,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -694,7 +694,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -736,7 +736,7 @@ public virtual async Task> UpdateAsync(Ser /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -778,7 +778,7 @@ public virtual Response Update(ServiceBusNamespaceP /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// @@ -803,7 +803,7 @@ public virtual AsyncPageable GetPrivateLinkResour /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// @@ -828,7 +828,7 @@ public virtual Pageable GetPrivateLinkResources(C /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -870,7 +870,7 @@ public virtual async Task> CheckServi /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -912,7 +912,7 @@ public virtual Response CheckServiceBusDisaste /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -974,7 +974,7 @@ public virtual async Task> AddTagAsync(str /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -1036,7 +1036,7 @@ public virtual Response AddTag(string key, string v /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -1093,7 +1093,7 @@ public virtual async Task> SetTagsAsync(ID /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -1150,7 +1150,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -1210,7 +1210,7 @@ public virtual async Task> RemoveTagAsync( /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNetworkRuleSetResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNetworkRuleSetResource.cs index 988e0905fb78e..781d6bd4cb716 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNetworkRuleSetResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusNetworkRuleSetResource.cs @@ -100,7 +100,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -140,7 +140,7 @@ public virtual async Task> GetAsync(C /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -180,7 +180,7 @@ public virtual Response Get(CancellationToken /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -228,7 +228,7 @@ public virtual async Task> Create /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionCollection.cs index 6f772b0cc5c61..8a178c5ec1ed3 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateO /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -286,7 +286,7 @@ public virtual AsyncPageable GetAll /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -316,7 +316,7 @@ public virtual Pageable GetAll(Canc /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual async Task> ExistsAsync(string privateEndpointConn /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -402,7 +402,7 @@ public virtual Response Exists(string privateEndpointConnectionName, Cance /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -447,7 +447,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionResource.cs index e34ace359cc27..1cc240fe34724 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusPrivateEndpointConnectionResource.cs @@ -101,7 +101,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -141,7 +141,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -181,7 +181,7 @@ public virtual Response Get(Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -223,7 +223,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -265,7 +265,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -313,7 +313,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleCollection.cs index 2f599f017c3f9..fc057ae146a2b 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUp /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string aut /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -286,7 +286,7 @@ public virtual AsyncPageable GetAllAsy /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -316,7 +316,7 @@ public virtual Pageable GetAll(Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual async Task> ExistsAsync(string authorizationRuleNa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -402,7 +402,7 @@ public virtual Response Exists(string authorizationRuleName, CancellationT /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -447,7 +447,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleResource.cs index fbbd86a9950c5..fb5a7e20dfe4e 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueAuthorizationRuleResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(Wai /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -405,7 +405,7 @@ public virtual async Task> GetKeysAsync(Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual Response GetKeys(CancellationToken cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -485,7 +485,7 @@ public virtual async Task> RegenerateKeysAsync(Se /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueCollection.cs index 5aab12babf3bc..e1df17b4adca7 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> CreateOrUpdateA /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil wa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(string que /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string queueName, Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAsync(int? skip = nu /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? skip = null, int? t /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string queueName, Cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string queueName, CancellationToken cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task> GetIfExists /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueResource.cs index 81e6b91c8616d..910273f528668 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusQueueResource.cs @@ -108,7 +108,7 @@ public virtual ServiceBusQueueAuthorizationRuleCollection GetServiceBusQueueAuth /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -139,7 +139,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -170,7 +170,7 @@ public virtual Response GetServiceBusQ /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -210,7 +210,7 @@ public virtual async Task> GetAsync(Cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -250,7 +250,7 @@ public virtual Response Get(CancellationToken cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -294,7 +294,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -338,7 +338,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -386,7 +386,7 @@ public virtual async Task> UpdateAsync(Wai /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleCollection.cs index f2c19f68bf089..c2547fd10dd08 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> CreateOrUpdateAs /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil wai /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(string rule /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string ruleName, Cancellatio /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAsync(int? skip = nul /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? skip = null, int? to /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string ruleName, Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string ruleName, CancellationToken cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task> GetIfExistsA /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleResource.cs index ec6bf9d8679ad..a50ba921f6915 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusRuleResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> GetAsync(Cancellatio /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(CancellationToken cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task> UpdateAsync(Wait /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionCollection.cs index 8bf93e030829a..68f2a407fec94 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> CreateOr /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(WaitU /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(str /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string subscriptionN /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAsync(int? sk /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? skip = null, /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string subscriptionName, C /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string subscriptionName, CancellationToken /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task> GetI /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionResource.cs index f44bb9a25003f..4ba9e0c76eff8 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusSubscriptionResource.cs @@ -109,7 +109,7 @@ public virtual ServiceBusRuleCollection GetServiceBusRules() /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -140,7 +140,7 @@ public virtual async Task> GetServiceBusRuleAsy /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -171,7 +171,7 @@ public virtual Response GetServiceBusRule(string ruleNam /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(Can /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -251,7 +251,7 @@ public virtual Response Get(CancellationToken ca /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -295,7 +295,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -339,7 +339,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -387,7 +387,7 @@ public virtual async Task> UpdateAs /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleCollection.cs index 25857c25dae4b..e9db2f6c8527d 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUp /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string aut /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -286,7 +286,7 @@ public virtual AsyncPageable GetAllAsy /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -316,7 +316,7 @@ public virtual Pageable GetAll(Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -359,7 +359,7 @@ public virtual async Task> ExistsAsync(string authorizationRuleNa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -402,7 +402,7 @@ public virtual Response Exists(string authorizationRuleName, CancellationT /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -447,7 +447,7 @@ public virtual async Task /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleResource.cs index a96898a2ee85d..307311e24111a 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicAuthorizationRuleResource.cs @@ -103,7 +103,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -143,7 +143,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -183,7 +183,7 @@ public virtual Response Get(Cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -227,7 +227,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -271,7 +271,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -367,7 +367,7 @@ public virtual ArmOperation Update(Wai /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -405,7 +405,7 @@ public virtual async Task> GetKeysAsync(Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual Response GetKeys(CancellationToken cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -485,7 +485,7 @@ public virtual async Task> RegenerateKeysAsync(Se /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicCollection.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicCollection.cs index 92547e1d43bca..3d810a98f1c97 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicCollection.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -115,7 +115,7 @@ public virtual async Task> CreateOrUpdateA /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -166,7 +166,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil wa /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -211,7 +211,7 @@ public virtual async Task> GetAsync(string top /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -256,7 +256,7 @@ public virtual Response Get(string topicName, Cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -288,7 +288,7 @@ public virtual AsyncPageable GetAllAsync(int? skip = nu /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -320,7 +320,7 @@ public virtual Pageable GetAll(int? skip = null, int? t /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task> ExistsAsync(string topicName, Cancella /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -406,7 +406,7 @@ public virtual Response Exists(string topicName, CancellationToken cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -451,7 +451,7 @@ public virtual async Task> GetIfExists /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicResource.cs b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicResource.cs index 496ff92e918dc..7296dd40e7b4a 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicResource.cs +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/Generated/ServiceBusTopicResource.cs @@ -108,7 +108,7 @@ public virtual ServiceBusTopicAuthorizationRuleCollection GetServiceBusTopicAuth /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -139,7 +139,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -177,7 +177,7 @@ public virtual ServiceBusSubscriptionCollection GetServiceBusSubscriptions() /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -208,7 +208,7 @@ public virtual async Task> GetServiceBu /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -239,7 +239,7 @@ public virtual Response GetServiceBusSubscriptio /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -279,7 +279,7 @@ public virtual async Task> GetAsync(Cancellati /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -319,7 +319,7 @@ public virtual Response Get(CancellationToken cancellat /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -363,7 +363,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -407,7 +407,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource @@ -455,7 +455,7 @@ public virtual async Task> UpdateAsync(Wai /// /// /// Default Api Version - /// 2022-10-01-preview + /// 2024-01-01 /// /// /// Resource diff --git a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/autorest.md b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/autorest.md index a42e9ea4b477a..65ff7a59fcb1f 100644 --- a/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/autorest.md +++ b/sdk/servicebus/Azure.ResourceManager.ServiceBus/src/autorest.md @@ -6,8 +6,8 @@ Run `dotnet build /t:GenerateCode` to generate code. azure-arm: true csharp: true namespace: Azure.ResourceManager.ServiceBus -require: https://github.com/Azure/azure-rest-api-specs/blob/f69c52dd603c79a8b29ba51483e3aa7fe1b56212/specification/servicebus/resource-manager/readme.md -tag: package-2022-10-preview +require: https://github.com/Azure/azure-rest-api-specs/blob/cfe266748ace6a5775d0d23ecbc654741d91958b/specification/servicebus/resource-manager/readme.md +#tag: package-2024-01 output-folder: $(this-folder)/Generated clear-output-folder: true sample-gen: