@@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.Search
1313 public static partial class AdminKeysOperationsExtensions
1414 {
1515 /// <summary>
16- /// Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
16+ /// Gets the primary and secondary admin API keys for the specified Azure AI
17+ /// Search service.
1718 /// </summary>
1819 /// <param name='operations'>
1920 /// The operations group for this extension method.
@@ -22,18 +23,21 @@ public static partial class AdminKeysOperationsExtensions
2223 ///
2324 /// </param>
2425 /// <param name='resourceGroupName'>
25- /// The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
26+ /// The name of the resource group within the current subscription. You can
27+ /// obtain this value from the Azure Resource Manager API or the portal.
2628 /// </param>
2729 /// <param name='searchServiceName'>
28- /// The name of the Azure Cognitive Search service associated with the specified resource group.
30+ /// The name of the Azure AI Search service associated with the specified
31+ /// resource group.
2932 /// </param>
3033 public static AdminKeyResult Get ( this IAdminKeysOperations operations , string resourceGroupName , string searchServiceName , SearchManagementRequestOptions searchManagementRequestOptions = default ( SearchManagementRequestOptions ) )
3134 {
3235 return ( ( IAdminKeysOperations ) operations ) . GetAsync ( resourceGroupName , searchServiceName , searchManagementRequestOptions ) . GetAwaiter ( ) . GetResult ( ) ;
3336 }
3437
3538 /// <summary>
36- /// Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service.
39+ /// Gets the primary and secondary admin API keys for the specified Azure AI
40+ /// Search service.
3741 /// </summary>
3842 /// <param name='operations'>
3943 /// The operations group for this extension method.
@@ -42,10 +46,12 @@ public static partial class AdminKeysOperationsExtensions
4246 ///
4347 /// </param>
4448 /// <param name='resourceGroupName'>
45- /// The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
49+ /// The name of the resource group within the current subscription. You can
50+ /// obtain this value from the Azure Resource Manager API or the portal.
4651 /// </param>
4752 /// <param name='searchServiceName'>
48- /// The name of the Azure Cognitive Search service associated with the specified resource group.
53+ /// The name of the Azure AI Search service associated with the specified
54+ /// resource group.
4955 /// </param>
5056 /// <param name='cancellationToken'>
5157 /// The cancellation token.
@@ -58,7 +64,8 @@ public static partial class AdminKeysOperationsExtensions
5864 }
5965 }
6066 /// <summary>
61- /// Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.
67+ /// Regenerates either the primary or secondary admin API key. You can only
68+ /// regenerate one key at a time.
6269 /// </summary>
6370 /// <param name='operations'>
6471 /// The operations group for this extension method.
@@ -67,21 +74,25 @@ public static partial class AdminKeysOperationsExtensions
6774 ///
6875 /// </param>
6976 /// <param name='resourceGroupName'>
70- /// The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
77+ /// The name of the resource group within the current subscription. You can
78+ /// obtain this value from the Azure Resource Manager API or the portal.
7179 /// </param>
7280 /// <param name='searchServiceName'>
73- /// The name of the Azure Cognitive Search service associated with the specified resource group.
81+ /// The name of the Azure AI Search service associated with the specified
82+ /// resource group.
7483 /// </param>
7584 /// <param name='keyKind'>
76- /// Specifies which key to regenerate. Valid values include 'primary' and 'secondary'.
85+ /// Specifies which key to regenerate. Valid values include 'primary' and
86+ /// 'secondary'.
7787 /// </param>
7888 public static AdminKeyResult Regenerate ( this IAdminKeysOperations operations , string resourceGroupName , string searchServiceName , AdminKeyKind keyKind , SearchManagementRequestOptions searchManagementRequestOptions = default ( SearchManagementRequestOptions ) )
7989 {
8090 return ( ( IAdminKeysOperations ) operations ) . RegenerateAsync ( resourceGroupName , searchServiceName , keyKind , searchManagementRequestOptions ) . GetAwaiter ( ) . GetResult ( ) ;
8191 }
8292
8393 /// <summary>
84- /// Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time.
94+ /// Regenerates either the primary or secondary admin API key. You can only
95+ /// regenerate one key at a time.
8596 /// </summary>
8697 /// <param name='operations'>
8798 /// The operations group for this extension method.
@@ -90,13 +101,16 @@ public static partial class AdminKeysOperationsExtensions
90101 ///
91102 /// </param>
92103 /// <param name='resourceGroupName'>
93- /// The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
104+ /// The name of the resource group within the current subscription. You can
105+ /// obtain this value from the Azure Resource Manager API or the portal.
94106 /// </param>
95107 /// <param name='searchServiceName'>
96- /// The name of the Azure Cognitive Search service associated with the specified resource group.
108+ /// The name of the Azure AI Search service associated with the specified
109+ /// resource group.
97110 /// </param>
98111 /// <param name='keyKind'>
99- /// Specifies which key to regenerate. Valid values include 'primary' and 'secondary'.
112+ /// Specifies which key to regenerate. Valid values include 'primary' and
113+ /// 'secondary'.
100114 /// </param>
101115 /// <param name='cancellationToken'>
102116 /// The cancellation token.
0 commit comments