Skip to content

Commit d3f263f

Browse files
authored
[Az.ServiceFabric] Updating SDK After Typespec Migration (#28169)
1 parent f9f3a14 commit d3f263f

File tree

270 files changed

+37758
-26897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+37758
-26897
lines changed

src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperations.cs

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
3939
public ServiceFabricManagementClient Client { get; private set; }
4040

4141
/// <summary>
42-
/// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
42+
/// Get a Service Fabric application type version resource created or in the
43+
/// process of being created in the Service Fabric application type name
44+
/// resource.
4345
/// </summary>
4446
/// <param name='resourceGroupName'>
4547
/// The name of the resource group.
@@ -267,7 +269,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
267269

268270
}
269271
/// <summary>
270-
/// Create or update a Service Fabric application type version resource with the specified name.
272+
/// Create or update a Service Fabric application type version resource with
273+
/// the specified name.
271274
/// </summary>
272275
/// <param name='resourceGroupName'>
273276
/// The name of the resource group.
@@ -298,7 +301,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
298301
}
299302

300303
/// <summary>
301-
/// Delete a Service Fabric application type version resource with the specified name.
304+
/// Delete a Service Fabric application type version resource with the
305+
/// specified name.
302306
/// </summary>
303307
/// <param name='resourceGroupName'>
304308
/// The name of the resource group.
@@ -326,7 +330,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
326330
}
327331

328332
/// <summary>
329-
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
333+
/// Gets all application type version resources created or in the process of
334+
/// being created in the Service Fabric application type name resource.
330335
/// </summary>
331336
/// <param name='resourceGroupName'>
332337
/// The name of the resource group.
@@ -544,7 +549,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
544549

545550
}
546551
/// <summary>
547-
/// Create or update a Service Fabric application type version resource with the specified name.
552+
/// Create or update a Service Fabric application type version resource with
553+
/// the specified name.
548554
/// </summary>
549555
/// <param name='resourceGroupName'>
550556
/// The name of the resource group.
@@ -787,7 +793,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
787793

788794
}
789795
/// <summary>
790-
/// Delete a Service Fabric application type version resource with the specified name.
796+
/// Delete a Service Fabric application type version resource with the
797+
/// specified name.
791798
/// </summary>
792799
/// <param name='resourceGroupName'>
793800
/// The name of the resource group.
@@ -994,7 +1001,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
9941001

9951002
}
9961003
/// <summary>
997-
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
1004+
/// Gets all application type version resources created or in the process of
1005+
/// being created in the Service Fabric application type name resource.
9981006
/// </summary>
9991007
/// <param name='nextPageLink'>
10001008
/// The NextLink from the previous successful call to List operation.

src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperationsExtensions.cs

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ namespace Microsoft.Azure.Management.ServiceFabric
1313
public static partial class ApplicationTypeVersionsOperationsExtensions
1414
{
1515
/// <summary>
16-
/// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
16+
/// Get a Service Fabric application type version resource created or in the
17+
/// process of being created in the Service Fabric application type name
18+
/// resource.
1719
/// </summary>
1820
/// <param name='operations'>
1921
/// The operations group for this extension method.
@@ -36,7 +38,9 @@ public static ApplicationTypeVersionResource Get(this IApplicationTypeVersionsOp
3638
}
3739

3840
/// <summary>
39-
/// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
41+
/// Get a Service Fabric application type version resource created or in the
42+
/// process of being created in the Service Fabric application type name
43+
/// resource.
4044
/// </summary>
4145
/// <param name='operations'>
4246
/// The operations group for this extension method.
@@ -64,7 +68,8 @@ public static ApplicationTypeVersionResource Get(this IApplicationTypeVersionsOp
6468
}
6569
}
6670
/// <summary>
67-
/// Create or update a Service Fabric application type version resource with the specified name.
71+
/// Create or update a Service Fabric application type version resource with
72+
/// the specified name.
6873
/// </summary>
6974
/// <param name='operations'>
7075
/// The operations group for this extension method.
@@ -87,7 +92,8 @@ public static ApplicationTypeVersionResource CreateOrUpdate(this IApplicationTyp
8792
}
8893

8994
/// <summary>
90-
/// Create or update a Service Fabric application type version resource with the specified name.
95+
/// Create or update a Service Fabric application type version resource with
96+
/// the specified name.
9197
/// </summary>
9298
/// <param name='operations'>
9399
/// The operations group for this extension method.
@@ -115,7 +121,8 @@ public static ApplicationTypeVersionResource CreateOrUpdate(this IApplicationTyp
115121
}
116122
}
117123
/// <summary>
118-
/// Delete a Service Fabric application type version resource with the specified name.
124+
/// Delete a Service Fabric application type version resource with the
125+
/// specified name.
119126
/// </summary>
120127
/// <param name='operations'>
121128
/// The operations group for this extension method.
@@ -138,7 +145,8 @@ public static void Delete(this IApplicationTypeVersionsOperations operations, st
138145
}
139146

140147
/// <summary>
141-
/// Delete a Service Fabric application type version resource with the specified name.
148+
/// Delete a Service Fabric application type version resource with the
149+
/// specified name.
142150
/// </summary>
143151
/// <param name='operations'>
144152
/// The operations group for this extension method.
@@ -163,7 +171,8 @@ public static void Delete(this IApplicationTypeVersionsOperations operations, st
163171
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, version, null, cancellationToken).ConfigureAwait(false)).Dispose();
164172
}
165173
/// <summary>
166-
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
174+
/// Gets all application type version resources created or in the process of
175+
/// being created in the Service Fabric application type name resource.
167176
/// </summary>
168177
/// <param name='operations'>
169178
/// The operations group for this extension method.
@@ -183,7 +192,8 @@ public static Microsoft.Rest.Azure.IPage<ApplicationTypeVersionResource> List(th
183192
}
184193

185194
/// <summary>
186-
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
195+
/// Gets all application type version resources created or in the process of
196+
/// being created in the Service Fabric application type name resource.
187197
/// </summary>
188198
/// <param name='operations'>
189199
/// The operations group for this extension method.
@@ -208,7 +218,8 @@ public static Microsoft.Rest.Azure.IPage<ApplicationTypeVersionResource> List(th
208218
}
209219
}
210220
/// <summary>
211-
/// Create or update a Service Fabric application type version resource with the specified name.
221+
/// Create or update a Service Fabric application type version resource with
222+
/// the specified name.
212223
/// </summary>
213224
/// <param name='operations'>
214225
/// The operations group for this extension method.
@@ -231,7 +242,8 @@ public static ApplicationTypeVersionResource BeginCreateOrUpdate(this IApplicati
231242
}
232243

233244
/// <summary>
234-
/// Create or update a Service Fabric application type version resource with the specified name.
245+
/// Create or update a Service Fabric application type version resource with
246+
/// the specified name.
235247
/// </summary>
236248
/// <param name='operations'>
237249
/// The operations group for this extension method.
@@ -259,7 +271,8 @@ public static ApplicationTypeVersionResource BeginCreateOrUpdate(this IApplicati
259271
}
260272
}
261273
/// <summary>
262-
/// Delete a Service Fabric application type version resource with the specified name.
274+
/// Delete a Service Fabric application type version resource with the
275+
/// specified name.
263276
/// </summary>
264277
/// <param name='operations'>
265278
/// The operations group for this extension method.
@@ -282,7 +295,8 @@ public static void BeginDelete(this IApplicationTypeVersionsOperations operation
282295
}
283296

284297
/// <summary>
285-
/// Delete a Service Fabric application type version resource with the specified name.
298+
/// Delete a Service Fabric application type version resource with the
299+
/// specified name.
286300
/// </summary>
287301
/// <param name='operations'>
288302
/// The operations group for this extension method.
@@ -307,7 +321,8 @@ public static void BeginDelete(this IApplicationTypeVersionsOperations operation
307321
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, version, null, cancellationToken).ConfigureAwait(false)).Dispose();
308322
}
309323
/// <summary>
310-
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
324+
/// Gets all application type version resources created or in the process of
325+
/// being created in the Service Fabric application type name resource.
311326
/// </summary>
312327
/// <param name='operations'>
313328
/// The operations group for this extension method.
@@ -321,7 +336,8 @@ public static Microsoft.Rest.Azure.IPage<ApplicationTypeVersionResource> ListNex
321336
}
322337

323338
/// <summary>
324-
/// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
339+
/// Gets all application type version resources created or in the process of
340+
/// being created in the Service Fabric application type name resource.
325341
/// </summary>
326342
/// <param name='operations'>
327343
/// The operations group for this extension method.

src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperations.cs

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
3939
public ServiceFabricManagementClient Client { get; private set; }
4040

4141
/// <summary>
42-
/// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
42+
/// Get a Service Fabric application type name resource created or in the
43+
/// process of being created in the Service Fabric cluster resource.
4344
/// </summary>
4445
/// <param name='resourceGroupName'>
4546
/// The name of the resource group.
@@ -257,7 +258,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
257258

258259
}
259260
/// <summary>
260-
/// Create or update a Service Fabric application type name resource with the specified name.
261+
/// Create or update a Service Fabric application type name resource with the
262+
/// specified name.
261263
/// </summary>
262264
/// <param name='resourceGroupName'>
263265
/// The name of the resource group.
@@ -269,7 +271,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
269271
/// The name of the application type name resource.
270272
/// </param>
271273
/// <param name='location'>
272-
/// It will be deprecated in New API, resource location depends on the parent resource.
274+
/// It will be deprecated in New API, resource location depends on the parent
275+
/// resource.
273276
/// </param>
274277
/// <param name='tags'>
275278
/// Azure resource tags.
@@ -494,7 +497,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
494497

495498
}
496499
/// <summary>
497-
/// Delete a Service Fabric application type name resource with the specified name.
500+
/// Delete a Service Fabric application type name resource with the specified
501+
/// name.
498502
/// </summary>
499503
/// <param name='resourceGroupName'>
500504
/// The name of the resource group.
@@ -519,7 +523,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
519523
}
520524

521525
/// <summary>
522-
/// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
526+
/// Gets all application type name resources created or in the process of being
527+
/// created in the Service Fabric cluster resource.
523528
/// </summary>
524529
/// <param name='resourceGroupName'>
525530
/// The name of the resource group.
@@ -727,7 +732,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
727732

728733
}
729734
/// <summary>
730-
/// Delete a Service Fabric application type name resource with the specified name.
735+
/// Delete a Service Fabric application type name resource with the specified
736+
/// name.
731737
/// </summary>
732738
/// <param name='resourceGroupName'>
733739
/// The name of the resource group.
@@ -924,7 +930,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
924930

925931
}
926932
/// <summary>
927-
/// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
933+
/// Gets all application type name resources created or in the process of being
934+
/// created in the Service Fabric cluster resource.
928935
/// </summary>
929936
/// <param name='nextPageLink'>
930937
/// The NextLink from the previous successful call to List operation.

0 commit comments

Comments
 (0)