diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperations.cs
index 46ca6a485e2c..78992a7785c4 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperations.cs
@@ -39,7 +39,9 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
public ServiceFabricManagementClient Client { get; private set; }
///
- /// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
+ /// Get a Service Fabric application type version resource created or in the
+ /// process of being created in the Service Fabric application type name
+ /// resource.
///
///
/// The name of the resource group.
@@ -267,7 +269,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The name of the resource group.
@@ -298,7 +301,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -326,7 +330,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The name of the resource group.
@@ -544,7 +549,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The name of the resource group.
@@ -787,7 +793,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -994,7 +1001,8 @@ internal ApplicationTypeVersionsOperations (ServiceFabricManagementClient client
}
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperationsExtensions.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperationsExtensions.cs
index cd06fc1352c9..ba93589dc1a8 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperationsExtensions.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypeVersionsOperationsExtensions.cs
@@ -13,7 +13,9 @@ namespace Microsoft.Azure.Management.ServiceFabric
public static partial class ApplicationTypeVersionsOperationsExtensions
{
///
- /// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
+ /// Get a Service Fabric application type version resource created or in the
+ /// process of being created in the Service Fabric application type name
+ /// resource.
///
///
/// The operations group for this extension method.
@@ -36,7 +38,9 @@ public static ApplicationTypeVersionResource Get(this IApplicationTypeVersionsOp
}
///
- /// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
+ /// Get a Service Fabric application type version resource created or in the
+ /// process of being created in the Service Fabric application type name
+ /// resource.
///
///
/// The operations group for this extension method.
@@ -64,7 +68,8 @@ public static ApplicationTypeVersionResource Get(this IApplicationTypeVersionsOp
}
}
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The operations group for this extension method.
@@ -87,7 +92,8 @@ public static ApplicationTypeVersionResource CreateOrUpdate(this IApplicationTyp
}
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The operations group for this extension method.
@@ -115,7 +121,8 @@ public static ApplicationTypeVersionResource CreateOrUpdate(this IApplicationTyp
}
}
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -138,7 +145,8 @@ public static void Delete(this IApplicationTypeVersionsOperations operations, st
}
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -163,7 +171,8 @@ public static void Delete(this IApplicationTypeVersionsOperations operations, st
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, version, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The operations group for this extension method.
@@ -183,7 +192,8 @@ public static Microsoft.Rest.Azure.IPage List(th
}
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The operations group for this extension method.
@@ -208,7 +218,8 @@ public static Microsoft.Rest.Azure.IPage List(th
}
}
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The operations group for this extension method.
@@ -231,7 +242,8 @@ public static ApplicationTypeVersionResource BeginCreateOrUpdate(this IApplicati
}
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The operations group for this extension method.
@@ -259,7 +271,8 @@ public static ApplicationTypeVersionResource BeginCreateOrUpdate(this IApplicati
}
}
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -282,7 +295,8 @@ public static void BeginDelete(this IApplicationTypeVersionsOperations operation
}
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -307,7 +321,8 @@ public static void BeginDelete(this IApplicationTypeVersionsOperations operation
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, version, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The operations group for this extension method.
@@ -321,7 +336,8 @@ public static Microsoft.Rest.Azure.IPage ListNex
}
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The operations group for this extension method.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperations.cs
index a628cf280c8c..aad094466bbf 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperations.cs
@@ -39,7 +39,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
public ServiceFabricManagementClient Client { get; private set; }
///
- /// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application type name resource created or in the
+ /// process of being created in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -257,7 +258,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
}
///
- /// Create or update a Service Fabric application type name resource with the specified name.
+ /// Create or update a Service Fabric application type name resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -269,7 +271,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
/// The name of the application type name resource.
///
///
- /// It will be deprecated in New API, resource location depends on the parent resource.
+ /// It will be deprecated in New API, resource location depends on the parent
+ /// resource.
///
///
/// Azure resource tags.
@@ -494,7 +497,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
}
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -519,7 +523,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -727,7 +732,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
}
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -924,7 +930,8 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs
index be6c6b302e51..92a6c44d2943 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs
@@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.ServiceFabric
public static partial class ApplicationTypesOperationsExtensions
{
///
- /// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application type name resource created or in the
+ /// process of being created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -33,7 +34,8 @@ public static ApplicationTypeResource Get(this IApplicationTypesOperations opera
}
///
- /// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application type name resource created or in the
+ /// process of being created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -58,7 +60,8 @@ public static ApplicationTypeResource Get(this IApplicationTypesOperations opera
}
}
///
- /// Create or update a Service Fabric application type name resource with the specified name.
+ /// Create or update a Service Fabric application type name resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -78,7 +81,8 @@ public static ApplicationTypeResource Get(this IApplicationTypesOperations opera
}
///
- /// Create or update a Service Fabric application type name resource with the specified name.
+ /// Create or update a Service Fabric application type name resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -103,7 +107,8 @@ public static ApplicationTypeResource Get(this IApplicationTypesOperations opera
}
}
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -123,7 +128,8 @@ public static void Delete(this IApplicationTypesOperations operations, string re
}
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -145,7 +151,8 @@ public static void Delete(this IApplicationTypesOperations operations, string re
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -162,7 +169,8 @@ public static Microsoft.Rest.Azure.IPage List(this IApp
}
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -184,7 +192,8 @@ public static Microsoft.Rest.Azure.IPage List(this IApp
}
}
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -204,7 +213,8 @@ public static void BeginDelete(this IApplicationTypesOperations operations, stri
}
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -226,7 +236,8 @@ public static void BeginDelete(this IApplicationTypesOperations operations, stri
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationTypeName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -240,7 +251,8 @@ public static Microsoft.Rest.Azure.IPage ListNext(this
}
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperations.cs
index 879433d3d2d3..7d899866522b 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperations.cs
@@ -39,7 +39,8 @@ internal ApplicationsOperations (ServiceFabricManagementClient client)
public ServiceFabricManagementClient Client { get; private set; }
///
- /// Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application resource created or in the process of
+ /// being created in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -257,7 +258,8 @@ internal ApplicationsOperations (ServiceFabricManagementClient client)
}
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -338,7 +340,8 @@ internal ApplicationsOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -546,7 +549,8 @@ internal ApplicationsOperations (ServiceFabricManagementClient client)
}
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -1211,7 +1215,8 @@ internal ApplicationsOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperationsExtensions.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperationsExtensions.cs
index e333cb9dae95..6cb966e94dd0 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperationsExtensions.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ApplicationsOperationsExtensions.cs
@@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.ServiceFabric
public static partial class ApplicationsOperationsExtensions
{
///
- /// Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application resource created or in the process of
+ /// being created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -33,7 +34,8 @@ public static ApplicationResource Get(this IApplicationsOperations operations, s
}
///
- /// Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application resource created or in the process of
+ /// being created in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -58,7 +60,8 @@ public static ApplicationResource Get(this IApplicationsOperations operations, s
}
}
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -78,7 +81,8 @@ public static ApplicationResource CreateOrUpdate(this IApplicationsOperations op
}
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -190,7 +194,8 @@ public static void Delete(this IApplicationsOperations operations, string resour
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -207,7 +212,8 @@ public static Microsoft.Rest.Azure.IPage List(this IApplica
}
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -229,7 +235,8 @@ public static Microsoft.Rest.Azure.IPage List(this IApplica
}
}
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -249,7 +256,8 @@ public static ApplicationResource BeginCreateOrUpdate(this IApplicationsOperatio
}
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The operations group for this extension method.
@@ -361,7 +369,8 @@ public static void BeginDelete(this IApplicationsOperations operations, string r
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, applicationName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
@@ -375,7 +384,8 @@ public static Microsoft.Rest.Azure.IPage ListNext(this IApp
}
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The operations group for this extension method.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperations.cs
index 2295b0158b13..ee03ab43dc0b 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperations.cs
@@ -42,7 +42,7 @@ internal ClusterVersionsOperations (ServiceFabricManagementClient client)
/// Gets information about an available Service Fabric cluster code version.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The cluster code version.
@@ -247,10 +247,11 @@ internal ClusterVersionsOperations (ServiceFabricManagementClient client)
}
///
- /// Gets information about an available Service Fabric cluster code version by environment.
+ /// Gets information about an available Service Fabric cluster code version by
+ /// environment.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
@@ -465,10 +466,11 @@ internal ClusterVersionsOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all available code versions for Service Fabric cluster resources by location.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// location.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// Headers that will be added to request.
@@ -663,10 +665,11 @@ internal ClusterVersionsOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all available code versions for Service Fabric cluster resources by environment.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// environment.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperationsExtensions.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperationsExtensions.cs
index 97d64e42d5cd..ceffb0a03554 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperationsExtensions.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClusterVersionsOperationsExtensions.cs
@@ -19,7 +19,7 @@ public static partial class ClusterVersionsOperationsExtensions
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The cluster code version.
@@ -36,7 +36,7 @@ public static ClusterCodeVersionsListResult Get(this IClusterVersionsOperations
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The cluster code version.
@@ -52,13 +52,14 @@ public static ClusterCodeVersionsListResult Get(this IClusterVersionsOperations
}
}
///
- /// Gets information about an available Service Fabric cluster code version by environment.
+ /// Gets information about an available Service Fabric cluster code version by
+ /// environment.
///
///
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
@@ -72,13 +73,14 @@ public static ClusterCodeVersionsListResult GetByEnvironment(this IClusterVersio
}
///
- /// Gets information about an available Service Fabric cluster code version by environment.
+ /// Gets information about an available Service Fabric cluster code version by
+ /// environment.
///
///
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
@@ -97,13 +99,14 @@ public static ClusterCodeVersionsListResult GetByEnvironment(this IClusterVersio
}
}
///
- /// Gets all available code versions for Service Fabric cluster resources by location.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// location.
///
///
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
public static ClusterCodeVersionsListResult List(this IClusterVersionsOperations operations, string location)
{
@@ -111,13 +114,14 @@ public static ClusterCodeVersionsListResult List(this IClusterVersionsOperations
}
///
- /// Gets all available code versions for Service Fabric cluster resources by location.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// location.
///
///
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The cancellation token.
@@ -130,13 +134,14 @@ public static ClusterCodeVersionsListResult List(this IClusterVersionsOperations
}
}
///
- /// Gets all available code versions for Service Fabric cluster resources by environment.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// environment.
///
///
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
@@ -147,13 +152,14 @@ public static ClusterCodeVersionsListResult ListByEnvironment(this IClusterVersi
}
///
- /// Gets all available code versions for Service Fabric cluster resources by environment.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// environment.
///
///
/// The operations group for this extension method.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperations.cs
index b5011bfe4c2b..ca38bf41f252 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperations.cs
@@ -39,7 +39,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
public ServiceFabricManagementClient Client { get; private set; }
///
- /// Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
+ /// Get a Service Fabric cluster resource created or in the process of being
+ /// created in the specified resource group.
///
///
/// The name of the resource group.
@@ -272,7 +273,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -281,7 +283,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
/// The name of the cluster resource.
///
///
- /// The parameters which contains the property value and property name which used to update the cluster configuration.
+ /// The parameters which contains the property value and property name which
+ /// used to update the cluster configuration.
///
///
/// Headers that will be added to request.
@@ -484,7 +487,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The name of the resource group.
@@ -682,7 +686,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// Headers that will be added to request.
@@ -870,7 +875,10 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
+ /// If a target is not provided, it will get the minimum and maximum versions
+ /// available from the current cluster version. If a target is given, it will
+ /// provide the required path to get from the current cluster version to the
+ /// target version.
///
///
/// The name of the resource group.
@@ -1337,7 +1345,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -1346,7 +1355,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
/// The name of the cluster resource.
///
///
- /// The parameters which contains the property value and property name which used to update the cluster configuration.
+ /// The parameters which contains the property value and property name which
+ /// used to update the cluster configuration.
///
///
/// Headers that will be added to request.
@@ -1577,7 +1587,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -1754,7 +1765,8 @@ internal ClustersOperations (ServiceFabricManagementClient client)
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperationsExtensions.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperationsExtensions.cs
index 4803ac7acaf9..8b6852b9d8f5 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperationsExtensions.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/ClustersOperationsExtensions.cs
@@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.ServiceFabric
public static partial class ClustersOperationsExtensions
{
///
- /// Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
+ /// Get a Service Fabric cluster resource created or in the process of being
+ /// created in the specified resource group.
///
///
/// The operations group for this extension method.
@@ -30,7 +31,8 @@ public static Cluster Get(this IClustersOperations operations, string resourceGr
}
///
- /// Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
+ /// Get a Service Fabric cluster resource created or in the process of being
+ /// created in the specified resource group.
///
///
/// The operations group for this extension method.
@@ -91,7 +93,8 @@ public static Cluster CreateOrUpdate(this IClustersOperations operations, string
}
}
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -108,7 +111,8 @@ public static Cluster Update(this IClustersOperations operations, string resourc
}
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -166,7 +170,8 @@ public static void Delete(this IClustersOperations operations, string resourceGr
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The operations group for this extension method.
@@ -180,7 +185,8 @@ public static Microsoft.Rest.Azure.IPage ListByResourceGroup(this IClus
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The operations group for this extension method.
@@ -199,7 +205,8 @@ public static Microsoft.Rest.Azure.IPage ListByResourceGroup(this IClus
}
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The operations group for this extension method.
@@ -210,7 +217,8 @@ public static Microsoft.Rest.Azure.IPage List(this IClustersOperations
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The operations group for this extension method.
@@ -226,7 +234,10 @@ public static Microsoft.Rest.Azure.IPage List(this IClustersOperations
}
}
///
- /// If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
+ /// If a target is not provided, it will get the minimum and maximum versions
+ /// available from the current cluster version. If a target is given, it will
+ /// provide the required path to get from the current cluster version to the
+ /// target version.
///
///
/// The operations group for this extension method.
@@ -243,7 +254,10 @@ public static UpgradableVersionPathResult ListUpgradableVersions(this IClustersO
}
///
- /// If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
+ /// If a target is not provided, it will get the minimum and maximum versions
+ /// available from the current cluster version. If a target is given, it will
+ /// provide the required path to get from the current cluster version to the
+ /// target version.
///
///
/// The operations group for this extension method.
@@ -304,7 +318,8 @@ public static Cluster BeginCreateOrUpdate(this IClustersOperations operations, s
}
}
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -321,7 +336,8 @@ public static Cluster BeginUpdate(this IClustersOperations operations, string re
}
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The operations group for this extension method.
@@ -343,7 +359,8 @@ public static Cluster BeginUpdate(this IClustersOperations operations, string re
}
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The operations group for this extension method.
@@ -357,7 +374,8 @@ public static Microsoft.Rest.Azure.IPage ListByResourceGroupNext(this I
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The operations group for this extension method.
@@ -376,7 +394,8 @@ public static Microsoft.Rest.Azure.IPage ListByResourceGroupNext(this I
}
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The operations group for this extension method.
@@ -390,7 +409,8 @@ public static Microsoft.Rest.Azure.IPage ListNext(this IClustersOperati
}
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The operations group for this extension method.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypeVersionsOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypeVersionsOperations.cs
index 00ae175bb288..3db10b1dff73 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypeVersionsOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypeVersionsOperations.cs
@@ -14,10 +14,14 @@ namespace Microsoft.Azure.Management.ServiceFabric
public partial interface IApplicationTypeVersionsOperations
{
///
- /// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
+ /// Get a Service Fabric application type version resource created or in the
+ /// process of being created in the Service Fabric application type name
+ /// resource.
///
///
- /// Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
+ /// Get a Service Fabric application type version resource created or in the
+ /// process of being created in the Service Fabric application type name
+ /// resource.
///
///
/// The name of the resource group.
@@ -46,10 +50,12 @@ public partial interface IApplicationTypeVersionsOperations
System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, string version, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The name of the resource group.
@@ -81,10 +87,12 @@ public partial interface IApplicationTypeVersionsOperations
System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, string version, ApplicationTypeVersionResource parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -110,10 +118,12 @@ public partial interface IApplicationTypeVersionsOperations
System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, string version, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The name of the resource group.
@@ -139,10 +149,12 @@ public partial interface IApplicationTypeVersionsOperations
System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
- /// Create or update a Service Fabric application type version resource with the specified name.
+ /// Create or update a Service Fabric application type version resource with
+ /// the specified name.
///
///
/// The name of the resource group.
@@ -174,10 +186,12 @@ public partial interface IApplicationTypeVersionsOperations
System.Threading.Tasks.Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, string version, ApplicationTypeVersionResource parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
- /// Delete a Service Fabric application type version resource with the specified name.
+ /// Delete a Service Fabric application type version resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -203,10 +217,12 @@ public partial interface IApplicationTypeVersionsOperations
System.Threading.Tasks.Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, string version, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
- /// Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
+ /// Gets all application type version resources created or in the process of
+ /// being created in the Service Fabric application type name resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypesOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypesOperations.cs
index 53acf0341df1..3c2866959e86 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypesOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationTypesOperations.cs
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.ServiceFabric
public partial interface IApplicationTypesOperations
{
///
- /// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application type name resource created or in the
+ /// process of being created in the Service Fabric cluster resource.
///
///
- /// Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application type name resource created or in the
+ /// process of being created in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -43,10 +45,12 @@ public partial interface IApplicationTypesOperations
System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create or update a Service Fabric application type name resource with the specified name.
+ /// Create or update a Service Fabric application type name resource with the
+ /// specified name.
///
///
- /// Create or update a Service Fabric application type name resource with the specified name.
+ /// Create or update a Service Fabric application type name resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -58,7 +62,8 @@ public partial interface IApplicationTypesOperations
/// The name of the application type name resource.
///
///
- /// It will be deprecated in New API, resource location depends on the parent resource.
+ /// It will be deprecated in New API, resource location depends on the parent
+ /// resource.
///
///
/// Azure resource tags.
@@ -78,10 +83,12 @@ public partial interface IApplicationTypesOperations
System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, string location = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -104,10 +111,12 @@ public partial interface IApplicationTypesOperations
System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -130,10 +139,12 @@ public partial interface IApplicationTypesOperations
System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
- /// Delete a Service Fabric application type name resource with the specified name.
+ /// Delete a Service Fabric application type name resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -156,10 +167,12 @@ public partial interface IApplicationTypesOperations
System.Threading.Tasks.Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationTypeName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
- /// Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application type name resources created or in the process of being
+ /// created in the Service Fabric cluster resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationsOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationsOperations.cs
index 5556104adaca..775d5e4e80a2 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationsOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IApplicationsOperations.cs
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.ServiceFabric
public partial interface IApplicationsOperations
{
///
- /// Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application resource created or in the process of
+ /// being created in the Service Fabric cluster resource.
///
///
- /// Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
+ /// Get a Service Fabric application resource created or in the process of
+ /// being created in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -43,10 +45,12 @@ public partial interface IApplicationsOperations
System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -133,10 +137,12 @@ public partial interface IApplicationsOperations
System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The name of the resource group.
@@ -159,10 +165,12 @@ public partial interface IApplicationsOperations
System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
- /// Create or update a Service Fabric application resource with the specified name.
+ /// Create or update a Service Fabric application resource with the specified
+ /// name.
///
///
/// The name of the resource group.
@@ -249,10 +257,12 @@ public partial interface IApplicationsOperations
System.Threading.Tasks.Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
- /// Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
+ /// Gets all application resources created or in the process of being created
+ /// in the Service Fabric cluster resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClusterVersionsOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClusterVersionsOperations.cs
index 874fefe16231..63dc2e88a3b0 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClusterVersionsOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClusterVersionsOperations.cs
@@ -20,7 +20,7 @@ public partial interface IClusterVersionsOperations
/// Gets information about an available Service Fabric cluster code version.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The cluster code version.
@@ -40,13 +40,15 @@ public partial interface IClusterVersionsOperations
System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string location, string clusterVersion, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets information about an available Service Fabric cluster code version by environment.
+ /// Gets information about an available Service Fabric cluster code version by
+ /// environment.
///
///
- /// Gets information about an available Service Fabric cluster code version by environment.
+ /// Gets information about an available Service Fabric cluster code version by
+ /// environment.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
@@ -69,13 +71,15 @@ public partial interface IClusterVersionsOperations
System.Threading.Tasks.Task> GetByEnvironmentWithHttpMessagesAsync(string location, string environment, string clusterVersion, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all available code versions for Service Fabric cluster resources by location.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// location.
///
///
- /// Gets all available code versions for Service Fabric cluster resources by location.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// location.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The headers that will be added to request.
@@ -92,13 +96,15 @@ public partial interface IClusterVersionsOperations
System.Threading.Tasks.Task> ListWithHttpMessagesAsync(string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all available code versions for Service Fabric cluster resources by environment.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// environment.
///
///
- /// Gets all available code versions for Service Fabric cluster resources by environment.
+ /// Gets all available code versions for Service Fabric cluster resources by
+ /// environment.
///
///
- /// The location for the cluster code versions. This is different from cluster location.
+ /// The location parameter.
///
///
/// The operating system of the cluster. The default means all.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClustersOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClustersOperations.cs
index dc16d5cc9ed7..7a2f06970f55 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClustersOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IClustersOperations.cs
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.ServiceFabric
public partial interface IClustersOperations
{
///
- /// Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
+ /// Get a Service Fabric cluster resource created or in the process of being
+ /// created in the specified resource group.
///
///
- /// Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
+ /// Get a Service Fabric cluster resource created or in the process of being
+ /// created in the specified resource group.
///
///
/// The name of the resource group.
@@ -69,10 +71,12 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, Cluster parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -81,7 +85,8 @@ public partial interface IClustersOperations
/// The name of the cluster resource.
///
///
- /// The parameters which contains the property value and property name which used to update the cluster configuration.
+ /// The parameters which contains the property value and property name which
+ /// used to update the cluster configuration.
///
///
/// The headers that will be added to request.
@@ -121,10 +126,12 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The name of the resource group.
@@ -144,10 +151,12 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The headers that will be added to request.
@@ -164,10 +173,16 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
+ /// If a target is not provided, it will get the minimum and maximum versions
+ /// available from the current cluster version. If a target is given, it will
+ /// provide the required path to get from the current cluster version to the
+ /// target version.
///
///
- /// If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
+ /// If a target is not provided, it will get the minimum and maximum versions
+ /// available from the current cluster version. If a target is given, it will
+ /// provide the required path to get from the current cluster version to the
+ /// target version.
///
///
/// The name of the resource group.
@@ -222,10 +237,12 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, Cluster parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
- /// Update the configuration of a Service Fabric cluster resource with the specified name.
+ /// Update the configuration of a Service Fabric cluster resource with the
+ /// specified name.
///
///
/// The name of the resource group.
@@ -234,7 +251,8 @@ public partial interface IClustersOperations
/// The name of the cluster resource.
///
///
- /// The parameters which contains the property value and property name which used to update the cluster configuration.
+ /// The parameters which contains the property value and property name which
+ /// used to update the cluster configuration.
///
///
/// The headers that will be added to request.
@@ -251,10 +269,12 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, ClusterUpdateParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the resource group.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -274,10 +294,12 @@ public partial interface IClustersOperations
System.Threading.Tasks.Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
- /// Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
+ /// Gets all Service Fabric cluster resources created or in the process of
+ /// being created in the subscription.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServiceFabricManagementClient.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServiceFabricManagementClient.cs
index 41cc840d290c..4d5636ee165f 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServiceFabricManagementClient.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServiceFabricManagementClient.cs
@@ -55,15 +55,15 @@ public partial interface IServiceFabricManagementClient : System.IDisposable
///
/// The retry timeout in seconds for Long Running Operations. Default
- /// value is 30.
+ /// /// value is 30.
///
int? LongRunningOperationRetryTimeout { get; set;}
///
- /// Whether a unique x-ms-client-request-id should be generated. When
- /// set to true a unique x-ms-client-request-id value is generated and
- /// included in each request. Default is true.
+ /// Whether a unique x-ms-client-request-id should be generated. When
+ /// /// set to true a unique x-ms-client-request-id value is generated and
+ /// /// included in each request. Default is true.
///
bool? GenerateClientRequestId { get; set;}
@@ -83,6 +83,11 @@ public partial interface IServiceFabricManagementClient : System.IDisposable
///
IOperations Operations { get; }
+ ///
+ /// Gets the IUnsupportedVMSizesOperations
+ ///
+ IUnsupportedVMSizesOperations UnsupportedVMSizes { get; }
+
///
/// Gets the IApplicationTypesOperations
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServicesOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServicesOperations.cs
index a29fffa67033..c40ee088223a 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServicesOperations.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IServicesOperations.cs
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.ServiceFabric
public partial interface IServicesOperations
{
///
- /// Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
+ /// Get a Service Fabric service resource created or in the process of being
+ /// created in the Service Fabric application resource.
///
///
- /// Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
+ /// Get a Service Fabric service resource created or in the process of being
+ /// created in the Service Fabric application resource.
///
///
/// The name of the resource group.
@@ -29,7 +31,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The headers that will be added to request.
@@ -61,7 +64,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The service resource.
@@ -96,7 +100,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The service resource for patch operations.
@@ -131,7 +136,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The headers that will be added to request.
@@ -145,10 +151,12 @@ public partial interface IServicesOperations
System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all service resources created or in the process of being created in the Service Fabric application resource.
+ /// Gets all service resources created or in the process of being created in
+ /// the Service Fabric application resource.
///
///
- /// Gets all service resources created or in the process of being created in the Service Fabric application resource.
+ /// Gets all service resources created or in the process of being created in
+ /// the Service Fabric application resource.
///
///
/// The name of the resource group.
@@ -189,7 +197,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The service resource.
@@ -224,7 +233,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The service resource for patch operations.
@@ -259,7 +269,8 @@ public partial interface IServicesOperations
/// The name of the application resource.
///
///
- /// The name of the service resource in the format of {applicationName}~{serviceName}.
+ /// The name of the service resource in the format of
+ /// {applicationName}~{serviceName}.
///
///
/// The headers that will be added to request.
@@ -273,10 +284,12 @@ public partial interface IServicesOperations
System.Threading.Tasks.Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string applicationName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets all service resources created or in the process of being created in the Service Fabric application resource.
+ /// Gets all service resources created or in the process of being created in
+ /// the Service Fabric application resource.
///
///
- /// Gets all service resources created or in the process of being created in the Service Fabric application resource.
+ /// Gets all service resources created or in the process of being created in
+ /// the Service Fabric application resource.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IUnsupportedVmSizesOperations.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IUnsupportedVmSizesOperations.cs
new file mode 100644
index 000000000000..02e95ba22e4b
--- /dev/null
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/IUnsupportedVmSizesOperations.cs
@@ -0,0 +1,89 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for license information.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is regenerated.
+
+namespace Microsoft.Azure.Management.ServiceFabric
+{
+ using Microsoft.Rest.Azure;
+ using Models;
+
+ ///
+ /// UnsupportedVMSizesOperations operations.
+ ///
+ public partial interface IUnsupportedVMSizesOperations
+ {
+ ///
+ /// Get the lists of unsupported vm sizes for Service Fabric Clusters.
+ ///
+ ///
+ /// Get the lists of unsupported vm sizes for Service Fabric Clusters.
+ ///
+ ///
+ /// The location parameter.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Get unsupported vm size for Service Fabric Clusters.
+ ///
+ ///
+ /// Get unsupported vm size for Service Fabric Clusters.
+ ///
+ ///
+ /// The location parameter.
+ ///
+ ///
+ /// VM Size name.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string location, string vmSize, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ ///
+ /// Get the lists of unsupported vm sizes for Service Fabric Clusters.
+ ///
+ ///
+ /// Get the lists of unsupported vm sizes for Service Fabric Clusters.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ System.Threading.Tasks.Task>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+
+ }
+}
\ No newline at end of file
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationTypeVersionsCleanupPolicy.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationTypeVersionsCleanupPolicy.cs
index 57e8957b6aac..358e5647a568 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationTypeVersionsCleanupPolicy.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationTypeVersionsCleanupPolicy.cs
@@ -23,7 +23,7 @@ public ApplicationTypeVersionsCleanupPolicy()
/// Number of unused versions per application type to keep.
///
- public ApplicationTypeVersionsCleanupPolicy(int maxUnusedVersionsToKeep)
+ public ApplicationTypeVersionsCleanupPolicy(long maxUnusedVersionsToKeep)
{
this.MaxUnusedVersionsToKeep = maxUnusedVersionsToKeep;
@@ -40,7 +40,7 @@ public ApplicationTypeVersionsCleanupPolicy(int maxUnusedVersionsToKeep)
/// Gets or sets number of unused versions per application type to keep.
///
[Newtonsoft.Json.JsonProperty(PropertyName = "maxUnusedVersionsToKeep")]
- public int MaxUnusedVersionsToKeep {get; set; }
+ public long MaxUnusedVersionsToKeep {get; set; }
///
/// Validate the object.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationUpgradePolicy.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationUpgradePolicy.cs
index 1be5a31d2cdd..47363a14f5fa 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationUpgradePolicy.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ApplicationUpgradePolicy.cs
@@ -46,8 +46,8 @@ public ApplicationUpgradePolicy()
/// The mode used to monitor health during a rolling upgrade. The values are
/// UnmonitoredAuto, UnmonitoredManual, and Monitored.
- /// Possible values include: 'Invalid', 'UnmonitoredAuto', 'UnmonitoredManual',
- /// 'Monitored'
+ /// Possible values include: 'Invalid', 'UnmonitoredAuto', 'UnmonitoredManual',
+ /// 'Monitored'
/// Determines whether the application should be recreated on update. If
/// value=true, the rest of the upgrade policy parameters are not allowed and
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmRollingUpgradeMonitoringPolicy.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmRollingUpgradeMonitoringPolicy.cs
index c2fd9374cec4..a7338c93a6e3 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmRollingUpgradeMonitoringPolicy.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmRollingUpgradeMonitoringPolicy.cs
@@ -25,7 +25,7 @@ public ArmRollingUpgradeMonitoringPolicy()
///
/// The activation Mode of the service package
- /// Possible values include: 'Rollback', 'Manual'
+ /// Possible values include: 'Rollback', 'Manual'
/// The amount of time to wait after completing an upgrade domain before
/// applying health policies. It is first interpreted as a string representing
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmServicePackageActivationMode.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmServicePackageActivationMode.cs
index 5e95cce716d7..f7e862387574 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmServicePackageActivationMode.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmServicePackageActivationMode.cs
@@ -18,7 +18,8 @@ public static class ArmServicePackageActivationMode
///
public const string SharedProcess = "SharedProcess";
///
- /// Indicates the application package activation mode will use exclusive process.
+ /// Indicates the application package activation mode will use exclusive
+ /// process.
///
public const string ExclusiveProcess = "ExclusiveProcess";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmUpgradeFailureAction.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmUpgradeFailureAction.cs
index 960fae2ca0e5..8e8359cbb751 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmUpgradeFailureAction.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ArmUpgradeFailureAction.cs
@@ -14,11 +14,14 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class ArmUpgradeFailureAction
{
///
- /// Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails.
+ /// Indicates that a rollback of the upgrade will be performed by Service
+ /// Fabric if the upgrade fails.
///
public const string Rollback = "Rollback";
///
- /// Indicates that a manual repair will need to be performed by the administrator if the upgrade fails. Service Fabric will not proceed to the next upgrade domain automatically.
+ /// Indicates that a manual repair will need to be performed by the
+ /// administrator if the upgrade fails. Service Fabric will not proceed to the
+ /// next upgrade domain automatically.
///
public const string Manual = "Manual";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/CertificateDescription.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/CertificateDescription.cs
index 587c29261d35..b0e8e29baba7 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/CertificateDescription.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/CertificateDescription.cs
@@ -31,8 +31,8 @@ public CertificateDescription()
///
/// The local certificate store location.
- /// Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority',
- /// 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'
+ /// Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority',
+ /// 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'
public CertificateDescription(string thumbprint, string thumbprintSecondary = default(string), string x509StoreName = default(string))
{
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Cluster.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Cluster.cs
index 15ca21a22e50..4d7b841e6db5 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Cluster.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Cluster.cs
@@ -72,13 +72,13 @@ public Cluster()
/// - AutoScale - Indicates that the ReliabilityLevel of the cluster is being
/// adjusted.
/// - Ready - Indicates that the cluster is in a stable state.
- /// Possible values include: 'WaitingForNodes', 'Deploying', 'BaselineUpgrade',
- /// 'UpdatingUserConfiguration', 'UpdatingUserCertificate',
- /// 'UpdatingInfrastructure', 'EnforcingClusterVersion',
- /// 'UpgradeServiceUnreachable', 'AutoScale', 'Ready'
+ /// Possible values include: 'WaitingForNodes', 'Deploying', 'BaselineUpgrade',
+ /// 'UpdatingUserConfiguration', 'UpdatingUserCertificate',
+ /// 'UpdatingInfrastructure', 'EnforcingClusterVersion',
+ /// 'UpgradeServiceUnreachable', 'AutoScale', 'Ready'
/// The provisioning state of the cluster resource.
- /// Possible values include: 'Updating', 'Succeeded', 'Failed', 'Canceled'
+ /// Possible values include: 'Updating', 'Succeeded', 'Failed', 'Canceled'
/// The reliability level sets the replica set size of system services. Learn
/// about
@@ -90,11 +90,11 @@ public Cluster()
/// - Silver - Run the System services with a target replica set count of 5.
/// - Gold - Run the System services with a target replica set count of 7.
/// - Platinum - Run the System services with a target replica set count of 9.
- /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
+ /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
/// The upgrade mode of the cluster when new Service Fabric runtime version is
/// available.
- /// Possible values include: 'Automatic', 'Manual'
+ /// Possible values include: 'Automatic', 'Manual'
/// The list of add-on features to enable in the cluster.
///
@@ -172,11 +172,11 @@ public Cluster()
/// This property controls the logical grouping of VMs in upgrade domains
/// (UDs). This property can't be modified if a node type with multiple
/// Availability Zones is already present in the cluster.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// This property defines the upgrade mode for the virtual machine scale set,
/// it is mandatory if a node type with multiple Availability Zones is added.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// Indicates if infrastructure service manager is enabled.
///
@@ -184,7 +184,7 @@ public Cluster()
/// Indicates when new cluster runtime version upgrades will be applied after
/// they are released. By default is Wave0. Only applies when **upgradeMode**
/// is set to 'Automatic'.
- /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
+ /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
/// Indicates the start date and time to pause automatic runtime version
/// upgrades on the cluster for an specific period of time on the cluster
@@ -200,7 +200,13 @@ public Cluster()
/// Indicates a list of notification channels for cluster events.
///
- public Cluster(string location, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string etag = default(string), SystemData systemData = default(SystemData), string clusterState = default(string), string provisioningState = default(string), string reliabilityLevel = default(string), string upgradeMode = default(string), System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), System.Collections.Generic.IList availableClusterVersions = default(System.Collections.Generic.IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), string clusterEndpoint = default(string), string clusterId = default(string), DiagnosticsStorageAccountConfig diagnosticsStorageAccountConfig = default(DiagnosticsStorageAccountConfig), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), string managementEndpoint = default(string), System.Collections.Generic.IList nodeTypes = default(System.Collections.Generic.IList), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ServerCertificateCommonNames reverseProxyCertificateCommonNames = default(ServerCertificateCommonNames), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string vmImage = default(string), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList))
+
+ /// If true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ public Cluster(string location, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string etag = default(string), SystemData systemData = default(SystemData), string clusterState = default(string), string provisioningState = default(string), string reliabilityLevel = default(string), string upgradeMode = default(string), System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), System.Collections.Generic.IList availableClusterVersions = default(System.Collections.Generic.IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), string clusterEndpoint = default(string), string clusterId = default(string), DiagnosticsStorageAccountConfig diagnosticsStorageAccountConfig = default(DiagnosticsStorageAccountConfig), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), string managementEndpoint = default(string), System.Collections.Generic.IList nodeTypes = default(System.Collections.Generic.IList), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ServerCertificateCommonNames reverseProxyCertificateCommonNames = default(ServerCertificateCommonNames), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string vmImage = default(string), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList), bool? enableHttpGatewayExclusiveAuthMode = default(bool?))
: base(location, id, name, type, tags, etag, systemData)
{
@@ -227,7 +233,7 @@ public Cluster()
this.ReverseProxyCertificateCommonNames = reverseProxyCertificateCommonNames;
this.UpgradeDescription = upgradeDescription;
this.ApplicationTypeVersionsCleanupPolicy = applicationTypeVersionsCleanupPolicy;
- this.VmImage = vmImage;
+ this.VMImage = vmImage;
this.SfZonalUpgradeMode = sfZonalUpgradeMode;
this.VmssZonalUpgradeMode = vmssZonalUpgradeMode;
this.InfrastructureServiceManager = infrastructureServiceManager;
@@ -236,6 +242,7 @@ public Cluster()
this.UpgradePauseEndTimestampUtc = upgradePauseEndTimestampUtc;
this.WaveUpgradePaused = waveUpgradePaused;
this.Notifications = notifications;
+ this.EnableHttpGatewayExclusiveAuthMode = enableHttpGatewayExclusiveAuthMode;
CustomInit();
}
@@ -438,7 +445,7 @@ public Cluster()
/// as Windows or Linux can be used.
///
[Newtonsoft.Json.JsonProperty(PropertyName = "properties.vmImage")]
- public string VmImage {get; set; }
+ public string VMImage {get; set; }
///
/// Gets or sets this property controls the logical grouping of VMs in upgrade
@@ -498,6 +505,15 @@ public Cluster()
///
[Newtonsoft.Json.JsonProperty(PropertyName = "properties.notifications")]
public System.Collections.Generic.IList Notifications {get; set; }
+
+ ///
+ /// Gets or sets if true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "properties.enableHttpGatewayExclusiveAuthMode")]
+ public bool? EnableHttpGatewayExclusiveAuthMode {get; set; }
///
/// Validate the object.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterCodeVersionsResult.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterCodeVersionsResult.cs
index edc6ff4b773f..a5faa14d93cb 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterCodeVersionsResult.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterCodeVersionsResult.cs
@@ -41,7 +41,7 @@ public ClusterCodeVersionsResult()
///
/// Indicates if this version is for Windows or Linux operating system.
- /// Possible values include: 'Windows', 'Linux'
+ /// Possible values include: 'Windows', 'Linux'
public ClusterCodeVersionsResult(string id = default(string), string name = default(string), string type = default(string), string codeVersion = default(string), string supportExpiryUtc = default(string), string environment = default(string))
{
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterProperties.cs
index 8e1db3887662..6e5053bf4708 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterProperties.cs
@@ -91,10 +91,10 @@ public ClusterProperties()
/// - AutoScale - Indicates that the ReliabilityLevel of the cluster is being
/// adjusted.
/// - Ready - Indicates that the cluster is in a stable state.
- /// Possible values include: 'WaitingForNodes', 'Deploying', 'BaselineUpgrade',
- /// 'UpdatingUserConfiguration', 'UpdatingUserCertificate',
- /// 'UpdatingInfrastructure', 'EnforcingClusterVersion',
- /// 'UpgradeServiceUnreachable', 'AutoScale', 'Ready'
+ /// Possible values include: 'WaitingForNodes', 'Deploying', 'BaselineUpgrade',
+ /// 'UpdatingUserConfiguration', 'UpdatingUserCertificate',
+ /// 'UpdatingInfrastructure', 'EnforcingClusterVersion',
+ /// 'UpgradeServiceUnreachable', 'AutoScale', 'Ready'
/// The storage account information for storing Service Fabric diagnostic logs.
///
@@ -112,7 +112,7 @@ public ClusterProperties()
///
/// The provisioning state of the cluster resource.
- /// Possible values include: 'Updating', 'Succeeded', 'Failed', 'Canceled'
+ /// Possible values include: 'Updating', 'Succeeded', 'Failed', 'Canceled'
/// The reliability level sets the replica set size of system services. Learn
/// about
@@ -124,7 +124,7 @@ public ClusterProperties()
/// - Silver - Run the System services with a target replica set count of 5.
/// - Gold - Run the System services with a target replica set count of 7.
/// - Platinum - Run the System services with a target replica set count of 9.
- /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
+ /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
/// The server certificate used by reverse proxy.
///
@@ -138,7 +138,7 @@ public ClusterProperties()
/// The upgrade mode of the cluster when new Service Fabric runtime version is
/// available.
- /// Possible values include: 'Automatic', 'Manual'
+ /// Possible values include: 'Automatic', 'Manual'
/// The policy used to clean up unused versions.
///
@@ -150,11 +150,11 @@ public ClusterProperties()
/// This property controls the logical grouping of VMs in upgrade domains
/// (UDs). This property can't be modified if a node type with multiple
/// Availability Zones is already present in the cluster.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// This property defines the upgrade mode for the virtual machine scale set,
/// it is mandatory if a node type with multiple Availability Zones is added.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// Indicates if infrastructure service manager is enabled.
///
@@ -162,7 +162,7 @@ public ClusterProperties()
/// Indicates when new cluster runtime version upgrades will be applied after
/// they are released. By default is Wave0. Only applies when **upgradeMode**
/// is set to 'Automatic'.
- /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
+ /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
/// Indicates the start date and time to pause automatic runtime version
/// upgrades on the cluster for an specific period of time on the cluster
@@ -178,7 +178,13 @@ public ClusterProperties()
/// Indicates a list of notification channels for cluster events.
///
- public ClusterProperties(string managementEndpoint, System.Collections.Generic.IList nodeTypes, System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), System.Collections.Generic.IList availableClusterVersions = default(System.Collections.Generic.IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), string clusterEndpoint = default(string), string clusterId = default(string), string clusterState = default(string), DiagnosticsStorageAccountConfig diagnosticsStorageAccountConfig = default(DiagnosticsStorageAccountConfig), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), string provisioningState = default(string), string reliabilityLevel = default(string), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ServerCertificateCommonNames reverseProxyCertificateCommonNames = default(ServerCertificateCommonNames), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), string upgradeMode = default(string), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string vmImage = default(string), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList))
+
+ /// If true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ public ClusterProperties(string managementEndpoint, System.Collections.Generic.IList nodeTypes, System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), System.Collections.Generic.IList availableClusterVersions = default(System.Collections.Generic.IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), string clusterEndpoint = default(string), string clusterId = default(string), string clusterState = default(string), DiagnosticsStorageAccountConfig diagnosticsStorageAccountConfig = default(DiagnosticsStorageAccountConfig), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), string provisioningState = default(string), string reliabilityLevel = default(string), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ServerCertificateCommonNames reverseProxyCertificateCommonNames = default(ServerCertificateCommonNames), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), string upgradeMode = default(string), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string vmImage = default(string), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList), bool? enableHttpGatewayExclusiveAuthMode = default(bool?))
{
this.AddOnFeatures = addOnFeatures;
@@ -213,6 +219,7 @@ public ClusterProperties()
this.UpgradePauseEndTimestampUtc = upgradePauseEndTimestampUtc;
this.WaveUpgradePaused = waveUpgradePaused;
this.Notifications = notifications;
+ this.EnableHttpGatewayExclusiveAuthMode = enableHttpGatewayExclusiveAuthMode;
CustomInit();
}
@@ -475,6 +482,15 @@ public ClusterProperties()
///
[Newtonsoft.Json.JsonProperty(PropertyName = "notifications")]
public System.Collections.Generic.IList Notifications {get; set; }
+
+ ///
+ /// Gets or sets if true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "enableHttpGatewayExclusiveAuthMode")]
+ public bool? EnableHttpGatewayExclusiveAuthMode {get; set; }
///
/// Validate the object.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterPropertiesUpdateParameters.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterPropertiesUpdateParameters.cs
index b85cde94b7da..880393af24a2 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterPropertiesUpdateParameters.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterPropertiesUpdateParameters.cs
@@ -74,7 +74,7 @@ public ClusterPropertiesUpdateParameters()
/// - Silver - Run the System services with a target replica set count of 5.
/// - Gold - Run the System services with a target replica set count of 7.
/// - Platinum - Run the System services with a target replica set count of 9.
- /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
+ /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
/// The server certificate used by reverse proxy.
///
@@ -87,16 +87,16 @@ public ClusterPropertiesUpdateParameters()
/// The upgrade mode of the cluster when new Service Fabric runtime version is
/// available.
- /// Possible values include: 'Automatic', 'Manual'
+ /// Possible values include: 'Automatic', 'Manual'
/// This property controls the logical grouping of VMs in upgrade domains
/// (UDs). This property can't be modified if a node type with multiple
/// Availability Zones is already present in the cluster.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// This property defines the upgrade mode for the virtual machine scale set,
/// it is mandatory if a node type with multiple Availability Zones is added.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// Indicates if infrastructure service manager is enabled.
///
@@ -104,7 +104,7 @@ public ClusterPropertiesUpdateParameters()
/// Indicates when new cluster runtime version upgrades will be applied after
/// they are released. By default is Wave0. Only applies when **upgradeMode**
/// is set to 'Automatic'.
- /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
+ /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
/// The start timestamp to pause runtime version upgrades on the cluster (UTC).
///
@@ -117,7 +117,13 @@ public ClusterPropertiesUpdateParameters()
/// Indicates a list of notification channels for cluster events.
///
- public ClusterPropertiesUpdateParameters(System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), System.Collections.Generic.IList nodeTypes = default(System.Collections.Generic.IList), string reliabilityLevel = default(string), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string upgradeMode = default(string), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList))
+
+ /// If true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ public ClusterPropertiesUpdateParameters(System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), System.Collections.Generic.IList nodeTypes = default(System.Collections.Generic.IList), string reliabilityLevel = default(string), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string upgradeMode = default(string), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList), bool? enableHttpGatewayExclusiveAuthMode = default(bool?))
{
this.AddOnFeatures = addOnFeatures;
@@ -142,6 +148,7 @@ public ClusterPropertiesUpdateParameters()
this.UpgradePauseEndTimestampUtc = upgradePauseEndTimestampUtc;
this.WaveUpgradePaused = waveUpgradePaused;
this.Notifications = notifications;
+ this.EnableHttpGatewayExclusiveAuthMode = enableHttpGatewayExclusiveAuthMode;
CustomInit();
}
@@ -315,6 +322,15 @@ public ClusterPropertiesUpdateParameters()
///
[Newtonsoft.Json.JsonProperty(PropertyName = "notifications")]
public System.Collections.Generic.IList Notifications {get; set; }
+
+ ///
+ /// Gets or sets if true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "enableHttpGatewayExclusiveAuthMode")]
+ public bool? EnableHttpGatewayExclusiveAuthMode {get; set; }
///
/// Validate the object.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpdateParameters.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpdateParameters.cs
index 74bf736d310f..1fa943654883 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpdateParameters.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpdateParameters.cs
@@ -38,11 +38,11 @@ public ClusterUpdateParameters()
/// - Silver - Run the System services with a target replica set count of 5.
/// - Gold - Run the System services with a target replica set count of 7.
/// - Platinum - Run the System services with a target replica set count of 9.
- /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
+ /// Possible values include: 'None', 'Bronze', 'Silver', 'Gold', 'Platinum'
/// The upgrade mode of the cluster when new Service Fabric runtime version is
/// available.
- /// Possible values include: 'Automatic', 'Manual'
+ /// Possible values include: 'Automatic', 'Manual'
/// The list of add-on features to enable in the cluster.
///
@@ -95,11 +95,11 @@ public ClusterUpdateParameters()
/// This property controls the logical grouping of VMs in upgrade domains
/// (UDs). This property can't be modified if a node type with multiple
/// Availability Zones is already present in the cluster.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// This property defines the upgrade mode for the virtual machine scale set,
/// it is mandatory if a node type with multiple Availability Zones is added.
- /// Possible values include: 'Parallel', 'Hierarchical'
+ /// Possible values include: 'Parallel', 'Hierarchical'
/// Indicates if infrastructure service manager is enabled.
///
@@ -107,7 +107,7 @@ public ClusterUpdateParameters()
/// Indicates when new cluster runtime version upgrades will be applied after
/// they are released. By default is Wave0. Only applies when **upgradeMode**
/// is set to 'Automatic'.
- /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
+ /// Possible values include: 'Wave0', 'Wave1', 'Wave2'
/// The start timestamp to pause runtime version upgrades on the cluster (UTC).
///
@@ -120,7 +120,13 @@ public ClusterUpdateParameters()
/// Indicates a list of notification channels for cluster events.
///
- public ClusterUpdateParameters(System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string reliabilityLevel = default(string), string upgradeMode = default(string), System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), System.Collections.Generic.IList nodeTypes = default(System.Collections.Generic.IList), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList))
+
+ /// If true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ public ClusterUpdateParameters(System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string reliabilityLevel = default(string), string upgradeMode = default(string), System.Collections.Generic.IList addOnFeatures = default(System.Collections.Generic.IList), CertificateDescription certificate = default(CertificateDescription), ServerCertificateCommonNames certificateCommonNames = default(ServerCertificateCommonNames), System.Collections.Generic.IList clientCertificateCommonNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientCertificateThumbprints = default(System.Collections.Generic.IList), string clusterCodeVersion = default(string), bool? eventStoreServiceEnabled = default(bool?), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), System.Collections.Generic.IList nodeTypes = default(System.Collections.Generic.IList), CertificateDescription reverseProxyCertificate = default(CertificateDescription), ClusterUpgradePolicy upgradeDescription = default(ClusterUpgradePolicy), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), string sfZonalUpgradeMode = default(string), string vmssZonalUpgradeMode = default(string), bool? infrastructureServiceManager = default(bool?), string upgradeWave = default(string), System.DateTime? upgradePauseStartTimestampUtc = default(System.DateTime?), System.DateTime? upgradePauseEndTimestampUtc = default(System.DateTime?), bool? waveUpgradePaused = default(bool?), System.Collections.Generic.IList notifications = default(System.Collections.Generic.IList), bool? enableHttpGatewayExclusiveAuthMode = default(bool?))
{
this.Tags = tags;
@@ -146,6 +152,7 @@ public ClusterUpdateParameters()
this.UpgradePauseEndTimestampUtc = upgradePauseEndTimestampUtc;
this.WaveUpgradePaused = waveUpgradePaused;
this.Notifications = notifications;
+ this.EnableHttpGatewayExclusiveAuthMode = enableHttpGatewayExclusiveAuthMode;
CustomInit();
}
@@ -325,6 +332,15 @@ public ClusterUpdateParameters()
///
[Newtonsoft.Json.JsonProperty(PropertyName = "properties.notifications")]
public System.Collections.Generic.IList Notifications {get; set; }
+
+ ///
+ /// Gets or sets if true, token-based authentication is not allowed on the
+ /// HttpGatewayEndpoint. This is required to support TLS versions 1.3 and
+ /// above. If token-based authentication is used,
+ /// HttpGatewayTokenAuthEndpointPort must be defined.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "properties.enableHttpGatewayExclusiveAuthMode")]
+ public bool? EnableHttpGatewayExclusiveAuthMode {get; set; }
///
/// Validate the object.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpgradeCadence.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpgradeCadence.cs
index 5afc3178eebb..b737f4109154 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpgradeCadence.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterUpgradeCadence.cs
@@ -14,15 +14,18 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class ClusterUpgradeCadence
{
///
- /// Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test/Dev clusters.
+ /// Cluster upgrade starts immediately after a new version is rolled out.
+ /// Recommended for Test/Dev clusters.
///
public const string Wave0 = "Wave0";
///
- /// Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters.
+ /// Cluster upgrade starts 7 days after a new version is rolled out.
+ /// Recommended for Pre-prod clusters.
///
public const string Wave1 = "Wave1";
///
- /// Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters.
+ /// Cluster upgrade starts 14 days after a new version is rolled out.
+ /// Recommended for Production clusters.
///
public const string Wave2 = "Wave2";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterVersionDetails.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterVersionDetails.cs
index c64ca7562505..912b17cdceee 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterVersionDetails.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ClusterVersionDetails.cs
@@ -31,7 +31,7 @@ public ClusterVersionDetails()
///
/// Indicates if this version is for Windows or Linux operating system.
- /// Possible values include: 'Windows', 'Linux'
+ /// Possible values include: 'Windows', 'Linux'
public ClusterVersionDetails(string codeVersion = default(string), string supportExpiryUtc = default(string), string environment = default(string))
{
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentity.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentity.cs
index ce66ea9a28de..e6bf2b403053 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentity.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentity.cs
@@ -33,8 +33,8 @@ public ManagedIdentity()
///
/// The type of managed identity for the resource.
- /// Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned,
- /// UserAssigned', 'None'
+ /// Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned,
+ /// UserAssigned', 'None'
/// The list of user identities associated with the resource. The user identity
/// dictionary key references will be ARM resource ids in the form:
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentityType.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentityType.cs
index 36796b45d79c..136c7af86997 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentityType.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ManagedIdentityType.cs
@@ -25,7 +25,8 @@ public enum ManagedIdentityType
[System.Runtime.Serialization.EnumMember(Value = "UserAssigned")]
UserAssigned,
///
- /// Indicates that both system assigned and user assigned identity are associated with the resource.
+ /// Indicates that both system assigned and user assigned identity are
+ /// associated with the resource.
///
[System.Runtime.Serialization.EnumMember(Value = "SystemAssigned, UserAssigned")]
SystemAssignedUserAssigned,
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NodeTypeDescription.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NodeTypeDescription.cs
index ae557c754a6b..4eef0bfd8d3c 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NodeTypeDescription.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NodeTypeDescription.cs
@@ -51,7 +51,7 @@ public NodeTypeDescription()
/// - Gold - The infrastructure jobs can be paused for a duration of 2 hours
/// per UD. Gold durability can be enabled only on full node VM skus like
/// D15_V2, G5 etc.
- /// Possible values include: 'Bronze', 'Silver', 'Gold'
+ /// Possible values include: 'Bronze', 'Silver', 'Gold'
/// The range of ports from which cluster assigned port to Service Fabric
/// applications.
@@ -82,7 +82,11 @@ public NodeTypeDescription()
/// Indicates if the node type is enabled to support multiple zones.
///
- public NodeTypeDescription(string name, int clientConnectionEndpointPort, int httpGatewayEndpointPort, bool isPrimary, int vmInstanceCount, System.Collections.Generic.IDictionary placementProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary capacities = default(System.Collections.Generic.IDictionary), string durabilityLevel = default(string), EndpointRangeDescription applicationPorts = default(EndpointRangeDescription), EndpointRangeDescription ephemeralPorts = default(EndpointRangeDescription), int? reverseProxyEndpointPort = default(int?), bool? isStateless = default(bool?), bool? multipleAvailabilityZones = default(bool?))
+
+ /// The port used for token-auth based HTTPS connections to the cluster. Cannot
+ /// be set to the same port as HttpGatewayEndpoint.
+ ///
+ public NodeTypeDescription(string name, int clientConnectionEndpointPort, int httpGatewayEndpointPort, bool isPrimary, int vmInstanceCount, System.Collections.Generic.IDictionary placementProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary capacities = default(System.Collections.Generic.IDictionary), string durabilityLevel = default(string), EndpointRangeDescription applicationPorts = default(EndpointRangeDescription), EndpointRangeDescription ephemeralPorts = default(EndpointRangeDescription), int? reverseProxyEndpointPort = default(int?), bool? isStateless = default(bool?), bool? multipleAvailabilityZones = default(bool?), int? httpGatewayTokenAuthEndpointPort = default(int?))
{
this.Name = name;
@@ -94,10 +98,11 @@ public NodeTypeDescription()
this.ApplicationPorts = applicationPorts;
this.EphemeralPorts = ephemeralPorts;
this.IsPrimary = isPrimary;
- this.VmInstanceCount = vmInstanceCount;
+ this.VMInstanceCount = vmInstanceCount;
this.ReverseProxyEndpointPort = reverseProxyEndpointPort;
this.IsStateless = isStateless;
this.MultipleAvailabilityZones = multipleAvailabilityZones;
+ this.HttpGatewayTokenAuthEndpointPort = httpGatewayTokenAuthEndpointPort;
CustomInit();
}
@@ -184,7 +189,7 @@ public NodeTypeDescription()
/// for the initial cluster size computation.
///
[Newtonsoft.Json.JsonProperty(PropertyName = "vmInstanceCount")]
- public int VmInstanceCount {get; set; }
+ public int VMInstanceCount {get; set; }
///
/// Gets or sets the endpoint used by reverse proxy.
@@ -204,6 +209,13 @@ public NodeTypeDescription()
///
[Newtonsoft.Json.JsonProperty(PropertyName = "multipleAvailabilityZones")]
public bool? MultipleAvailabilityZones {get; set; }
+
+ ///
+ /// Gets or sets the port used for token-auth based HTTPS connections to the
+ /// cluster. Cannot be set to the same port as HttpGatewayEndpoint.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "httpGatewayTokenAuthEndpointPort")]
+ public int? HttpGatewayTokenAuthEndpointPort {get; set; }
///
/// Validate the object.
///
@@ -228,11 +240,11 @@ public virtual void Validate()
{
this.EphemeralPorts.Validate();
}
- if (this.VmInstanceCount > 2147483647)
+ if (this.VMInstanceCount > 2147483647)
{
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "VMInstanceCount", 2147483647);
}
- if (this.VmInstanceCount < 0)
+ if (this.VMInstanceCount < 0)
{
throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "VMInstanceCount", 0);
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Notification.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Notification.cs
index f22d7b9d336a..1c12902a41f1 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Notification.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/Notification.cs
@@ -28,7 +28,7 @@ public Notification()
///
/// The level of notification.
- /// Possible values include: 'Critical', 'All'
+ /// Possible values include: 'Critical', 'All'
/// List of targets that subscribe to the notification.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationChannel.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationChannel.cs
index c2acaa06381b..fede7c0d0c7b 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationChannel.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationChannel.cs
@@ -14,11 +14,14 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class NotificationChannel
{
///
- /// For email user receivers. In this case, the parameter receivers should be a list of email addresses that will receive the notifications.
+ /// For email user receivers. In this case, the parameter receivers should be a
+ /// list of email addresses that will receive the notifications.
///
public const string EmailUser = "EmailUser";
///
- /// For subscription receivers. In this case, the parameter receivers should be a list of roles of the subscription for the cluster (eg. Owner, AccountAdmin, etc) that will receive the notifications.
+ /// For subscription receivers. In this case, the parameter receivers should be
+ /// a list of roles of the subscription for the cluster (eg. Owner,
+ /// AccountAdmin, etc) that will receive the notifications.
///
public const string EmailSubscription = "EmailSubscription";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationTarget.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationTarget.cs
index f7685a40c4a7..3fc418d45c6c 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationTarget.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/NotificationTarget.cs
@@ -26,7 +26,7 @@ public NotificationTarget()
/// The notification channel indicates the type of receivers subscribed to the
/// notification, either user or subscription.
- /// Possible values include: 'EmailUser', 'EmailSubscription'
+ /// Possible values include: 'EmailUser', 'EmailSubscription'
/// List of targets that subscribe to the notification.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/PartitionScheme.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/PartitionScheme.cs
index c81743d57d2d..7e4d0c7cc41c 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/PartitionScheme.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/PartitionScheme.cs
@@ -14,19 +14,23 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class PartitionScheme
{
///
- /// Indicates the partition kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
+ /// Indicates the partition kind is invalid. All Service Fabric enumerations
+ /// have the invalid type. The value is zero.
///
public const string Invalid = "Invalid";
///
- /// Indicates that the partition is based on string names, and is a SingletonPartitionSchemeDescription object, The value is 1.
+ /// Indicates that the partition is based on string names, and is a
+ /// SingletonPartitionSchemeDescription object, The value is 1.
///
public const string Singleton = "Singleton";
///
- /// Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionSchemeDescription object. The value is 2.
+ /// Indicates that the partition is based on Int64 key ranges, and is a
+ /// UniformInt64RangePartitionSchemeDescription object. The value is 2.
///
public const string UniformInt64Range = "UniformInt64Range";
///
- /// Indicates that the partition is based on string names, and is a NamedPartitionSchemeDescription object. The value is 3
+ /// Indicates that the partition is based on string names, and is a
+ /// NamedPartitionSchemeDescription object. The value is 3
///
public const string Named = "Named";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/RollingUpgradeMode.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/RollingUpgradeMode.cs
index 0296137c0f3c..260e5b649fe7 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/RollingUpgradeMode.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/RollingUpgradeMode.cs
@@ -14,19 +14,23 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class RollingUpgradeMode
{
///
- /// Indicates the upgrade mode is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
+ /// Indicates the upgrade mode is invalid. All Service Fabric enumerations have
+ /// the invalid type. The value is zero.
///
public const string Invalid = "Invalid";
///
- /// The upgrade will proceed automatically without performing any health monitoring. The value is 1
+ /// The upgrade will proceed automatically without performing any health
+ /// monitoring. The value is 1
///
public const string UnmonitoredAuto = "UnmonitoredAuto";
///
- /// The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 2
+ /// The upgrade will stop after completing each upgrade domain, giving the
+ /// opportunity to manually monitor health before proceeding. The value is 2
///
public const string UnmonitoredManual = "UnmonitoredManual";
///
- /// The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 3
+ /// The upgrade will stop after completing each upgrade domain and
+ /// automatically monitor health before proceeding. The value is 3
///
public const string Monitored = "Monitored";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServerCertificateCommonNames.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServerCertificateCommonNames.cs
index be85613f451a..3a0e763c685d 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServerCertificateCommonNames.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServerCertificateCommonNames.cs
@@ -30,8 +30,8 @@ public ServerCertificateCommonNames()
///
/// The local certificate store location.
- /// Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority',
- /// 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'
+ /// Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority',
+ /// 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'
public ServerCertificateCommonNames(System.Collections.Generic.IList commonNames = default(System.Collections.Generic.IList), string x509StoreName = default(string))
{
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationDescription.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationDescription.cs
index 197ef3a2ff22..56f7671f40bb 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationDescription.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationDescription.cs
@@ -26,8 +26,8 @@ public ServiceCorrelationDescription()
/// The ServiceCorrelationScheme which describes the relationship between this
/// service and the service specified via ServiceName.
- /// Possible values include: 'Invalid', 'Affinity', 'AlignedAffinity',
- /// 'NonAlignedAffinity'
+ /// Possible values include: 'Invalid', 'Affinity', 'AlignedAffinity',
+ /// 'NonAlignedAffinity'
/// The name of the service that the correlation relationship is established
/// with.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationScheme.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationScheme.cs
index a8c6998029dc..778fe11277ec 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationScheme.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceCorrelationScheme.cs
@@ -18,15 +18,21 @@ public static class ServiceCorrelationScheme
///
public const string Invalid = "Invalid";
///
- /// Indicates that this service has an affinity relationship with another service. Provided for backwards compatibility, consider preferring the Aligned or NonAlignedAffinity options. The value is 1.
+ /// Indicates that this service has an affinity relationship with another
+ /// service. Provided for backwards compatibility, consider preferring the
+ /// Aligned or NonAlignedAffinity options. The value is 1.
///
public const string Affinity = "Affinity";
///
- /// Aligned affinity ensures that the primaries of the partitions of the affinitized services are collocated on the same nodes. This is the default and is the same as selecting the Affinity scheme. The value is 2.
+ /// Aligned affinity ensures that the primaries of the partitions of the
+ /// affinitized services are collocated on the same nodes. This is the default
+ /// and is the same as selecting the Affinity scheme. The value is 2.
///
public const string AlignedAffinity = "AlignedAffinity";
///
- /// Non-Aligned affinity guarantees that all replicas of each service will be placed on the same nodes. Unlike Aligned Affinity, this does not guarantee that replicas of particular role will be collocated. The value is 3.
+ /// Non-Aligned affinity guarantees that all replicas of each service will be
+ /// placed on the same nodes. Unlike Aligned Affinity, this does not guarantee
+ /// that replicas of particular role will be collocated. The value is 3.
///
public const string NonAlignedAffinity = "NonAlignedAffinity";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceKind.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceKind.cs
index 3851e6e48b0b..3682790afb53 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceKind.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceKind.cs
@@ -14,15 +14,18 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class ServiceKind
{
///
- /// Indicates the service kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
+ /// Indicates the service kind is invalid. All Service Fabric enumerations have
+ /// the invalid type. The value is zero.
///
public const string Invalid = "Invalid";
///
- /// Does not use Service Fabric to make its state highly available or reliable. The value is 1.
+ /// Does not use Service Fabric to make its state highly available or reliable.
+ /// The value is 1.
///
public const string Stateless = "Stateless";
///
- /// Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 2.
+ /// Uses Service Fabric to make its state or part of its state highly available
+ /// and reliable. The value is 2.
///
public const string Stateful = "Stateful";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceLoadMetricDescription.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceLoadMetricDescription.cs
index ff9a06fcb164..2a72b3d0d143 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceLoadMetricDescription.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceLoadMetricDescription.cs
@@ -31,7 +31,7 @@ public ServiceLoadMetricDescription()
/// The service load metric relative weight, compared to other metrics
/// configured for this service, as a number.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// Used only for Stateful services. The default amount of load, as a number,
/// that this service creates for this metric when it is a Primary replica.
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServicePlacementPolicyType.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServicePlacementPolicyType.cs
index 017a34dc5be2..0e7f81d3ccc2 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServicePlacementPolicyType.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServicePlacementPolicyType.cs
@@ -14,27 +14,43 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class ServicePlacementPolicyType
{
///
- /// Indicates the type of the placement policy is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
+ /// Indicates the type of the placement policy is invalid. All Service Fabric
+ /// enumerations have the invalid type. The value is zero.
///
public const string Invalid = "Invalid";
///
- /// Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementInvalidDomainPolicyDescription, which indicates that a particular fault or upgrade domain cannot be used for placement of this service. The value is 1.
+ /// Indicates that the ServicePlacementPolicyDescription is of type
+ /// ServicePlacementInvalidDomainPolicyDescription, which indicates that a
+ /// particular fault or upgrade domain cannot be used for placement of this
+ /// service. The value is 1.
///
public const string InvalidDomain = "InvalidDomain";
///
- /// Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription indicating that the replicas of the service must be placed in a specific domain. The value is 2.
+ /// Indicates that the ServicePlacementPolicyDescription is of type
+ /// ServicePlacementRequireDomainDistributionPolicyDescription indicating that
+ /// the replicas of the service must be placed in a specific domain. The value
+ /// is 2.
///
public const string RequiredDomain = "RequiredDomain";
///
- /// Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementPreferPrimaryDomainPolicyDescription, which indicates that if possible the Primary replica for the partitions of the service should be located in a particular domain as an optimization. The value is 3.
+ /// Indicates that the ServicePlacementPolicyDescription is of type
+ /// ServicePlacementPreferPrimaryDomainPolicyDescription, which indicates that
+ /// if possible the Primary replica for the partitions of the service should be
+ /// located in a particular domain as an optimization. The value is 3.
///
public const string PreferredPrimaryDomain = "PreferredPrimaryDomain";
///
- /// Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription, indicating that the system will disallow placement of any two replicas from the same partition in the same domain at any time. The value is 4.
+ /// Indicates that the ServicePlacementPolicyDescription is of type
+ /// ServicePlacementRequireDomainDistributionPolicyDescription, indicating that
+ /// the system will disallow placement of any two replicas from the same
+ /// partition in the same domain at any time. The value is 4.
///
public const string RequiredDomainDistribution = "RequiredDomainDistribution";
///
- /// Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementNonPartiallyPlaceServicePolicyDescription, which indicates that if possible all replicas of a particular partition of the service should be placed atomically. The value is 5.
+ /// Indicates that the ServicePlacementPolicyDescription is of type
+ /// ServicePlacementNonPartiallyPlaceServicePolicyDescription, which indicates
+ /// that if possible all replicas of a particular partition of the service
+ /// should be placed atomically. The value is 5.
///
public const string NonPartiallyPlaceService = "NonPartiallyPlaceService";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResource.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResource.cs
index 25d689a451fc..ef3f9c559fb0 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResource.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResource.cs
@@ -65,7 +65,7 @@ public ServiceResource()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// The current deployment or provisioning state, which only appears in the
/// response
@@ -78,10 +78,15 @@ public ServiceResource()
///
/// The activation Mode of the service package
- /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
-
- /// Dns name used for the service. If this is specified, then the service can
- /// be accessed via its DNS name instead of service name.
+ /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
+
+ /// Dns name used for the service. If this is specified, then the DNS name can
+ /// be used to return the IP addresses of service endpoints for application
+ /// layer protocols (e.g., HTTP).
+ /// When updating serviceDnsName, old name may be temporarily resolvable.
+ /// However, rely on new name.
+ /// When removing serviceDnsName, removed name may temporarily be resolvable.
+ /// Do not rely on the name being unresolvable.
///
public ServiceResource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string etag = default(string), SystemData systemData = default(SystemData), string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string), string provisioningState = default(string), string serviceTypeName = default(string), PartitionSchemeDescription partitionDescription = default(PartitionSchemeDescription), string servicePackageActivationMode = default(string), string serviceDnsName = default(string))
@@ -170,7 +175,12 @@ public ServiceResource()
///
/// Gets or sets dns name used for the service. If this is specified, then the
- /// service can be accessed via its DNS name instead of service name.
+ /// DNS name can be used to return the IP addresses of service endpoints for
+ /// application layer protocols (e.g., HTTP).
+ /// When updating serviceDnsName, old name may be temporarily resolvable.
+ /// However, rely on new name.
+ /// When removing serviceDnsName, removed name may temporarily be resolvable.
+ /// Do not rely on the name being unresolvable.
///
[Newtonsoft.Json.JsonProperty(PropertyName = "properties.serviceDnsName")]
public string ServiceDnsName {get; set; }
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceProperties.cs
index b33530de45c7..39a9465880ea 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceProperties.cs
@@ -43,7 +43,7 @@ public ServiceResourceProperties()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// The current deployment or provisioning state, which only appears in the
/// response
@@ -56,10 +56,15 @@ public ServiceResourceProperties()
///
/// The activation Mode of the service package
- /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
-
- /// Dns name used for the service. If this is specified, then the service can
- /// be accessed via its DNS name instead of service name.
+ /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
+
+ /// Dns name used for the service. If this is specified, then the DNS name can
+ /// be used to return the IP addresses of service endpoints for application
+ /// layer protocols (e.g., HTTP).
+ /// When updating serviceDnsName, old name may be temporarily resolvable.
+ /// However, rely on new name.
+ /// When removing serviceDnsName, removed name may temporarily be resolvable.
+ /// Do not rely on the name being unresolvable.
///
public ServiceResourceProperties(string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string), string provisioningState = default(string), string serviceTypeName = default(string), PartitionSchemeDescription partitionDescription = default(PartitionSchemeDescription), string servicePackageActivationMode = default(string), string serviceDnsName = default(string))
@@ -106,7 +111,12 @@ public ServiceResourceProperties()
///
/// Gets or sets dns name used for the service. If this is specified, then the
- /// service can be accessed via its DNS name instead of service name.
+ /// DNS name can be used to return the IP addresses of service endpoints for
+ /// application layer protocols (e.g., HTTP).
+ /// When updating serviceDnsName, old name may be temporarily resolvable.
+ /// However, rely on new name.
+ /// When removing serviceDnsName, removed name may temporarily be resolvable.
+ /// Do not rely on the name being unresolvable.
///
[Newtonsoft.Json.JsonProperty(PropertyName = "serviceDnsName")]
public string ServiceDnsName {get; set; }
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourcePropertiesBase.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourcePropertiesBase.cs
index 826ee3634cae..2e90a9998117 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourcePropertiesBase.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourcePropertiesBase.cs
@@ -42,7 +42,7 @@ public ServiceResourcePropertiesBase()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
public ServiceResourcePropertiesBase(string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string))
{
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdate.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdate.cs
index 6cdd3f15effd..4525af81db78 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdate.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdate.cs
@@ -65,7 +65,7 @@ public ServiceResourceUpdate()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
public ServiceResourceUpdate(string id = default(string), string name = default(string), string type = default(string), string location = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string etag = default(string), SystemData systemData = default(SystemData), string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string))
: base(id, name, type, location, tags, etag, systemData)
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdateProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdateProperties.cs
index ae6bd9313ebd..d6163a64a475 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdateProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/ServiceResourceUpdateProperties.cs
@@ -43,7 +43,7 @@ public ServiceResourceUpdateProperties()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
public ServiceResourceUpdateProperties(string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string))
: base(placementConstraints, correlationScheme, serviceLoadMetrics, servicePlacementPolicies, defaultMoveCost)
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/SfZonalUpgradeMode.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/SfZonalUpgradeMode.cs
index ceef0458f73e..9ada4d6ea48e 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/SfZonalUpgradeMode.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/SfZonalUpgradeMode.cs
@@ -14,11 +14,19 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class SfZonalUpgradeMode
{
///
- /// VMs under the node type are grouped into UDs and ignore the zone info in five UDs. This setting causes UDs across all zones to be upgraded at the same time. This deployment mode is faster for upgrades, we don't recommend it because it goes against the SDP guidelines, which state that the updates should be applied to one zone at a time.
+ /// VMs under the node type are grouped into UDs and ignore the zone info in
+ /// five UDs. This setting causes UDs across all zones to be upgraded at the
+ /// same time. This deployment mode is faster for upgrades, we don't recommend
+ /// it because it goes against the SDP guidelines, which state that the updates
+ /// should be applied to one zone at a time.
///
public const string Parallel = "Parallel";
///
- /// If this value is omitted or set to Hierarchical, VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone. This update process is safer for the cluster and the user application.
+ /// If this value is omitted or set to Hierarchical, VMs are grouped to reflect
+ /// the zonal distribution in up to 15 UDs. Each of the three zones has five
+ /// UDs. This ensures that the zones are updated one at a time, moving to next
+ /// zone only after completing five UDs within the first zone. This update
+ /// process is safer for the cluster and the user application.
///
public const string Hierarchical = "Hierarchical";
}
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceProperties.cs
index 44e9980ccd6c..9beab1ce3b73 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceProperties.cs
@@ -43,7 +43,7 @@ public StatefulServiceProperties()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// The current deployment or provisioning state, which only appears in the
/// response
@@ -56,10 +56,15 @@ public StatefulServiceProperties()
///
/// The activation Mode of the service package
- /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
-
- /// Dns name used for the service. If this is specified, then the service can
- /// be accessed via its DNS name instead of service name.
+ /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
+
+ /// Dns name used for the service. If this is specified, then the DNS name can
+ /// be used to return the IP addresses of service endpoints for application
+ /// layer protocols (e.g., HTTP).
+ /// When updating serviceDnsName, old name may be temporarily resolvable.
+ /// However, rely on new name.
+ /// When removing serviceDnsName, removed name may temporarily be resolvable.
+ /// Do not rely on the name being unresolvable.
///
/// A flag indicating whether this is a persistent service which stores states
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceUpdateProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceUpdateProperties.cs
index 0eac186e923b..1bbe2107fe2c 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceUpdateProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatefulServiceUpdateProperties.cs
@@ -43,7 +43,7 @@ public StatefulServiceUpdateProperties()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// The target replica set size as a number.
///
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceProperties.cs
index 7af0e9a08ddc..01571fbc9102 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceProperties.cs
@@ -43,7 +43,7 @@ public StatelessServiceProperties()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// The current deployment or provisioning state, which only appears in the
/// response
@@ -56,10 +56,15 @@ public StatelessServiceProperties()
///
/// The activation Mode of the service package
- /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
-
- /// Dns name used for the service. If this is specified, then the service can
- /// be accessed via its DNS name instead of service name.
+ /// Possible values include: 'SharedProcess', 'ExclusiveProcess'
+
+ /// Dns name used for the service. If this is specified, then the DNS name can
+ /// be used to return the IP addresses of service endpoints for application
+ /// layer protocols (e.g., HTTP).
+ /// When updating serviceDnsName, old name may be temporarily resolvable.
+ /// However, rely on new name.
+ /// When removing serviceDnsName, removed name may temporarily be resolvable.
+ /// Do not rely on the name being unresolvable.
///
/// The instance count.
@@ -72,12 +77,33 @@ public StatelessServiceProperties()
/// (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview).
/// It is represented in ISO 8601 format (hh:mm:ss.s).
///
- public StatelessServiceProperties(string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string), string provisioningState = default(string), string serviceTypeName = default(string), PartitionSchemeDescription partitionDescription = default(PartitionSchemeDescription), string servicePackageActivationMode = default(string), string serviceDnsName = default(string), int? instanceCount = default(int?), string instanceCloseDelayDuration = default(string))
+
+ /// MinInstanceCount is the minimum number of instances that must be up to meet
+ /// the EnsureAvailability safety check during operations like upgrade or
+ /// deactivate node. The actual number that is used is max( MinInstanceCount,
+ /// ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if
+ /// InstanceCount is set to -1, during MinInstanceCount computation -1 is first
+ /// converted into the number of nodes on which the instances are allowed to be
+ /// placed according to the placement constraints on the service.
+ ///
+
+ /// MinInstancePercentage is the minimum percentage of InstanceCount that must
+ /// be up to meet the EnsureAvailability safety check during operations like
+ /// upgrade or deactivate node. The actual number that is used is max(
+ /// MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ).
+ /// Note, if InstanceCount is set to -1, during MinInstancePercentage
+ /// computation, -1 is first converted into the number of nodes on which the
+ /// instances are allowed to be placed according to the placement constraints
+ /// on the service.
+ ///
+ public StatelessServiceProperties(string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string), string provisioningState = default(string), string serviceTypeName = default(string), PartitionSchemeDescription partitionDescription = default(PartitionSchemeDescription), string servicePackageActivationMode = default(string), string serviceDnsName = default(string), int? instanceCount = default(int?), string instanceCloseDelayDuration = default(string), int? minInstanceCount = default(int?), byte[] minInstancePercentage = default(byte[]))
: base(placementConstraints, correlationScheme, serviceLoadMetrics, servicePlacementPolicies, defaultMoveCost, provisioningState, serviceTypeName, partitionDescription, servicePackageActivationMode, serviceDnsName)
{
this.InstanceCount = instanceCount;
this.InstanceCloseDelayDuration = instanceCloseDelayDuration;
+ this.MinInstanceCount = minInstanceCount;
+ this.MinInstancePercentage = minInstancePercentage;
CustomInit();
}
@@ -103,6 +129,31 @@ public StatelessServiceProperties()
///
[Newtonsoft.Json.JsonProperty(PropertyName = "instanceCloseDelayDuration")]
public string InstanceCloseDelayDuration {get; set; }
+
+ ///
+ /// Gets or sets minInstanceCount is the minimum number of instances that must
+ /// be up to meet the EnsureAvailability safety check during operations like
+ /// upgrade or deactivate node. The actual number that is used is max(
+ /// MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ).
+ /// Note, if InstanceCount is set to -1, during MinInstanceCount computation -1
+ /// is first converted into the number of nodes on which the instances are
+ /// allowed to be placed according to the placement constraints on the service.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "minInstanceCount")]
+ public int? MinInstanceCount {get; set; }
+
+ ///
+ /// Gets or sets minInstancePercentage is the minimum percentage of
+ /// InstanceCount that must be up to meet the EnsureAvailability safety check
+ /// during operations like upgrade or deactivate node. The actual number that
+ /// is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 *
+ /// InstanceCount) ). Note, if InstanceCount is set to -1, during
+ /// MinInstancePercentage computation, -1 is first converted into the number of
+ /// nodes on which the instances are allowed to be placed according to the
+ /// placement constraints on the service.
+ ///
+ [Newtonsoft.Json.JsonProperty(PropertyName = "minInstancePercentage")]
+ public byte[] MinInstancePercentage {get; set; }
///
/// Validate the object.
///
@@ -119,6 +170,7 @@ public virtual void Validate()
}
}
+
}
}
}
\ No newline at end of file
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceUpdateProperties.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceUpdateProperties.cs
index 02e303417d28..bfcdd304edaa 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceUpdateProperties.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/StatelessServiceUpdateProperties.cs
@@ -43,7 +43,7 @@ public StatelessServiceUpdateProperties()
///
/// Specifies the move cost for the service.
- /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
+ /// Possible values include: 'Zero', 'Low', 'Medium', 'High'
/// The instance count.
///
@@ -53,8 +53,7 @@ public StatelessServiceUpdateProperties()
/// prior to closing the instance. This delay enables existing requests to
/// drain gracefully before the instance actually goes down
/// (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview).
- /// It is first interpreted as a string representing an ISO 8601 duration. It
- /// is represented in ISO 8601 format (hh:mm:ss.s).
+ /// It is represented in ISO 8601 format (hh:mm:ss.s).
///
public StatelessServiceUpdateProperties(string placementConstraints = default(string), System.Collections.Generic.IList correlationScheme = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceLoadMetrics = default(System.Collections.Generic.IList), System.Collections.Generic.IList servicePlacementPolicies = default(System.Collections.Generic.IList), string defaultMoveCost = default(string), int? instanceCount = default(int?), string instanceCloseDelayDuration = default(string))
@@ -83,8 +82,7 @@ public StatelessServiceUpdateProperties()
/// starts prior to closing the instance. This delay enables existing requests
/// to drain gracefully before the instance actually goes down
/// (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview).
- /// It is first interpreted as a string representing an ISO 8601 duration. It
- /// is represented in ISO 8601 format (hh:mm:ss.s).
+ /// It is represented in ISO 8601 format (hh:mm:ss.s).
///
[Newtonsoft.Json.JsonProperty(PropertyName = "instanceCloseDelayDuration")]
public string InstanceCloseDelayDuration {get; set; }
diff --git a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/UpgradeMode.cs b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/UpgradeMode.cs
index 77ef4010041e..3346acd58946 100644
--- a/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/UpgradeMode.cs
+++ b/src/ServiceFabric/ServiceFabric.Management.Sdk/Generated/Models/UpgradeMode.cs
@@ -14,11 +14,15 @@ namespace Microsoft.Azure.Management.ServiceFabric.Models
public static class UpgradeMode
{
///