From 7a17b871cc0ebf72a073d984c9069a6c5516dc92 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 3 Nov 2022 04:48:00 +0000 Subject: [PATCH] CodeGen from PR 21327 in Azure/azure-rest-api-specs Merge d299c8ac40e628e17ed00c5e2c571ef0b47bf3ef into 591b17c5a50e7fc0ef09211197279e6d9f7ebc22 --- .../src/Generated/Extensions/RedisEnterpriseExtensions.cs | 8 ++++---- .../Extensions/SubscriptionResourceExtensionClient.cs | 8 ++++---- .../RestOperations/OperationsStatusRestOperations.cs | 8 ++++---- .../Azure.ResourceManager.RedisEnterprise/src/autorest.md | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/RedisEnterpriseExtensions.cs b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/RedisEnterpriseExtensions.cs index 6347e769c513..38c28abedb84 100644 --- a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/RedisEnterpriseExtensions.cs +++ b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/RedisEnterpriseExtensions.cs @@ -34,8 +34,8 @@ private static SubscriptionResourceExtensionClient GetExtensionClient(Subscripti /// Operation Id: OperationsStatus_Get /// /// The instance the method will execute against. - /// The region the operation is in. - /// The operation's unique identifier. + /// The name of Azure region. + /// The ID of an ongoing async operation. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. @@ -52,8 +52,8 @@ public static async Task> GetRedisEnter /// Operation Id: OperationsStatus_Get /// /// The instance the method will execute against. - /// The region the operation is in. - /// The operation's unique identifier. + /// The name of Azure region. + /// The ID of an ongoing async operation. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. diff --git a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs index 1c4b157d5bff..64a2c6aa56b1 100644 --- a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs +++ b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs @@ -53,8 +53,8 @@ private string GetApiVersionOrNull(ResourceType resourceType) /// Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} /// Operation Id: OperationsStatus_Get /// - /// The region the operation is in. - /// The operation's unique identifier. + /// The name of Azure region. + /// The ID of an ongoing async operation. /// The cancellation token to use. public virtual async Task> GetRedisEnterpriseOperationsStatusAsync(AzureLocation location, string operationId, CancellationToken cancellationToken = default) { @@ -77,8 +77,8 @@ public virtual async Task> GetRedisEnte /// Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} /// Operation Id: OperationsStatus_Get /// - /// The region the operation is in. - /// The operation's unique identifier. + /// The name of Azure region. + /// The ID of an ongoing async operation. /// The cancellation token to use. public virtual Response GetRedisEnterpriseOperationsStatus(AzureLocation location, string operationId, CancellationToken cancellationToken = default) { diff --git a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/RestOperations/OperationsStatusRestOperations.cs b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/RestOperations/OperationsStatusRestOperations.cs index 9063127098fd..3c375a64776e 100644 --- a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/RestOperations/OperationsStatusRestOperations.cs +++ b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Generated/RestOperations/OperationsStatusRestOperations.cs @@ -59,8 +59,8 @@ internal HttpMessage CreateGetRequest(string subscriptionId, AzureLocation locat /// Gets the status of operation. /// The ID of the target subscription. - /// The region the operation is in. - /// The operation's unique identifier. + /// The name of Azure region. + /// The ID of an ongoing async operation. /// The cancellation token to use. /// or is null. /// or is an empty string, and was expected to be non-empty. @@ -87,8 +87,8 @@ public async Task> GetAsync(string subs /// Gets the status of operation. /// The ID of the target subscription. - /// The region the operation is in. - /// The operation's unique identifier. + /// The name of Azure region. + /// The ID of an ongoing async operation. /// The cancellation token to use. /// or is null. /// or is an empty string, and was expected to be non-empty. diff --git a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/autorest.md b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/autorest.md index 658f4c1f97e1..e128d208383c 100644 --- a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/autorest.md +++ b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/autorest.md @@ -8,7 +8,7 @@ azure-arm: true csharp: true library-name: RedisEnterprise namespace: Azure.ResourceManager.RedisEnterprise -require: https://github.com/Azure/azure-rest-api-specs/blob/bab2f4389eb5ca73cdf366ec0a4af3f3eb6e1f6d/specification/redisenterprise/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/redisenterprise/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true