diff --git a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/DataBoxEdgeExtensions.cs b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/DataBoxEdgeExtensions.cs index 3e534c03589f..30e8e6be9c0f 100644 --- a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/DataBoxEdgeExtensions.cs +++ b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/DataBoxEdgeExtensions.cs @@ -29,7 +29,7 @@ private static SubscriptionResourceExtensionClient GetExtensionClient(Subscripti } /// - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// /// /// Request Path @@ -50,7 +50,7 @@ public static AsyncPageable GetAvailableSkusAsync(this } /// - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// /// /// Request Path diff --git a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs index 006ff0e82c5a..b13678f6845b 100644 --- a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs +++ b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs @@ -47,7 +47,7 @@ private string GetApiVersionOrNull(ResourceType resourceType) } /// - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// /// /// Request Path @@ -69,7 +69,7 @@ public virtual AsyncPageable GetAvailableSkusAsync(Canc } /// - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// /// /// Request Path diff --git a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/RestOperations/AvailableSkusRestOperations.cs b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/RestOperations/AvailableSkusRestOperations.cs index 20a8154ccbc8..c231f3f1f8fe 100644 --- a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/RestOperations/AvailableSkusRestOperations.cs +++ b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/Generated/RestOperations/AvailableSkusRestOperations.cs @@ -54,7 +54,7 @@ internal HttpMessage CreateListRequest(string subscriptionId) return message; } - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// The subscription ID. /// The cancellation token to use. /// is null. @@ -79,7 +79,7 @@ public async Task> ListAsync(string subscr } } - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// The subscription ID. /// The cancellation token to use. /// is null. @@ -118,7 +118,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// The URL to the next page of results. /// The subscription ID. /// The cancellation token to use. @@ -145,7 +145,7 @@ public async Task> ListNextPageAsync(strin } } - /// List all the available Skus and information related to them. + /// List all the available Skus and information related to the skus. /// The URL to the next page of results. /// The subscription ID. /// The cancellation token to use. diff --git a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/autorest.md b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/autorest.md index 76183c2b2e99..77e3f4ca41fd 100644 --- a/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/autorest.md +++ b/sdk/databoxedge/Azure.ResourceManager.DataBoxEdge/src/autorest.md @@ -7,7 +7,7 @@ azure-arm: true csharp: true library-name: DataBoxEdge namespace: Azure.ResourceManager.DataBoxEdge -require: https://github.com/Azure/azure-rest-api-specs/blob/df70965d3a207eb2a628c96aa6ed935edc6b7911/specification/databoxedge/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/databoxedge/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true