diff --git a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ClientCertificate.cs b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ClientCertificate.cs
index 219753afd690..1c35803b4049 100644
--- a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ClientCertificate.cs
+++ b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ClientCertificate.cs
@@ -34,7 +34,7 @@ public ClientCertificate()
/// Certificate Thumbprint.
/// Certificate Common name.
/// Issuer thumbprint for the
- /// certificate. Its only use ehn CommonName is used.
+ /// certificate. Its only use CommonName is used.
public ClientCertificate(bool isAdmin, string thumbprint = default(string), string commonName = default(string), string issuerThumbprint = default(string))
{
IsAdmin = isAdmin;
@@ -69,7 +69,7 @@ public ClientCertificate()
///
/// Gets or sets issuer thumbprint for the certificate. Its only use
- /// ehn CommonName is used.
+ /// CommonName is used.
///
[JsonProperty(PropertyName = "issuerThumbprint")]
public string IssuerThumbprint { get; set; }
diff --git a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedCluster.cs b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedCluster.cs
index fce7281fcb49..3debd384e17d 100644
--- a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedCluster.cs
+++ b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedCluster.cs
@@ -91,8 +91,6 @@ public ManagedCluster()
/// Azure active directory.
/// The list of custom fabric settings to
/// configure the cluster.
- /// Use service fabric test vm
- /// extension, by default it's false.
/// The provisioning state of the
/// managed cluster resource. Possible values include: 'None',
/// 'Creating', 'Created', 'Updating', 'Succeeded', 'Failed',
@@ -115,10 +113,8 @@ public ManagedCluster()
/// . Possible values include: 'Automatic', 'Manual'
/// Describes the policy used
/// when upgrading the cluster.
- /// The endpoint used by reverse
- /// proxy.
/// The sku of the managed cluster
- public ManagedCluster(string location, string dnsName, string adminUserName, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string etag = default(string), string fqdn = default(string), string clusterId = default(string), string clusterState = default(string), string clusterCertificateThumbprint = default(string), int? clientConnectionPort = default(int?), int? httpGatewayConnectionPort = default(int?), string adminPassword = default(string), IList loadBalancingRules = default(IList), IList clients = default(IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), IList fabricSettings = default(IList), bool? useTestExtension = default(bool?), string provisioningState = default(string), string clusterCodeVersion = default(string), string clusterUpgradeMode = default(string), ClusterUpgradePolicy clusterUpgradeDescription = default(ClusterUpgradePolicy), int? reverseProxyEndpointPort = default(int?), Sku sku = default(Sku))
+ public ManagedCluster(string location, string dnsName, string adminUserName, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string etag = default(string), string fqdn = default(string), string clusterId = default(string), string clusterState = default(string), string clusterCertificateThumbprint = default(string), int? clientConnectionPort = default(int?), int? httpGatewayConnectionPort = default(int?), string adminPassword = default(string), IList loadBalancingRules = default(IList), IList clients = default(IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), IList fabricSettings = default(IList), string provisioningState = default(string), string clusterCodeVersion = default(string), string clusterUpgradeMode = default(string), ClusterUpgradePolicy clusterUpgradeDescription = default(ClusterUpgradePolicy), Sku sku = default(Sku))
: base(location, id, name, type, tags, etag)
{
DnsName = dnsName;
@@ -134,12 +130,10 @@ public ManagedCluster()
Clients = clients;
AzureActiveDirectory = azureActiveDirectory;
FabricSettings = fabricSettings;
- UseTestExtension = useTestExtension;
ProvisioningState = provisioningState;
ClusterCodeVersion = clusterCodeVersion;
ClusterUpgradeMode = clusterUpgradeMode;
ClusterUpgradeDescription = clusterUpgradeDescription;
- ReverseProxyEndpointPort = reverseProxyEndpointPort;
Sku = sku;
CustomInit();
}
@@ -261,13 +255,6 @@ public ManagedCluster()
[JsonProperty(PropertyName = "properties.fabricSettings")]
public IList FabricSettings { get; set; }
- ///
- /// Gets or sets use service fabric test vm extension, by default it's
- /// false.
- ///
- [JsonProperty(PropertyName = "properties.useTestExtension")]
- public bool? UseTestExtension { get; set; }
-
///
/// Gets the provisioning state of the managed cluster resource.
/// Possible values include: 'None', 'Creating', 'Created', 'Updating',
@@ -308,12 +295,6 @@ public ManagedCluster()
[JsonProperty(PropertyName = "properties.clusterUpgradeDescription")]
public ClusterUpgradePolicy ClusterUpgradeDescription { get; set; }
- ///
- /// Gets or sets the endpoint used by reverse proxy.
- ///
- [JsonProperty(PropertyName = "properties.reverseProxyEndpointPort")]
- public int? ReverseProxyEndpointPort { get; set; }
-
///
/// Gets or sets the sku of the managed cluster
///
diff --git a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedClusterUpdateParameters.cs b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedClusterUpdateParameters.cs
index 83e88b714816..74ba9996c2ae 100644
--- a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedClusterUpdateParameters.cs
+++ b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ManagedClusterUpdateParameters.cs
@@ -64,10 +64,8 @@ public ManagedClusterUpdateParameters()
/// . Possible values include: 'Automatic', 'Manual'
/// Describes the policy used
/// when upgrading the cluster.
- /// The endpoint used by reverse
- /// proxy.
/// Managed cluster update parameters
- public ManagedClusterUpdateParameters(int? clientConnectionPort = default(int?), int? httpGatewayConnectionPort = default(int?), IList loadBalancingRules = default(IList), IList clients = default(IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), IList fabricSettings = default(IList), string clusterCodeVersion = default(string), string clusterUpgradeMode = default(string), ClusterUpgradePolicy clusterUpgradeDescription = default(ClusterUpgradePolicy), int? reverseProxyEndpointPort = default(int?), IDictionary tags = default(IDictionary))
+ public ManagedClusterUpdateParameters(int? clientConnectionPort = default(int?), int? httpGatewayConnectionPort = default(int?), IList loadBalancingRules = default(IList), IList clients = default(IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), IList fabricSettings = default(IList), string clusterCodeVersion = default(string), string clusterUpgradeMode = default(string), ClusterUpgradePolicy clusterUpgradeDescription = default(ClusterUpgradePolicy), IDictionary tags = default(IDictionary))
{
ClientConnectionPort = clientConnectionPort;
HttpGatewayConnectionPort = httpGatewayConnectionPort;
@@ -78,7 +76,6 @@ public ManagedClusterUpdateParameters()
ClusterCodeVersion = clusterCodeVersion;
ClusterUpgradeMode = clusterUpgradeMode;
ClusterUpgradeDescription = clusterUpgradeDescription;
- ReverseProxyEndpointPort = reverseProxyEndpointPort;
Tags = tags;
CustomInit();
}
@@ -157,12 +154,6 @@ public ManagedClusterUpdateParameters()
[JsonProperty(PropertyName = "properties.clusterUpgradeDescription")]
public ClusterUpgradePolicy ClusterUpgradeDescription { get; set; }
- ///
- /// Gets or sets the endpoint used by reverse proxy.
- ///
- [JsonProperty(PropertyName = "properties.reverseProxyEndpointPort")]
- public int? ReverseProxyEndpointPort { get; set; }
-
///
/// Gets or sets managed cluster update parameters
///
diff --git a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/NodeType.cs b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/NodeType.cs
index 25135392265c..6f479ab08cf2 100644
--- a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/NodeType.cs
+++ b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/NodeType.cs
@@ -38,9 +38,8 @@ public NodeType()
/// The node type on which system services will
/// run. Only one node type should be marked as primary. Primary node
/// type cannot be deleted or changed for existing clusters.
- /// The number of nodes in the node type.
- /// This count should match the capacity property in the corresponding
- /// VirtualMachineScaleSet resource.
+ /// The number of nodes in the node
+ /// type.
/// Disk size for each vm in the node type
/// in GBs.
/// Azure resource identifier.
@@ -114,9 +113,7 @@ public NodeType()
public bool IsPrimary { get; set; }
///
- /// Gets or sets the number of nodes in the node type. This count
- /// should match the capacity property in the corresponding
- /// VirtualMachineScaleSet resource.
+ /// Gets or sets the number of nodes in the node type.
///
[JsonProperty(PropertyName = "properties.vmInstanceCount")]
public int VmInstanceCount { get; set; }
diff --git a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/Sku.cs b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/Sku.cs
index 04cc20c4e280..0b04d66fc463 100644
--- a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/Sku.cs
+++ b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/Sku.cs
@@ -30,7 +30,7 @@ public Sku()
///
/// Initializes a new instance of the Sku class.
///
- /// Sku Name. Basic will hav a minimum of 3 seed
+ /// Sku Name. Basic will have a minimum of 3 seed
/// nodes and Standard a minimum of 5. Basic only allows 1 node type.
/// Possible values include: 'Basic', 'Standard'
public Sku(string name)
@@ -45,9 +45,9 @@ public Sku(string name)
partial void CustomInit();
///
- /// Gets or sets sku Name. Basic will hav a minimum of 3 seed nodes and
- /// Standard a minimum of 5. Basic only allows 1 node type. Possible
- /// values include: 'Basic', 'Standard'
+ /// Gets or sets sku Name. Basic will have a minimum of 3 seed nodes
+ /// and Standard a minimum of 5. Basic only allows 1 node type.
+ /// Possible values include: 'Basic', 'Standard'
///
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
diff --git a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/SdkInfo_ServiceFabricManagementClient.cs b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/SdkInfo_ServiceFabricManagementClient.cs
index b746b3bd8f04..005177d499cb 100644
--- a/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/SdkInfo_ServiceFabricManagementClient.cs
+++ b/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/SdkInfo_ServiceFabricManagementClient.cs
@@ -33,16 +33,5 @@ public static IEnumerable> ApiInfo_ServiceFabricMa
}.AsEnumerable();
}
}
- // BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "v2";
- public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413";
- public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/servicefabric/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\\code\\azure-sdk-for-net\\sdk";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "4873ee82eef44772dec2b6c26d9b5a094c393b21";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-