diff --git a/eng/mgmt/mgmtmetadata/search_resource-manager.txt b/eng/mgmt/mgmtmetadata/search_resource-manager.txt index 89b65211de1af..92b0d5e3bdf88 100644 --- a/eng/mgmt/mgmtmetadata/search_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/search_resource-manager.txt @@ -4,11 +4,11 @@ Commencing code generation Generating CSharp code Executing AutoRest command cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\src\azure-sdk-for-net\sdk -2020-08-27 02:58:43 UTC +2020-09-02 03:31:20 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: f3bf8264420abc0d430976a260e69973fd51baf6 +Commit: 8a98a5bf0f5c543cf2a340fcf77407658d59addb AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IPrivateEndpointConnectionsOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IPrivateEndpointConnectionsOperations.cs index 89a9e655bac09..4874d3465287a 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IPrivateEndpointConnectionsOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IPrivateEndpointConnectionsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Search public partial interface IPrivateEndpointConnectionsOperations { /// - /// Updates a Private Endpoint connection to the Search service in the + /// Updates a Private Endpoint connection to the search service in the /// given resource group. /// /// @@ -64,7 +64,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the details of the private endpoint connection to the Search + /// Gets the details of the private endpoint connection to the search /// service in the given resource group. /// /// @@ -102,7 +102,7 @@ public partial interface IPrivateEndpointConnectionsOperations Task> GetWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string privateEndpointConnectionName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Disconnects the private endpoint connection and deletes it from the - /// Search service. + /// search service. /// /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IQueryKeysOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IQueryKeysOperations.cs index 65b8cb2fe9415..a47eeef9121e6 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IQueryKeysOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IQueryKeysOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Search public partial interface IQueryKeysOperations { /// - /// Generates a new query key for the specified Search service. You can + /// Generates a new query key for the specified search service. You can /// create up to 50 query keys per service. /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISearchManagementClient.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISearchManagementClient.cs index 4b5773c7e5ec2..1181ec06f9919 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISearchManagementClient.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISearchManagementClient.cs @@ -49,8 +49,7 @@ public partial interface ISearchManagementClient : System.IDisposable string SubscriptionId { get; set; } /// - /// The API version to use for each request. The current version is - /// 2019-10-01-Preview. + /// The API version to use for each request. /// string ApiVersion { get; } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs index 2dab92c155311..460b2cff326b8 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/IServicesOperations.cs @@ -24,8 +24,8 @@ namespace Microsoft.Azure.Management.Search public partial interface IServicesOperations { /// - /// Creates or updates a Search service in the given resource group. If - /// the Search service already exists, all properties will be updated + /// Creates or updates a search service in the given resource group. If + /// the search service already exists, all properties will be updated /// with the given values. /// /// @@ -45,7 +45,7 @@ public partial interface IServicesOperations /// service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -67,7 +67,7 @@ public partial interface IServicesOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchService service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates an existing Search service in the given resource group. + /// Updates an existing search service in the given resource group. /// /// /// @@ -79,7 +79,7 @@ public partial interface IServicesOperations /// The name of the Azure Cognitive Search service to update. /// /// - /// The definition of the Search service to update. + /// The definition of the search service to update. /// /// /// Additional parameters for the operation @@ -101,7 +101,7 @@ public partial interface IServicesOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchServiceUpdate service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the Search service with the given name in the given resource + /// Gets the search service with the given name in the given resource /// group. /// /// @@ -134,7 +134,7 @@ public partial interface IServicesOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes a Search service in the given resource group, along with + /// Deletes a search service in the given resource group, along with /// its associated resources. /// /// @@ -164,7 +164,7 @@ public partial interface IServicesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -192,7 +192,7 @@ public partial interface IServicesOperations /// Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// @@ -215,14 +215,14 @@ public partial interface IServicesOperations /// Task>> ListBySubscriptionWithHttpMessagesAsync(SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Checks whether or not the given Search service name is available + /// Checks whether or not the given search service name is available /// for use. Search service names must be globally unique since they /// are part of the service URI /// (https://<name>.search.windows.net). /// /// /// - /// The Search service name to validate. Search service names must only + /// The search service name to validate. Search service names must only /// contain lowercase letters, digits or dashes, cannot use dash as the /// first two or last one characters, cannot contain consecutive /// dashes, and must be between 2 and 60 characters in length. @@ -247,8 +247,8 @@ public partial interface IServicesOperations /// Task> CheckNameAvailabilityWithHttpMessagesAsync(string name, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updates a Search service in the given resource group. If - /// the Search service already exists, all properties will be updated + /// Creates or updates a search service in the given resource group. If + /// the search service already exists, all properties will be updated /// with the given values. /// /// @@ -268,7 +268,7 @@ public partial interface IServicesOperations /// service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -290,7 +290,7 @@ public partial interface IServicesOperations /// Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchService service, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -316,7 +316,7 @@ public partial interface IServicesOperations /// Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs index df08c9d5d6c44..d331ef6bb62e6 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ISharedPrivateLinkResourcesOperations.cs @@ -25,7 +25,7 @@ public partial interface ISharedPrivateLinkResourcesOperations { /// /// Initiates the creation or update of a shared private link resource - /// managed by the Search service in the given resource group. + /// managed by the search service in the given resource group. /// /// /// @@ -66,7 +66,7 @@ public partial interface ISharedPrivateLinkResourcesOperations Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the details of the shared private link resource managed by the - /// Search service in the given resource group. + /// search service in the given resource group. /// /// /// @@ -103,7 +103,7 @@ public partial interface ISharedPrivateLinkResourcesOperations Task> GetWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Initiates the deletion of the shared private link resource from the - /// Search service. + /// search service. /// /// /// @@ -170,7 +170,7 @@ public partial interface ISharedPrivateLinkResourcesOperations Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Initiates the creation or update of a shared private link resource - /// managed by the Search service in the given resource group. + /// managed by the search service in the given resource group. /// /// /// @@ -211,7 +211,7 @@ public partial interface ISharedPrivateLinkResourcesOperations Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, SharedPrivateLinkResource sharedPrivateLinkResource, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Initiates the deletion of the shared private link resource from the - /// Search service. + /// search service. /// /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AdminKeyResult.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AdminKeyResult.cs index 1718ca9988d05..fcc939a751f8a 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AdminKeyResult.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/AdminKeyResult.cs @@ -30,10 +30,10 @@ public AdminKeyResult() /// /// Initializes a new instance of the AdminKeyResult class. /// - /// The primary admin API key of the Search + /// The primary admin API key of the search /// service. /// The secondary admin API key of the - /// Search service. + /// search service. public AdminKeyResult(string primaryKey = default(string), string secondaryKey = default(string)) { PrimaryKey = primaryKey; @@ -47,13 +47,13 @@ public AdminKeyResult() partial void CustomInit(); /// - /// Gets the primary admin API key of the Search service. + /// Gets the primary admin API key of the search service. /// [JsonProperty(PropertyName = "primaryKey")] public string PrimaryKey { get; private set; } /// - /// Gets the secondary admin API key of the Search service. + /// Gets the secondary admin API key of the search service. /// [JsonProperty(PropertyName = "secondaryKey")] public string SecondaryKey { get; private set; } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/CheckNameAvailabilityInput.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/CheckNameAvailabilityInput.cs index 1e909a6b63745..8049d23d16c59 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/CheckNameAvailabilityInput.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/CheckNameAvailabilityInput.cs @@ -30,7 +30,7 @@ public CheckNameAvailabilityInput() /// /// Initializes a new instance of the CheckNameAvailabilityInput class. /// - /// The Search service name to validate. Search + /// The search service name to validate. Search /// service names must only contain lowercase letters, digits or /// dashes, cannot use dash as the first two or last one characters, /// cannot contain consecutive dashes, and must be between 2 and 60 @@ -54,7 +54,7 @@ static CheckNameAvailabilityInput() partial void CustomInit(); /// - /// Gets or sets the Search service name to validate. Search service + /// Gets or sets the search service name to validate. Search service /// names must only contain lowercase letters, digits or dashes, cannot /// use dash as the first two or last one characters, cannot contain /// consecutive dashes, and must be between 2 and 60 characters in diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs index 3e016691281be..d50e9bd07cf22 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchService.cs @@ -43,11 +43,11 @@ public SearchService() /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. /// Resource tags. - /// The number of replicas in the Search + /// The number of replicas in the search /// service. If specified, it must be a value between 1 and 12 /// inclusive for standard SKUs or between 1 and 3 inclusive for basic /// SKU. - /// The number of partitions in the Search + /// The number of partitions in the search /// service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values /// greater than 1 are only valid for standard SKUs. For 'standard3' /// services with hostingMode set to 'highDensity', the allowed values @@ -65,26 +65,26 @@ public SearchService() /// is not allowed, and private endpoint connections would be the /// exclusive access method. Possible values include: 'enabled', /// 'disabled' - /// The status of the Search service. Possible - /// values include: 'running': The Search service is running and no - /// provisioning operations are underway. 'provisioning': The Search + /// The status of the search service. Possible + /// values include: 'running': The search service is running and no + /// provisioning operations are underway. 'provisioning': The search /// service is being provisioned or scaled up or down. 'deleting': The - /// Search service is being deleted. 'degraded': The Search service is + /// search service is being deleted. 'degraded': The search service is /// degraded. This can occur when the underlying search units are not - /// healthy. The Search service is most likely operational, but + /// healthy. The search service is most likely operational, but /// performance might be slow and some requests might be dropped. - /// 'disabled': The Search service is disabled. In this state, the - /// service will reject all API requests. 'error': The Search service + /// 'disabled': The search service is disabled. In this state, the + /// service will reject all API requests. 'error': The search service /// is in an error state. If your service is in the degraded, disabled, /// or error states, it means the Azure Cognitive Search team is /// actively investigating the underlying issue. Dedicated services in /// these states are still chargeable based on the number of search /// units provisioned. Possible values include: 'running', /// 'provisioning', 'deleting', 'degraded', 'disabled', 'error' - /// The details of the Search service + /// The details of the search service /// status. /// The state of the last provisioning - /// operation performed on the Search service. Provisioning is an + /// operation performed on the search service. Provisioning is an /// intermediate state that occurs while service capacity is being /// established. After capacity is set up, provisioningState changes to /// either 'succeeded' or 'failed'. Client applications can poll @@ -92,7 +92,7 @@ public SearchService() /// seconds to one minute) by using the Get Search Service operation to /// see when an operation is completed. If you are using the free /// service, this value tends to come back as 'succeeded' directly in - /// the call to Create Search service. This is because the free service + /// the call to Create search service. This is because the free service /// uses capacity that is already set up. Possible values include: /// 'succeeded', 'provisioning', 'failed' /// Network specific rules that determine @@ -130,7 +130,7 @@ public SearchService() partial void CustomInit(); /// - /// Gets or sets the number of replicas in the Search service. If + /// Gets or sets the number of replicas in the search service. If /// specified, it must be a value between 1 and 12 inclusive for /// standard SKUs or between 1 and 3 inclusive for basic SKU. /// @@ -138,7 +138,7 @@ public SearchService() public int? ReplicaCount { get; set; } /// - /// Gets or sets the number of partitions in the Search service; if + /// Gets or sets the number of partitions in the search service; if /// specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 /// are only valid for standard SKUs. For 'standard3' services with /// hostingMode set to 'highDensity', the allowed values are between 1 @@ -170,16 +170,16 @@ public SearchService() public PublicNetworkAccess? PublicNetworkAccess { get; set; } /// - /// Gets the status of the Search service. Possible values include: - /// 'running': The Search service is running and no provisioning - /// operations are underway. 'provisioning': The Search service is - /// being provisioned or scaled up or down. 'deleting': The Search - /// service is being deleted. 'degraded': The Search service is + /// Gets the status of the search service. Possible values include: + /// 'running': The search service is running and no provisioning + /// operations are underway. 'provisioning': The search service is + /// being provisioned or scaled up or down. 'deleting': The search + /// service is being deleted. 'degraded': The search service is /// degraded. This can occur when the underlying search units are not - /// healthy. The Search service is most likely operational, but + /// healthy. The search service is most likely operational, but /// performance might be slow and some requests might be dropped. - /// 'disabled': The Search service is disabled. In this state, the - /// service will reject all API requests. 'error': The Search service + /// 'disabled': The search service is disabled. In this state, the + /// service will reject all API requests. 'error': The search service /// is in an error state. If your service is in the degraded, disabled, /// or error states, it means the Azure Cognitive Search team is /// actively investigating the underlying issue. Dedicated services in @@ -191,21 +191,21 @@ public SearchService() public SearchServiceStatus? Status { get; private set; } /// - /// Gets the details of the Search service status. + /// Gets the details of the search service status. /// [JsonProperty(PropertyName = "properties.statusDetails")] public string StatusDetails { get; private set; } /// /// Gets the state of the last provisioning operation performed on the - /// Search service. Provisioning is an intermediate state that occurs + /// search service. Provisioning is an intermediate state that occurs /// while service capacity is being established. After capacity is set /// up, provisioningState changes to either 'succeeded' or 'failed'. /// Client applications can poll provisioning status (the recommended /// polling interval is from 30 seconds to one minute) by using the Get /// Search Service operation to see when an operation is completed. If /// you are using the free service, this value tends to come back as - /// 'succeeded' directly in the call to Create Search service. This is + /// 'succeeded' directly in the call to Create search service. This is /// because the free service uses capacity that is already set up. /// Possible values include: 'succeeded', 'provisioning', 'failed' /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs index 7da372d5dd6a2..0c8ffa43de972 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/SearchServiceUpdate.cs @@ -40,11 +40,11 @@ public SearchServiceUpdate() /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. - /// The number of replicas in the Search + /// The number of replicas in the search /// service. If specified, it must be a value between 1 and 12 /// inclusive for standard SKUs or between 1 and 3 inclusive for basic /// SKU. - /// The number of partitions in the Search + /// The number of partitions in the search /// service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values /// greater than 1 are only valid for standard SKUs. For 'standard3' /// services with hostingMode set to 'highDensity', the allowed values @@ -62,26 +62,26 @@ public SearchServiceUpdate() /// is not allowed, and private endpoint connections would be the /// exclusive access method. Possible values include: 'enabled', /// 'disabled' - /// The status of the Search service. Possible - /// values include: 'running': The Search service is running and no - /// provisioning operations are underway. 'provisioning': The Search + /// The status of the search service. Possible + /// values include: 'running': The search service is running and no + /// provisioning operations are underway. 'provisioning': The search /// service is being provisioned or scaled up or down. 'deleting': The - /// Search service is being deleted. 'degraded': The Search service is + /// search service is being deleted. 'degraded': The search service is /// degraded. This can occur when the underlying search units are not - /// healthy. The Search service is most likely operational, but + /// healthy. The search service is most likely operational, but /// performance might be slow and some requests might be dropped. - /// 'disabled': The Search service is disabled. In this state, the - /// service will reject all API requests. 'error': The Search service + /// 'disabled': The search service is disabled. In this state, the + /// service will reject all API requests. 'error': The search service /// is in an error state. If your service is in the degraded, disabled, /// or error states, it means the Azure Cognitive Search team is /// actively investigating the underlying issue. Dedicated services in /// these states are still chargeable based on the number of search /// units provisioned. Possible values include: 'running', /// 'provisioning', 'deleting', 'degraded', 'disabled', 'error' - /// The details of the Search service + /// The details of the search service /// status. /// The state of the last provisioning - /// operation performed on the Search service. Provisioning is an + /// operation performed on the search service. Provisioning is an /// intermediate state that occurs while service capacity is being /// established. After capacity is set up, provisioningState changes to /// either 'succeeded' or 'failed'. Client applications can poll @@ -89,7 +89,7 @@ public SearchServiceUpdate() /// seconds to one minute) by using the Get Search Service operation to /// see when an operation is completed. If you are using the free /// service, this value tends to come back as 'succeeded' directly in - /// the call to Create Search service. This is because the free service + /// the call to Create search service. This is because the free service /// uses capacity that is already set up. Possible values include: /// 'succeeded', 'provisioning', 'failed' /// Network specific rules that determine @@ -135,7 +135,7 @@ public SearchServiceUpdate() partial void CustomInit(); /// - /// Gets or sets the number of replicas in the Search service. If + /// Gets or sets the number of replicas in the search service. If /// specified, it must be a value between 1 and 12 inclusive for /// standard SKUs or between 1 and 3 inclusive for basic SKU. /// @@ -143,7 +143,7 @@ public SearchServiceUpdate() public int? ReplicaCount { get; set; } /// - /// Gets or sets the number of partitions in the Search service; if + /// Gets or sets the number of partitions in the search service; if /// specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 /// are only valid for standard SKUs. For 'standard3' services with /// hostingMode set to 'highDensity', the allowed values are between 1 @@ -175,16 +175,16 @@ public SearchServiceUpdate() public PublicNetworkAccess? PublicNetworkAccess { get; set; } /// - /// Gets the status of the Search service. Possible values include: - /// 'running': The Search service is running and no provisioning - /// operations are underway. 'provisioning': The Search service is - /// being provisioned or scaled up or down. 'deleting': The Search - /// service is being deleted. 'degraded': The Search service is + /// Gets the status of the search service. Possible values include: + /// 'running': The search service is running and no provisioning + /// operations are underway. 'provisioning': The search service is + /// being provisioned or scaled up or down. 'deleting': The search + /// service is being deleted. 'degraded': The search service is /// degraded. This can occur when the underlying search units are not - /// healthy. The Search service is most likely operational, but + /// healthy. The search service is most likely operational, but /// performance might be slow and some requests might be dropped. - /// 'disabled': The Search service is disabled. In this state, the - /// service will reject all API requests. 'error': The Search service + /// 'disabled': The search service is disabled. In this state, the + /// service will reject all API requests. 'error': The search service /// is in an error state. If your service is in the degraded, disabled, /// or error states, it means the Azure Cognitive Search team is /// actively investigating the underlying issue. Dedicated services in @@ -196,21 +196,21 @@ public SearchServiceUpdate() public SearchServiceStatus? Status { get; private set; } /// - /// Gets the details of the Search service status. + /// Gets the details of the search service status. /// [JsonProperty(PropertyName = "properties.statusDetails")] public string StatusDetails { get; private set; } /// /// Gets the state of the last provisioning operation performed on the - /// Search service. Provisioning is an intermediate state that occurs + /// search service. Provisioning is an intermediate state that occurs /// while service capacity is being established. After capacity is set /// up, provisioningState changes to either 'succeeded' or 'failed'. /// Client applications can poll provisioning status (the recommended /// polling interval is from 30 seconds to one minute) by using the Get /// Search Service operation to see when an operation is completed. If /// you are using the free service, this value tends to come back as - /// 'succeeded' directly in the call to Create Search service. This is + /// 'succeeded' directly in the call to Create search service. This is /// because the free service uses capacity that is already set up. /// Possible values include: 'succeeded', 'provisioning', 'failed' /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Sku.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Sku.cs index c417e03e4d9b5..771db9de4c8dc 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Sku.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/Models/Sku.cs @@ -33,7 +33,7 @@ public Sku() /// /// Initializes a new instance of the Sku class. /// - /// The SKU of the Search service. Valid values + /// The SKU of the search service. Valid values /// include: 'free': Shared service. 'basic': Dedicated service with up /// to 3 replicas. 'standard': Dedicated service with up to 12 /// partitions and 12 replicas. 'standard2': Similar to standard, but @@ -57,7 +57,7 @@ public Sku() partial void CustomInit(); /// - /// Gets or sets the SKU of the Search service. Valid values include: + /// Gets or sets the SKU of the search service. Valid values include: /// 'free': Shared service. 'basic': Dedicated service with up to 3 /// replicas. 'standard': Dedicated service with up to 12 partitions /// and 12 replicas. 'standard2': Similar to standard, but with more diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperations.cs index e73310a2a1065..7edf237f5cf86 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperations.cs @@ -51,7 +51,7 @@ internal PrivateEndpointConnectionsOperations(SearchManagementClient client) public SearchManagementClient Client { get; private set; } /// - /// Updates a Private Endpoint connection to the Search service in the given + /// Updates a Private Endpoint connection to the search service in the given /// resource group. /// /// @@ -292,7 +292,7 @@ internal PrivateEndpointConnectionsOperations(SearchManagementClient client) } /// - /// Gets the details of the private endpoint connection to the Search service + /// Gets the details of the private endpoint connection to the search service /// in the given resource group. /// /// @@ -519,7 +519,7 @@ internal PrivateEndpointConnectionsOperations(SearchManagementClient client) } /// - /// Disconnects the private endpoint connection and deletes it from the Search + /// Disconnects the private endpoint connection and deletes it from the search /// service. /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs index 0474b254769e6..ebed20bac0a31 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Search public static partial class PrivateEndpointConnectionsOperationsExtensions { /// - /// Updates a Private Endpoint connection to the Search service in the given + /// Updates a Private Endpoint connection to the search service in the given /// resource group. /// /// @@ -53,7 +53,7 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions } /// - /// Updates a Private Endpoint connection to the Search service in the given + /// Updates a Private Endpoint connection to the search service in the given /// resource group. /// /// @@ -90,7 +90,7 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions } /// - /// Gets the details of the private endpoint connection to the Search service + /// Gets the details of the private endpoint connection to the search service /// in the given resource group. /// /// @@ -118,7 +118,7 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions } /// - /// Gets the details of the private endpoint connection to the Search service + /// Gets the details of the private endpoint connection to the search service /// in the given resource group. /// /// @@ -152,7 +152,7 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions } /// - /// Disconnects the private endpoint connection and deletes it from the Search + /// Disconnects the private endpoint connection and deletes it from the search /// service. /// /// @@ -180,7 +180,7 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions } /// - /// Disconnects the private endpoint connection and deletes it from the Search + /// Disconnects the private endpoint connection and deletes it from the search /// service. /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperations.cs index b565d46924923..b9aeb62226014 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperations.cs @@ -51,7 +51,7 @@ internal QueryKeysOperations(SearchManagementClient client) public SearchManagementClient Client { get; private set; } /// - /// Generates a new query key for the specified Search service. You can create + /// Generates a new query key for the specified search service. You can create /// up to 50 query keys per service. /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperationsExtensions.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperationsExtensions.cs index b1751611f6d51..92394bdb91078 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperationsExtensions.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/QueryKeysOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Search public static partial class QueryKeysOperationsExtensions { /// - /// Generates a new query key for the specified Search service. You can create + /// Generates a new query key for the specified search service. You can create /// up to 50 query keys per service. /// /// @@ -49,7 +49,7 @@ public static partial class QueryKeysOperationsExtensions } /// - /// Generates a new query key for the specified Search service. You can create + /// Generates a new query key for the specified search service. You can create /// up to 50 query keys per service. /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs index a8116e89eff0d..13e8cca3ae5ec 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SdkInfo_SearchManagementClient.cs @@ -35,7 +35,7 @@ public static IEnumerable> ApiInfo_SearchManagemen public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/search/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\\src\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "f3bf8264420abc0d430976a260e69973fd51baf6"; + public static readonly String GithubCommidId = "8a98a5bf0f5c543cf2a340fcf77407658d59addb"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs index d0d2a72fd28e9..47107e568ac29 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SearchManagementClient.cs @@ -54,8 +54,7 @@ public partial class SearchManagementClient : ServiceClient - /// The API version to use for each request. The current version is - /// 2019-10-01-Preview. + /// The API version to use for each request. /// public string ApiVersion { get; private set; } diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs index c880395c61bec..207f25e64e93e 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperations.cs @@ -51,8 +51,8 @@ internal ServicesOperations(SearchManagementClient client) public SearchManagementClient Client { get; private set; } /// - /// Creates or updates a Search service in the given resource group. If the - /// Search service already exists, all properties will be updated with the + /// Creates or updates a search service in the given resource group. If the + /// search service already exists, all properties will be updated with the /// given values. /// /// @@ -70,7 +70,7 @@ internal ServicesOperations(SearchManagementClient client) /// the service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -89,7 +89,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Updates an existing Search service in the given resource group. + /// Updates an existing search service in the given resource group. /// /// /// @@ -100,7 +100,7 @@ internal ServicesOperations(SearchManagementClient client) /// The name of the Azure Cognitive Search service to update. /// /// - /// The definition of the Search service to update. + /// The definition of the search service to update. /// /// /// Additional parameters for the operation @@ -318,7 +318,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Gets the Search service with the given name in the given resource group. + /// Gets the search service with the given name in the given resource group. /// /// /// @@ -534,7 +534,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Deletes a Search service in the given resource group, along with its + /// Deletes a search service in the given resource group, along with its /// associated resources. /// /// @@ -730,7 +730,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -936,7 +936,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// @@ -1132,13 +1132,13 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Checks whether or not the given Search service name is available for use. + /// Checks whether or not the given search service name is available for use. /// Search service names must be globally unique since they are part of the /// service URI (https://<name>.search.windows.net). /// /// /// - /// The Search service name to validate. Search service names must only contain + /// The search service name to validate. Search service names must only contain /// lowercase letters, digits or dashes, cannot use dash as the first two or /// last one characters, cannot contain consecutive dashes, and must be between /// 2 and 60 characters in length. @@ -1352,8 +1352,8 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Creates or updates a Search service in the given resource group. If the - /// Search service already exists, all properties will be updated with the + /// Creates or updates a search service in the given resource group. If the + /// search service already exists, all properties will be updated with the /// given values. /// /// @@ -1371,7 +1371,7 @@ internal ServicesOperations(SearchManagementClient client) /// the service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -1611,7 +1611,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -1802,7 +1802,7 @@ internal ServicesOperations(SearchManagementClient client) } /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs index cd4d96e6c0f73..8370138134f81 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/ServicesOperationsExtensions.cs @@ -22,8 +22,8 @@ namespace Microsoft.Azure.Management.Search public static partial class ServicesOperationsExtensions { /// - /// Creates or updates a Search service in the given resource group. If the - /// Search service already exists, all properties will be updated with the + /// Creates or updates a search service in the given resource group. If the + /// search service already exists, all properties will be updated with the /// given values. /// /// @@ -44,7 +44,7 @@ public static partial class ServicesOperationsExtensions /// the service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -55,8 +55,8 @@ public static partial class ServicesOperationsExtensions } /// - /// Creates or updates a Search service in the given resource group. If the - /// Search service already exists, all properties will be updated with the + /// Creates or updates a search service in the given resource group. If the + /// search service already exists, all properties will be updated with the /// given values. /// /// @@ -77,7 +77,7 @@ public static partial class ServicesOperationsExtensions /// the service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -94,7 +94,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Updates an existing Search service in the given resource group. + /// Updates an existing search service in the given resource group. /// /// /// @@ -108,7 +108,7 @@ public static partial class ServicesOperationsExtensions /// The name of the Azure Cognitive Search service to update. /// /// - /// The definition of the Search service to update. + /// The definition of the search service to update. /// /// /// Additional parameters for the operation @@ -119,7 +119,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Updates an existing Search service in the given resource group. + /// Updates an existing search service in the given resource group. /// /// /// @@ -133,7 +133,7 @@ public static partial class ServicesOperationsExtensions /// The name of the Azure Cognitive Search service to update. /// /// - /// The definition of the Search service to update. + /// The definition of the search service to update. /// /// /// Additional parameters for the operation @@ -150,7 +150,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets the Search service with the given name in the given resource group. + /// Gets the search service with the given name in the given resource group. /// /// /// @@ -173,7 +173,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets the Search service with the given name in the given resource group. + /// Gets the search service with the given name in the given resource group. /// /// /// @@ -202,7 +202,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Deletes a Search service in the given resource group, along with its + /// Deletes a search service in the given resource group, along with its /// associated resources. /// /// @@ -226,7 +226,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Deletes a Search service in the given resource group, along with its + /// Deletes a search service in the given resource group, along with its /// associated resources. /// /// @@ -253,7 +253,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -272,7 +272,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -297,7 +297,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// @@ -312,7 +312,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// @@ -333,7 +333,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Checks whether or not the given Search service name is available for use. + /// Checks whether or not the given search service name is available for use. /// Search service names must be globally unique since they are part of the /// service URI (https://<name>.search.windows.net). /// @@ -342,7 +342,7 @@ public static partial class ServicesOperationsExtensions /// The operations group for this extension method. /// /// - /// The Search service name to validate. Search service names must only contain + /// The search service name to validate. Search service names must only contain /// lowercase letters, digits or dashes, cannot use dash as the first two or /// last one characters, cannot contain consecutive dashes, and must be between /// 2 and 60 characters in length. @@ -356,7 +356,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Checks whether or not the given Search service name is available for use. + /// Checks whether or not the given search service name is available for use. /// Search service names must be globally unique since they are part of the /// service URI (https://<name>.search.windows.net). /// @@ -365,7 +365,7 @@ public static partial class ServicesOperationsExtensions /// The operations group for this extension method. /// /// - /// The Search service name to validate. Search service names must only contain + /// The search service name to validate. Search service names must only contain /// lowercase letters, digits or dashes, cannot use dash as the first two or /// last one characters, cannot contain consecutive dashes, and must be between /// 2 and 60 characters in length. @@ -385,8 +385,8 @@ public static partial class ServicesOperationsExtensions } /// - /// Creates or updates a Search service in the given resource group. If the - /// Search service already exists, all properties will be updated with the + /// Creates or updates a search service in the given resource group. If the + /// search service already exists, all properties will be updated with the /// given values. /// /// @@ -407,7 +407,7 @@ public static partial class ServicesOperationsExtensions /// the service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -418,8 +418,8 @@ public static partial class ServicesOperationsExtensions } /// - /// Creates or updates a Search service in the given resource group. If the - /// Search service already exists, all properties will be updated with the + /// Creates or updates a search service in the given resource group. If the + /// search service already exists, all properties will be updated with the /// given values. /// /// @@ -440,7 +440,7 @@ public static partial class ServicesOperationsExtensions /// the service name after the service is created. /// /// - /// The definition of the Search service to create or update. + /// The definition of the search service to create or update. /// /// /// Additional parameters for the operation @@ -457,7 +457,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -475,7 +475,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given resource group. + /// Gets a list of all search services in the given resource group. /// /// /// @@ -499,7 +499,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// @@ -517,7 +517,7 @@ public static partial class ServicesOperationsExtensions } /// - /// Gets a list of all Search services in the given subscription. + /// Gets a list of all search services in the given subscription. /// /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs index 3e3be82df1fcf..e7a8a3c8e8f23 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperations.cs @@ -52,7 +52,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// Initiates the creation or update of a shared private link resource managed - /// by the Search service in the given resource group. + /// by the search service in the given resource group. /// /// /// @@ -87,7 +87,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) } /// - /// Gets the details of the shared private link resource managed by the Search + /// Gets the details of the shared private link resource managed by the search /// service in the given resource group. /// /// @@ -314,7 +314,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) } /// - /// Initiates the deletion of the shared private link resource from the Search + /// Initiates the deletion of the shared private link resource from the search /// service. /// /// @@ -565,7 +565,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) /// /// Initiates the creation or update of a shared private link resource managed - /// by the Search service in the given resource group. + /// by the search service in the given resource group. /// /// /// @@ -805,7 +805,7 @@ internal SharedPrivateLinkResourcesOperations(SearchManagementClient client) } /// - /// Initiates the deletion of the shared private link resource from the Search + /// Initiates the deletion of the shared private link resource from the search /// service. /// /// diff --git a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs index da5c1e65b7fef..f2b6f31bd52b5 100644 --- a/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs +++ b/sdk/search/Microsoft.Azure.Management.Search/src/Generated/SharedPrivateLinkResourcesOperationsExtensions.cs @@ -23,7 +23,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions { /// /// Initiates the creation or update of a shared private link resource managed - /// by the Search service in the given resource group. + /// by the search service in the given resource group. /// /// /// @@ -54,7 +54,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions /// /// Initiates the creation or update of a shared private link resource managed - /// by the Search service in the given resource group. + /// by the search service in the given resource group. /// /// /// @@ -90,7 +90,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Gets the details of the shared private link resource managed by the Search + /// Gets the details of the shared private link resource managed by the search /// service in the given resource group. /// /// @@ -118,7 +118,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Gets the details of the shared private link resource managed by the Search + /// Gets the details of the shared private link resource managed by the search /// service in the given resource group. /// /// @@ -152,7 +152,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Initiates the deletion of the shared private link resource from the Search + /// Initiates the deletion of the shared private link resource from the search /// service. /// /// @@ -180,7 +180,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Initiates the deletion of the shared private link resource from the Search + /// Initiates the deletion of the shared private link resource from the search /// service. /// /// @@ -266,7 +266,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions /// /// Initiates the creation or update of a shared private link resource managed - /// by the Search service in the given resource group. + /// by the search service in the given resource group. /// /// /// @@ -297,7 +297,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions /// /// Initiates the creation or update of a shared private link resource managed - /// by the Search service in the given resource group. + /// by the search service in the given resource group. /// /// /// @@ -333,7 +333,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Initiates the deletion of the shared private link resource from the Search + /// Initiates the deletion of the shared private link resource from the search /// service. /// /// @@ -361,7 +361,7 @@ public static partial class SharedPrivateLinkResourcesOperationsExtensions } /// - /// Initiates the deletion of the shared private link resource from the Search + /// Initiates the deletion of the shared private link resource from the search /// service. /// ///