diff --git a/src/ServiceFabric/ServiceFabric/ChangeLog.md b/src/ServiceFabric/ServiceFabric/ChangeLog.md index a411f38aa80b..f726c5becc3b 100644 --- a/src/ServiceFabric/ServiceFabric/ChangeLog.md +++ b/src/ServiceFabric/ServiceFabric/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release * Fixed a bug that Get commands do not return all resources. +* Updated sfmc to latest api preview version `2023-11-01-preview`. ## Version 3.3.0 * Fixed minor issues diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperations.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperations.cs index 67c690d6b23c..aee9033c94e4 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperations.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperations.cs @@ -268,8 +268,11 @@ internal ApplicationTypesOperations (ServiceFabricManagementClient client) /// /// The name of the application type name resource. /// - /// /// - /// The application type name resource. + /// + /// Resource location depends on the parent resource. + /// + /// + /// Azure resource tags. /// /// /// Headers that will be added to request. diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs index f1e94ad424e4..11546515c7b0 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/ApplicationTypesOperationsExtensions.cs @@ -76,7 +76,7 @@ public static ApplicationTypeResource Get(this IApplicationTypesOperations opera /// public static ApplicationTypeResource CreateOrUpdate(this IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, 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), SystemData systemData = default(SystemData), string provisioningState = default(string)) { - return ((IApplicationTypesOperations)operations).CreateOrUpdateAsync(resourceGroupName, clusterName, applicationTypeName, id, name, type, location, tags, systemData, provisioningState).GetAwaiter().GetResult(); + return ((IApplicationTypesOperations)operations).CreateOrUpdateAsync(resourceGroupName, clusterName, applicationTypeName, id, name, type, location, tags, systemData, provisioningState).GetAwaiter().GetResult(); } /// diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/IApplicationTypesOperations.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/IApplicationTypesOperations.cs index 1c3af869f936..7b506c4fc181 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/IApplicationTypesOperations.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/IApplicationTypesOperations.cs @@ -57,8 +57,11 @@ public partial interface IApplicationTypesOperations /// /// The name of the application type name resource. /// - /// /// /// - /// The application type name resource. + /// + /// Resource location depends on the parent resource. + /// + /// + /// Azure resource tags. /// /// /// The headers that will be added to request. diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ApplicationTypeVersionResource.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ApplicationTypeVersionResource.cs index 41a428a444c4..ce008716e2d2 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ApplicationTypeVersionResource.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ApplicationTypeVersionResource.cs @@ -50,7 +50,7 @@ public ApplicationTypeVersionResource() /// The URL to the application package /// - public ApplicationTypeVersionResource(string appPackageUrl, 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), SystemData systemData = default(SystemData), string provisioningState = default(string)) + public ApplicationTypeVersionResource(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), SystemData systemData = default(SystemData), string provisioningState = default(string), string appPackageUrl = default(string)) : base(id, name, type, location, tags, systemData) { diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedCluster.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedCluster.cs index 83d7bc4b7a80..b7e7a8f52a9f 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedCluster.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedCluster.cs @@ -177,7 +177,7 @@ public ManagedCluster() /// Specify the resource id of a public IP prefix that the load balancer will /// allocate a public IP address from. Only supports IPv4. /// - public ManagedCluster(string location, string dnsName, string adminUserName, Sku sku, 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 fqdn = default(string), string ipv4Address = default(string), string clusterId = default(string), string clusterState = default(string), System.Collections.Generic.IList clusterCertificateThumbprints = default(System.Collections.Generic.IList), int? clientConnectionPort = default(int?), int? httpGatewayConnectionPort = default(int?), string adminPassword = default(string), System.Collections.Generic.IList loadBalancingRules = default(System.Collections.Generic.IList), bool? allowRdpAccess = default(bool?), System.Collections.Generic.IList networkSecurityRules = default(System.Collections.Generic.IList), System.Collections.Generic.IList clients = default(System.Collections.Generic.IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), string provisioningState = default(string), string clusterCodeVersion = default(string), string clusterUpgradeMode = default(string), string clusterUpgradeCadence = default(string), System.Collections.Generic.IList addonFeatures = default(System.Collections.Generic.IList), bool? enableAutoOSUpgrade = default(bool?), bool? zonalResiliency = default(bool?), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), bool? enableIpv6 = default(bool?), string subnetId = default(string), System.Collections.Generic.IList ipTags = default(System.Collections.Generic.IList), string ipv6Address = default(string), bool? enableServicePublicIP = default(bool?), System.Collections.Generic.IList auxiliarySubnets = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceEndpoints = default(System.Collections.Generic.IList), string zonalUpdateMode = default(string), bool? useCustomVnet = default(bool?), string publicIPPrefixId = default(string)) + public ManagedCluster(string location, Sku sku, 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 dnsName = default(string), string fqdn = default(string), string ipv4Address = default(string), string clusterId = default(string), System.Collections.Generic.IList clusterCertificateThumbprints = default(System.Collections.Generic.IList), int? clientConnectionPort = default(int?), int? httpGatewayConnectionPort = default(int?), string adminUserName = default(string), string adminPassword = default(string), System.Collections.Generic.IList loadBalancingRules = default(System.Collections.Generic.IList), bool? allowRdpAccess = default(bool?), System.Collections.Generic.IList networkSecurityRules = default(System.Collections.Generic.IList), System.Collections.Generic.IList clients = default(System.Collections.Generic.IList), AzureActiveDirectory azureActiveDirectory = default(AzureActiveDirectory), System.Collections.Generic.IList fabricSettings = default(System.Collections.Generic.IList), string provisioningState = default(string), string clusterCodeVersion = default(string), string clusterUpgradeMode = default(string), string clusterUpgradeCadence = default(string), System.Collections.Generic.IList addonFeatures = default(System.Collections.Generic.IList), bool? enableAutoOSUpgrade = default(bool?), bool? zonalResiliency = default(bool?), ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default(ApplicationTypeVersionsCleanupPolicy), bool? enableIpv6 = default(bool?), string subnetId = default(string), System.Collections.Generic.IList ipTags = default(System.Collections.Generic.IList), string ipv6Address = default(string), bool? enableServicePublicIP = default(bool?), System.Collections.Generic.IList auxiliarySubnets = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceEndpoints = default(System.Collections.Generic.IList), string zonalUpdateMode = default(string), bool? useCustomVnet = default(bool?), string publicIPPrefixId = default(string)) : base(location, id, name, type, tags, etag, systemData) { diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedClusterCodeVersionResult.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedClusterCodeVersionResult.cs index 0bfbca331fc7..ef62df519e04 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedClusterCodeVersionResult.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/ManagedClusterCodeVersionResult.cs @@ -42,7 +42,7 @@ public ManagedClusterCodeVersionResult() /// The date of expiry of support of the version. /// - public ManagedClusterCodeVersionResult(string id = default(string), string name = default(string), string type = default(string), string clusterCodeVersion = default(string), string supportExpiryUtc = default(string), string osType = default(string)) + public ManagedClusterCodeVersionResult(string id = default(string), string name = default(string), string type = default(string), string osType = default(string), string clusterCodeVersion = default(string), string supportExpiryUtc = default(string)) { this.Id = id; diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/NodeType.cs b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/NodeType.cs index 9a0969202d54..55d3dca8796a 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/NodeType.cs +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Generated/Models/NodeType.cs @@ -5,8 +5,6 @@ namespace Microsoft.Azure.Management.ServiceFabricManagedClusters.Models { - using System.Linq; - /// /// Describes a node type in the cluster, each node type represents sub set of /// nodes in the cluster. @@ -228,7 +226,7 @@ public NodeType() /// want to use and then click Want to deploy programmatically, Get Started ->. /// Enter any required information and then click Save. /// - public NodeType(bool isPrimary, int vmInstanceCount, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), SystemData systemData = default(SystemData), int dataDiskSizeGB = default(int), string dataDiskType = default(string), string dataDiskLetter = default(string), System.Collections.Generic.IDictionary placementProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary capacities = default(System.Collections.Generic.IDictionary), EndpointRangeDescription applicationPorts = default(EndpointRangeDescription), EndpointRangeDescription ephemeralPorts = default(EndpointRangeDescription), string vmSize = default(string), string vmImagePublisher = default(string), string vmImageOffer = default(string), string vmImageSku = default(string), string vmImageVersion = default(string), System.Collections.Generic.IList vmSecrets = default(System.Collections.Generic.IList), System.Collections.Generic.IList vmExtensions = default(System.Collections.Generic.IList), VmManagedIdentity vmManagedIdentity = default(VmManagedIdentity), bool? isStateless = default(bool?), bool? multiplePlacementGroups = default(bool?), System.Collections.Generic.IList frontendConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList networkSecurityRules = default(System.Collections.Generic.IList), System.Collections.Generic.IList additionalDataDisks = default(System.Collections.Generic.IList), bool? enableEncryptionAtHost = default(bool?), string provisioningState = default(string), bool? enableAcceleratedNetworking = default(bool?), bool? useDefaultPublicLoadBalancer = default(bool?), bool? useTempDataDisk = default(bool?), bool? enableOverProvisioning = default(bool?), System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), bool? isSpotVM = default(bool?), string hostGroupId = default(string), bool? useEphemeralOSDisk = default(bool?), string spotRestoreTimeout = default(string), string evictionPolicy = default(string), string vmImageResourceId = default(string), string subnetId = default(string), System.Collections.Generic.IList vmSetupActions = default(System.Collections.Generic.IList), string securityType = default(string), bool? secureBootEnabled = default(bool?), bool? enableNodePublicIP = default(bool?), string vmSharedGalleryImageId = default(string), string natGatewayId = default(string), VmImagePlan vmImagePlan = default(VmImagePlan), NodeTypeSku sku = default(NodeTypeSku)) + public NodeType(string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), SystemData systemData = default(SystemData), NodeTypeSku sku = default(NodeTypeSku), string securityType = default(string), bool? isPrimary = default(bool?), int? vmInstanceCount = default(int?), int? dataDiskSizeGB = default(int?), string dataDiskType = default(string), string dataDiskLetter = default(string), System.Collections.Generic.IDictionary placementProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary capacities = default(System.Collections.Generic.IDictionary), EndpointRangeDescription applicationPorts = default(EndpointRangeDescription), EndpointRangeDescription ephemeralPorts = default(EndpointRangeDescription), string vmSize = default(string), string vmImagePublisher = default(string), string vmImageOffer = default(string), string vmImageSku = default(string), string vmImageVersion = default(string), System.Collections.Generic.IList vmSecrets = default(System.Collections.Generic.IList), System.Collections.Generic.IList vmExtensions = default(System.Collections.Generic.IList), VmManagedIdentity vmManagedIdentity = default(VmManagedIdentity), bool? isStateless = default(bool?), bool? multiplePlacementGroups = default(bool?), System.Collections.Generic.IList frontendConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList networkSecurityRules = default(System.Collections.Generic.IList), System.Collections.Generic.IList additionalDataDisks = default(System.Collections.Generic.IList), bool? enableEncryptionAtHost = default(bool?), string provisioningState = default(string), bool? enableAcceleratedNetworking = default(bool?), bool? useDefaultPublicLoadBalancer = default(bool?), bool? useTempDataDisk = default(bool?), bool? enableOverProvisioning = default(bool?), System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), bool? isSpotVM = default(bool?), string hostGroupId = default(string), bool? useEphemeralOSDisk = default(bool?), string spotRestoreTimeout = default(string), string evictionPolicy = default(string), string vmImageResourceId = default(string), string subnetId = default(string), System.Collections.Generic.IList vmSetupActions = default(System.Collections.Generic.IList), bool? secureBootEnabled = default(bool?), bool? enableNodePublicIP = default(bool?), string vmSharedGalleryImageId = default(string), string natGatewayId = default(string), VmImagePlan vmImagePlan = default(VmImagePlan)) : base(id, name, type, tags, systemData) { @@ -304,7 +302,7 @@ public NodeType() /// type is created. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.isPrimary")] - public bool IsPrimary {get; set; } + public bool? IsPrimary {get; set; } /// /// Gets or sets the number of nodes in the node type. <br /><br />**Values:** @@ -312,14 +310,14 @@ public NodeType() /// defined <br /> 0 - Not supported <br /> >0 - Use for manual scale. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.vmInstanceCount")] - public int VmInstanceCount {get; set; } + public int? VmInstanceCount {get; set; } /// /// Gets or sets disk size for the managed disk attached to the vms on the node /// type in GBs. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.dataDiskSizeGB")] - public int DataDiskSizeGB {get; set; } + public int? DataDiskSizeGB {get; set; } /// /// Gets or sets managed data disk type. Specifies the storage account type for @@ -411,7 +409,7 @@ public NodeType() /// machines. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.vmExtensions")] - public System.Collections.Generic.IList VmExtensions { get; set; } + public System.Collections.Generic.IList VmExtensions {get; set; } /// /// Gets or sets identities to assign to the virtual machine scale set under @@ -623,16 +621,18 @@ public virtual void Validate() this.Sku.Validate(); } - if (this.VmInstanceCount > 2147483647) - { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "VMInstanceCount", 2147483647); - } - if (this.VmInstanceCount < -1) + if (this.VmInstanceCount != null) { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "VMInstanceCount", -1); + if (this.VmInstanceCount > 2147483647) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "VMInstanceCount", 2147483647); + } + if (this.VmInstanceCount < -1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "VMInstanceCount", -1); + } } - if (this.DataDiskLetter != null) { if (!System.Text.RegularExpressions.Regex.IsMatch(this.DataDiskLetter, "^[a-zA-Z]{1}$")) diff --git a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/README.md b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/README.md index a9738b23309b..13a3205247bc 100644 --- a/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/README.md +++ b/src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/README.md @@ -21,7 +21,7 @@ payload-flattening-threshold: 2 use-extension: "@autorest/powershell": "4.x" -commit: da459cd725e11aa72e7fbc3b65d523b6e2b6453b +commit: ce96a721d6bffa72dada8a998dee55f4c32ad0ef input-file: - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/preview/2023-03-01-preview/managedcluster.json - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/servicefabricmanagedclusters/resource-manager/Microsoft.ServiceFabric/preview/2023-03-01-preview/nodetype.json diff --git a/tools/StaticAnalysis/Exceptions/Az.ServiceFabric/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.ServiceFabric/BreakingChangeIssues.csv new file mode 100644 index 000000000000..e26494b4c708 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.ServiceFabric/BreakingChangeIssues.csv @@ -0,0 +1,34 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMExtension","Add-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMExtension","Add-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMExtension","Add-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMExtension","Add-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMExtension","Add-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMExtension","Add-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMSecret","Add-AzServiceFabricManagedNodeTypeVMSecret","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMSecret","Add-AzServiceFabricManagedNodeTypeVMSecret","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMSecret","Add-AzServiceFabricManagedNodeTypeVMSecret","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMSecret","Add-AzServiceFabricManagedNodeTypeVMSecret","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMSecret","Add-AzServiceFabricManagedNodeTypeVMSecret","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzServiceFabricManagedNodeTypeVMSecret","Add-AzServiceFabricManagedNodeTypeVMSecret","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.GetAzServiceFabricManagedNodeType","Get-AzServiceFabricManagedNodeType","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.GetAzServiceFabricManagedNodeType","Get-AzServiceFabricManagedNodeType","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.GetAzServiceFabricManagedNodeType","Get-AzServiceFabricManagedNodeType","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.NewAzServiceFabricManagedNodeType","New-AzServiceFabricManagedNodeType","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.NewAzServiceFabricManagedNodeType","New-AzServiceFabricManagedNodeType","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.NewAzServiceFabricManagedNodeType","New-AzServiceFabricManagedNodeType","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeType","Remove-AzServiceFabricManagedNodeType","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeType","Remove-AzServiceFabricManagedNodeType","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeType","Remove-AzServiceFabricManagedNodeType","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeTypeVMExtension","Remove-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeTypeVMExtension","Remove-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeTypeVMExtension","Remove-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeTypeVMExtension","Remove-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeTypeVMExtension","Remove-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.RemoveAzServiceFabricManagedNodeTypeVMExtension","Remove-AzServiceFabricManagedNodeTypeVMExtension","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.SetAzServiceFabricManagedNodeType","Set-AzServiceFabricManagedNodeType","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.SetAzServiceFabricManagedNodeType","Set-AzServiceFabricManagedNodeType","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.SetAzServiceFabricManagedNodeType","Set-AzServiceFabricManagedNodeType","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.SetAzServiceFabricManagedNodeType","Set-AzServiceFabricManagedNodeType","0","3000","The type of property 'IsPrimary' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Boolean' to 'System.Nullable`1[System.Boolean]'.","Change the type of property 'IsPrimary' back to 'System.Boolean'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.SetAzServiceFabricManagedNodeType","Set-AzServiceFabricManagedNodeType","0","3000","The type of property 'DataDiskSizeGB' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'DataDiskSizeGB' back to 'System.Int32'." +"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.SetAzServiceFabricManagedNodeType","Set-AzServiceFabricManagedNodeType","0","3000","The type of property 'VmInstanceCount' of type 'Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType' has changed from 'System.Int32' to 'System.Nullable`1[System.Int32]'.","Change the type of property 'VmInstanceCount' back to 'System.Int32'."