azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

Use v4 to generate aks, advisor and addomainservice

Open dolauli opened this issue 1 year ago • 1 comments

Description

Test only

Mandatory Checklist

  • Please choose the target release of Azure PowerShell. (⚠️Target release is a different concept from API readiness. Please click below links for details.)

    • [ ] General release
    • [ ] Public preview
    • [ ] Private preview
    • [ ] Engineering build
    • [ ] No need for a release
  • [ ] Check this box to confirm: I have read the Submitting Changes section of CONTRIBUTING.md and reviewed the following information:

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

dolauli avatar Jun 20 '24 08:06 dolauli

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
⚠️Az.ADDomainServices
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzADDomainService Get-AzADDomainService Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzADDomainService Get-AzADDomainService changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzADDomainServiceForestTrustObject New-AzADDomainServiceForestTrustObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzADDomainServiceReplicaSetObject New-AzADDomainServiceReplicaSetObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.ADDomainServices. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
❌Az.Advisor
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Disable-AzAdvisorRecommendation The type of property 'Action' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem]'. Change the type of property 'Action' back to 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]'.
Disable-AzAdvisorRecommendation The type of property 'Category' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]' to 'System.String'. Change the type of property 'Category' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]'.
Disable-AzAdvisorRecommendation The type of property 'Impact' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]' to 'System.String'. Change the type of property 'Impact' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]'.
Disable-AzAdvisorRecommendation The type of property 'Risk' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]' to 'System.String'. Change the type of property 'Risk' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]'.
Disable-AzAdvisorRecommendation The type of property 'SuppressionId' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SuppressionId' back to 'System.String[]'.
Disable-AzAdvisorRecommendation The type of property 'ConfigurationName' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]' to 'System.String'. Change the type of property 'ConfigurationName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]'.
Enable-AzAdvisorRecommendation The type of property 'Action' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem]'. Change the type of property 'Action' back to 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]'.
Enable-AzAdvisorRecommendation The type of property 'Category' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]' to 'System.String'. Change the type of property 'Category' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]'.
Enable-AzAdvisorRecommendation The type of property 'Impact' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]' to 'System.String'. Change the type of property 'Impact' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]'.
Enable-AzAdvisorRecommendation The type of property 'Risk' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]' to 'System.String'. Change the type of property 'Risk' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]'.
Enable-AzAdvisorRecommendation The type of property 'SuppressionId' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SuppressionId' back to 'System.String[]'.
Enable-AzAdvisorRecommendation The type of property 'ConfigurationName' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]' to 'System.String'. Change the type of property 'ConfigurationName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]'.
Get-AzAdvisorConfiguration The type of property 'LowCpuThreshold' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]' to 'System.String'. Change the type of property 'LowCpuThreshold' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]'.
Get-AzAdvisorRecommendation The type of property 'Action' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem]'. Change the type of property 'Action' back to 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IRecommendationPropertiesActionsItem[]'.
Get-AzAdvisorRecommendation The type of property 'Category' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]' to 'System.String'. Change the type of property 'Category' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category]'.
Get-AzAdvisorRecommendation The type of property 'Impact' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]' to 'System.String'. Change the type of property 'Impact' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact]'.
Get-AzAdvisorRecommendation The type of property 'Risk' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]' to 'System.String'. Change the type of property 'Risk' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Risk]'.
Get-AzAdvisorRecommendation The type of property 'SuppressionId' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IResourceRecommendationBase' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SuppressionId' back to 'System.String[]'.
Get-AzAdvisorRecommendation The type of property 'ConfigurationName' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]' to 'System.String'. Change the type of property 'ConfigurationName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]'.
Set-AzAdvisorConfiguration The type of property 'LowCpuThreshold' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IConfigData' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]' to 'System.String'. Change the type of property 'LowCpuThreshold' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold]'.
Set-AzAdvisorConfiguration The type of property 'ConfigurationName' of type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IAdvisorIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]' to 'System.String'. Change the type of property 'ConfigurationName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName]'.
Set-AzAdvisorConfiguration The cmdlet 'Set-AzAdvisorConfiguration' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold' for parameter 'LowCpuThreshold'. Change the type for parameter 'LowCpuThreshold' back to 'Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold'.
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzAdvisorConfiguration Get-AzAdvisorConfiguration Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzAdvisorConfiguration Get-AzAdvisorConfiguration changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzAdvisorRecommendation Get-AzAdvisorRecommendation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzAdvisorRecommendation Get-AzAdvisorRecommendation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.Advisor. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
❌Az.Aks
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Get-AzAksMaintenanceConfiguration The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]'.
Get-AzAksMaintenanceConfiguration The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]'.
Get-AzAksNodePoolUpgradeProfile The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType' to 'System.String'. Change the type of property 'OSType' back to 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType'.
Get-AzAksSnapshot The type of property 'OSSku' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku]' to 'System.String'. Change the type of property 'OSSku' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku]'.
Get-AzAksSnapshot The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType]' to 'System.String'. Change the type of property 'OSType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType]'.
Get-AzAksSnapshot The type of property 'SnapshotType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType]' to 'System.String'. Change the type of property 'SnapshotType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType]'.
Get-AzAksUpgradeProfile The type of property 'ControlPlaneProfileOSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType' to 'System.String'. Change the type of property 'ControlPlaneProfileOSType' back to 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType'.
New-AzAksMaintenanceConfiguration The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]'.
New-AzAksMaintenanceConfiguration The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]'.
New-AzAksMaintenanceConfiguration The type of property 'HourSlot' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeInWeek' has changed from 'System.Int32[]' to 'System.Collections.Generic.List`1[System.Int32]'. Change the type of property 'HourSlot' back to 'System.Int32[]'.
New-AzAksMaintenanceConfiguration The type of property 'Day' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeInWeek' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]' to 'System.String'. Change the type of property 'Day' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]'.
New-AzAksSnapshot The type of property 'OSSku' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku]' to 'System.String'. Change the type of property 'OSSku' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku]'.
New-AzAksSnapshot The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType]' to 'System.String'. Change the type of property 'OSType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType]'.
New-AzAksSnapshot The type of property 'SnapshotType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType]' to 'System.String'. Change the type of property 'SnapshotType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType]'.
New-AzAksSnapshot The cmdlet 'New-AzAksSnapshot' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType' for parameter 'SnapshotType'. Change the type for parameter 'SnapshotType' back to 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType'.
New-AzAksTimeInWeekObject The type of property 'HourSlot' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeek' has changed from 'System.Int32[]' to 'System.Collections.Generic.List`1[System.Int32]'. Change the type of property 'HourSlot' back to 'System.Int32[]'.
New-AzAksTimeInWeekObject The type of property 'Day' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeek' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]' to 'System.String'. Change the type of property 'Day' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]'.
New-AzAksTimeInWeekObject The cmdlet 'New-AzAksTimeInWeekObject' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay' for parameter 'Day'. Change the type for parameter 'Day' back to 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay'.
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 54.05 % 86.11% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 54.05% 86.11% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 54.05% 86.11% Test coverage cannot be lower than the number of the last release.
⚠️Az.Peering
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzPeering Get-AzPeering Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeering Get-AzPeering changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringAsn Get-AzPeeringAsn Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringAsn Get-AzPeeringAsn changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringCdnPrefix Get-AzPeeringCdnPrefix Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringCdnPrefix Get-AzPeeringCdnPrefix changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringConnectionMonitorTest Get-AzPeeringConnectionMonitorTest Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringConnectionMonitorTest Get-AzPeeringConnectionMonitorTest changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringLegacy Get-AzPeeringLegacy Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringLegacy Get-AzPeeringLegacy changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringLocation Get-AzPeeringLocation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringLocation Get-AzPeeringLocation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringReceivedRoute Get-AzPeeringReceivedRoute Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringReceivedRoute Get-AzPeeringReceivedRoute changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringRegisteredAsn Get-AzPeeringRegisteredAsn Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringRegisteredAsn Get-AzPeeringRegisteredAsn changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringRegisteredPrefix Get-AzPeeringRegisteredPrefix Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringRegisteredPrefix Get-AzPeeringRegisteredPrefix changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringRpUnbilledPrefix Get-AzPeeringRpUnbilledPrefix Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringRpUnbilledPrefix Get-AzPeeringRpUnbilledPrefix changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringService Get-AzPeeringService Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringService Get-AzPeeringService changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringServiceCountry Get-AzPeeringServiceCountry Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringServiceCountry Get-AzPeeringServiceCountry changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringServiceLocation Get-AzPeeringServiceLocation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringServiceLocation Get-AzPeeringServiceLocation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringServicePrefix Get-AzPeeringServicePrefix Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringServicePrefix Get-AzPeeringServicePrefix changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzPeeringServiceProvider Get-AzPeeringServiceProvider Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzPeeringServiceProvider Get-AzPeeringServiceProvider changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPeeringCheckServiceProviderAvailabilityInputObject New-AzPeeringCheckServiceProviderAvailabilityInputObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPeeringContactDetailObject New-AzPeeringContactDetailObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPeeringDirectConnectionObject New-AzPeeringDirectConnectionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzPeeringExchangeConnectionObject New-AzPeeringExchangeConnectionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.42 % 82.05% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.42% 82.05% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.42% 82.05% Test coverage cannot be lower than the number of the last release.
❌Az.PostgreSql
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Get-AzPostgreSqlConfiguration The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlConnectionString The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
Get-AzPostgreSqlConnectionString The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
Get-AzPostgreSqlConnectionString The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
Get-AzPostgreSqlConnectionString The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
Get-AzPostgreSqlConnectionString The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
Get-AzPostgreSqlConnectionString The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Get-AzPostgreSqlConnectionString The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Get-AzPostgreSqlConnectionString The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Get-AzPostgreSqlConnectionString The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
Get-AzPostgreSqlConnectionString The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
Get-AzPostgreSqlFirewallRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlFlexibleServer The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServer The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServer The type of property 'CreateMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]' to 'System.String'. Change the type of property 'CreateMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]'.
Get-AzPostgreSqlFlexibleServer The type of property 'BackupGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]' to 'System.String'. Change the type of property 'BackupGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]'.
Get-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]' to 'System.String'. Change the type of property 'HighAvailabilityMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]'.
Get-AzPostgreSqlFlexibleServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]'.
Get-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]' to 'System.String'. Change the type of property 'HighAvailabilityState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]'.
Get-AzPostgreSqlFlexibleServer The type of property 'NetworkPublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]' to 'System.String'. Change the type of property 'NetworkPublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]'.
Get-AzPostgreSqlFlexibleServer The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Get-AzPostgreSqlFlexibleServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Get-AzPostgreSqlFlexibleServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Get-AzPostgreSqlFlexibleServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlFlexibleServerConfiguration The type of property 'DataType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]' to 'System.String'. Change the type of property 'DataType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]'.
Get-AzPostgreSqlFlexibleServerConfiguration The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerConfiguration The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerConfiguration The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'CreateMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]' to 'System.String'. Change the type of property 'CreateMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'BackupGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]' to 'System.String'. Change the type of property 'BackupGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'HighAvailabilityMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]' to 'System.String'. Change the type of property 'HighAvailabilityMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'HighAvailabilityState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]' to 'System.String'. Change the type of property 'HighAvailabilityState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'NetworkPublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]' to 'System.String'. Change the type of property 'NetworkPublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Get-AzPostgreSqlFlexibleServerConnectionString The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Get-AzPostgreSqlFlexibleServerDatabase The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerDatabase The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerDatabase The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlFlexibleServerFirewallRule The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFirewallRuleAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerFirewallRule The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IFirewallRuleAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Get-AzPostgreSqlFlexibleServerFirewallRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlReplica The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
Get-AzPostgreSqlReplica The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
Get-AzPostgreSqlReplica The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
Get-AzPostgreSqlReplica The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
Get-AzPostgreSqlReplica The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
Get-AzPostgreSqlReplica The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Get-AzPostgreSqlReplica The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Get-AzPostgreSqlReplica The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Get-AzPostgreSqlReplica The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
Get-AzPostgreSqlReplica The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
Get-AzPostgreSqlServer The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
Get-AzPostgreSqlServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
Get-AzPostgreSqlServer The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
Get-AzPostgreSqlServer The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
Get-AzPostgreSqlServer The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
Get-AzPostgreSqlServer The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Get-AzPostgreSqlServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Get-AzPostgreSqlServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Get-AzPostgreSqlServer The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
Get-AzPostgreSqlServer The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
Get-AzPostgreSqlServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Get-AzPostgreSqlVirtualNetworkRule The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]'.
Get-AzPostgreSqlVirtualNetworkRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
New-AzPostgreSqlFlexibleServer The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
New-AzPostgreSqlFlexibleServer The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
New-AzPostgreSqlFlexibleServer The type of property 'CreateMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]' to 'System.String'. Change the type of property 'CreateMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]'.
New-AzPostgreSqlFlexibleServer The type of property 'BackupGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]' to 'System.String'. Change the type of property 'BackupGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]'.
New-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]' to 'System.String'. Change the type of property 'HighAvailabilityMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]'.
New-AzPostgreSqlFlexibleServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]'.
New-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]' to 'System.String'. Change the type of property 'HighAvailabilityState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]'.
New-AzPostgreSqlFlexibleServer The type of property 'NetworkPublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]' to 'System.String'. Change the type of property 'NetworkPublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]'.
New-AzPostgreSqlFlexibleServer The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
New-AzPostgreSqlFlexibleServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
New-AzPostgreSqlFlexibleServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
New-AzPostgreSqlFlexibleServer The cmdlet 'New-AzPostgreSqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion' for parameter 'Version'. Change the type for parameter 'Version' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion'.
New-AzPostgreSqlFlexibleServerDatabase The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
New-AzPostgreSqlFlexibleServerDatabase The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
New-AzPostgreSqlFlexibleServerDatabase The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
New-AzPostgreSqlReplica The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
New-AzPostgreSqlReplica The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
New-AzPostgreSqlReplica The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
New-AzPostgreSqlReplica The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
New-AzPostgreSqlReplica The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
New-AzPostgreSqlReplica The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
New-AzPostgreSqlReplica The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
New-AzPostgreSqlReplica The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
New-AzPostgreSqlReplica The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
New-AzPostgreSqlReplica The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
New-AzPostgreSqlReplica The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
New-AzPostgreSqlReplica The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
New-AzPostgreSqlReplica The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
New-AzPostgreSqlReplica The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
New-AzPostgreSqlReplica The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
New-AzPostgreSqlReplica The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
New-AzPostgreSqlReplica The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
New-AzPostgreSqlReplica The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
New-AzPostgreSqlReplica The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
New-AzPostgreSqlReplica The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
New-AzPostgreSqlServer The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
New-AzPostgreSqlServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
New-AzPostgreSqlServer The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
New-AzPostgreSqlServer The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
New-AzPostgreSqlServer The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
New-AzPostgreSqlServer The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
New-AzPostgreSqlServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
New-AzPostgreSqlServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
New-AzPostgreSqlServer The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
New-AzPostgreSqlServer The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
New-AzPostgreSqlServer The cmdlet 'New-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum' for parameter 'SslEnforcement'. Change the type for parameter 'SslEnforcement' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum'.
New-AzPostgreSqlServer The cmdlet 'New-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum' for parameter 'MinimalTlsVersion'. Change the type for parameter 'MinimalTlsVersion' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum'.
New-AzPostgreSqlServer The cmdlet 'New-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup' for parameter 'GeoRedundantBackup'. Change the type for parameter 'GeoRedundantBackup' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup'.
New-AzPostgreSqlServer The cmdlet 'New-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow' for parameter 'StorageAutogrow'. Change the type for parameter 'StorageAutogrow' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow'.
New-AzPostgreSqlServer The cmdlet 'New-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion' for parameter 'Version'. Change the type for parameter 'Version' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion'.
New-AzPostgreSqlVirtualNetworkRule The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]'.
Remove-AzPostgreSqlFirewallRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Remove-AzPostgreSqlFlexibleServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Remove-AzPostgreSqlFlexibleServerDatabase The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Remove-AzPostgreSqlFlexibleServerFirewallRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Remove-AzPostgreSqlServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Remove-AzPostgreSqlVirtualNetworkRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Restart-AzPostgreSqlFlexibleServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Restart-AzPostgreSqlServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'CreateMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]' to 'System.String'. Change the type of property 'CreateMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'BackupGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]' to 'System.String'. Change the type of property 'BackupGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]' to 'System.String'. Change the type of property 'HighAvailabilityMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]' to 'System.String'. Change the type of property 'HighAvailabilityState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'NetworkPublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]' to 'System.String'. Change the type of property 'NetworkPublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Restore-AzPostgreSqlFlexibleServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Restore-AzPostgreSqlServer The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
Restore-AzPostgreSqlServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
Restore-AzPostgreSqlServer The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
Restore-AzPostgreSqlServer The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
Restore-AzPostgreSqlServer The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
Restore-AzPostgreSqlServer The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Restore-AzPostgreSqlServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Restore-AzPostgreSqlServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Restore-AzPostgreSqlServer The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
Restore-AzPostgreSqlServer The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
Restore-AzPostgreSqlServer The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
Restore-AzPostgreSqlServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
Restore-AzPostgreSqlServer The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
Restore-AzPostgreSqlServer The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
Restore-AzPostgreSqlServer The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
Restore-AzPostgreSqlServer The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Restore-AzPostgreSqlServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Restore-AzPostgreSqlServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Restore-AzPostgreSqlServer The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
Restore-AzPostgreSqlServer The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
Start-AzPostgreSqlFlexibleServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Stop-AzPostgreSqlFlexibleServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Test-AzPostgreSqlFlexibleServerConnect The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlConfiguration The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlFirewallRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlFlexibleServer The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Update-AzPostgreSqlFlexibleServer The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Update-AzPostgreSqlFlexibleServer The type of property 'CreateMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]' to 'System.String'. Change the type of property 'CreateMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreateMode]'.
Update-AzPostgreSqlFlexibleServer The type of property 'BackupGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]' to 'System.String'. Change the type of property 'BackupGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum]'.
Update-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]' to 'System.String'. Change the type of property 'HighAvailabilityMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.HighAvailabilityMode]'.
Update-AzPostgreSqlFlexibleServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ResourceIdentityType]'.
Update-AzPostgreSqlFlexibleServer The type of property 'HighAvailabilityState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]' to 'System.String'. Change the type of property 'HighAvailabilityState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerHaState]'.
Update-AzPostgreSqlFlexibleServer The type of property 'NetworkPublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]' to 'System.String'. Change the type of property 'NetworkPublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerPublicNetworkAccessState]'.
Update-AzPostgreSqlFlexibleServer The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Update-AzPostgreSqlFlexibleServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Update-AzPostgreSqlFlexibleServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Update-AzPostgreSqlFlexibleServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlFlexibleServer The cmdlet 'Update-AzPostgreSqlFlexibleServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier'.
Update-AzPostgreSqlFlexibleServerConfiguration The type of property 'DataType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]' to 'System.String'. Change the type of property 'DataType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ConfigurationDataType]'.
Update-AzPostgreSqlFlexibleServerConfiguration The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Update-AzPostgreSqlFlexibleServerConfiguration The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IConfigurationAutoGenerated' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.CreatedByType]'.
Update-AzPostgreSqlFlexibleServerConfiguration The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlFlexibleServerFirewallRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlServer The type of property 'StorageProfileGeoRedundantBackup' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]' to 'System.String'. Change the type of property 'StorageProfileGeoRedundantBackup' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup]'.
Update-AzPostgreSqlServer The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.IdentityType]'.
Update-AzPostgreSqlServer The type of property 'InfrastructureEncryption' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]' to 'System.String'. Change the type of property 'InfrastructureEncryption' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.InfrastructureEncryption]'.
Update-AzPostgreSqlServer The type of property 'MinimalTlsVersion' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]' to 'System.String'. Change the type of property 'MinimalTlsVersion' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum]'.
Update-AzPostgreSqlServer The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum]'.
Update-AzPostgreSqlServer The type of property 'UserVisibleState' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]' to 'System.String'. Change the type of property 'UserVisibleState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerState]'.
Update-AzPostgreSqlServer The type of property 'Version' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]' to 'System.String'. Change the type of property 'Version' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.ServerVersion]'.
Update-AzPostgreSqlServer The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier]'.
Update-AzPostgreSqlServer The type of property 'SslEnforcement' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]' to 'System.String'. Change the type of property 'SslEnforcement' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum]'.
Update-AzPostgreSqlServer The type of property 'StorageProfileStorageAutogrow' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IServer' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]' to 'System.String'. Change the type of property 'StorageProfileStorageAutogrow' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow]'.
Update-AzPostgreSqlServer The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
Update-AzPostgreSqlServer The cmdlet 'Update-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SkuTier'.
Update-AzPostgreSqlServer The cmdlet 'Update-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum' for parameter 'SslEnforcement'. Change the type for parameter 'SslEnforcement' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum'.
Update-AzPostgreSqlServer The cmdlet 'Update-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum' for parameter 'MinimalTlsVersion'. Change the type for parameter 'MinimalTlsVersion' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.MinimalTlsVersionEnum'.
Update-AzPostgreSqlServer The cmdlet 'Update-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow' for parameter 'StorageAutogrow'. Change the type for parameter 'StorageAutogrow' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.StorageAutogrow'.
Update-AzPostgreSqlServer The cmdlet 'Update-AzPostgreSqlServer' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum' for parameter 'PublicNetworkAccess'. Change the type for parameter 'PublicNetworkAccess' back to 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.PublicNetworkAccessEnum'.
Update-AzPostgreSqlVirtualNetworkRule The type of property 'State' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.IVirtualNetworkRule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]' to 'System.String'. Change the type of property 'State' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.VirtualNetworkRuleState]'.
Update-AzPostgreSqlVirtualNetworkRule The type of property 'SecurityAlertPolicyName' of type 'Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]' to 'System.String'. Change the type of property 'SecurityAlertPolicyName' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SecurityAlertPolicyName]'.
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.PostgreSql. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
❌Az.SignalR
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Get-AzWebPubSub The type of property 'PublicNetworkDeny' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'PublicNetworkDeny' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]'.
Get-AzWebPubSub The type of property 'PublicNetworkAllow' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'PublicNetworkAllow' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]'.
Get-AzWebPubSub The type of property 'NetworkAcLDefaultAction' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]' to 'System.String'. Change the type of property 'NetworkAcLDefaultAction' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]'.
Get-AzWebPubSub The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSub The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSub The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]'.
Get-AzWebPubSub The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
Get-AzWebPubSub The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]'.
Get-AzWebPubSubCustomCertificate The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomCertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSubCustomCertificate The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomCertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSubCustomCertificate The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomCertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
Get-AzWebPubSubCustomDomain The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSubCustomDomain The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSubCustomDomain The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
Get-AzWebPubSubHub The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubHub' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Get-AzWebPubSubHub The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubHub' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSub The type of property 'PublicNetworkDeny' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'PublicNetworkDeny' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]'.
New-AzWebPubSub The type of property 'PublicNetworkAllow' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'PublicNetworkAllow' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]'.
New-AzWebPubSub The type of property 'NetworkAcLDefaultAction' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]' to 'System.String'. Change the type of property 'NetworkAcLDefaultAction' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]'.
New-AzWebPubSub The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSub The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSub The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]'.
New-AzWebPubSub The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
New-AzWebPubSub The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]'.
New-AzWebPubSub The cmdlet 'New-AzWebPubSub' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType'.
New-AzWebPubSub The cmdlet 'New-AzWebPubSub' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction' for parameter 'NetworkAcLDefaultAction'. Change the type for parameter 'NetworkAcLDefaultAction' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction'.
New-AzWebPubSub The element type for parameter 'PublicNetworkAllow' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType' to 'System.String'. Change the element type for parameter 'PublicNetworkAllow' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType'.
New-AzWebPubSub The element type for parameter 'PublicNetworkDeny' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType' to 'System.String'. Change the element type for parameter 'PublicNetworkDeny' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType'.
New-AzWebPubSub The cmdlet 'New-AzWebPubSub' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier'.
New-AzWebPubSubCustomCertificate The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomCertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSubCustomCertificate The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomCertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSubCustomCertificate The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomCertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
New-AzWebPubSubCustomDomain The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSubCustomDomain The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSubCustomDomain The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.ICustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
New-AzWebPubSubEventNameFilterObject The type of property 'SystemEvent' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.EventNameFilter' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SystemEvent' back to 'System.String[]'.
New-AzWebPubSubHub The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubHub' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSubHub The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubHub' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
New-AzWebPubSubHub The type of property 'AuthType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IEventHandler' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType]' to 'System.String'. Change the type of property 'AuthType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.UpstreamAuthType]'.
New-AzWebPubSubHub The type of property 'SystemEvent' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IEventHandler' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SystemEvent' back to 'System.String[]'.
New-AzWebPubSubKey The cmdlet 'New-AzWebPubSubKey' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType' for parameter 'KeyType'. Change the type for parameter 'KeyType' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.KeyType'.
Update-AzWebPubSub The type of property 'PublicNetworkDeny' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'PublicNetworkDeny' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]'.
Update-AzWebPubSub The type of property 'PublicNetworkAllow' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'PublicNetworkAllow' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[]'.
Update-AzWebPubSub The type of property 'NetworkAcLDefaultAction' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]' to 'System.String'. Change the type of property 'NetworkAcLDefaultAction' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction]'.
Update-AzWebPubSub The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Update-AzWebPubSub The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]' to 'System.String'. Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.CreatedByType]'.
Update-AzWebPubSub The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType]'.
Update-AzWebPubSub The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ProvisioningState]'.
Update-AzWebPubSub The type of property 'SkuTier' of type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]' to 'System.String'. Change the type of property 'SkuTier' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier]'.
Update-AzWebPubSub The cmdlet 'Update-AzWebPubSub' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.ManagedIdentityType'.
Update-AzWebPubSub The cmdlet 'Update-AzWebPubSub' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction' for parameter 'NetworkAcLDefaultAction'. Change the type for parameter 'NetworkAcLDefaultAction' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.AclAction'.
Update-AzWebPubSub The element type for parameter 'PublicNetworkAllow' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType' to 'System.String'. Change the element type for parameter 'PublicNetworkAllow' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType'.
Update-AzWebPubSub The element type for parameter 'PublicNetworkDeny' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType' to 'System.String'. Change the element type for parameter 'PublicNetworkDeny' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType'.
Update-AzWebPubSub The cmdlet 'Update-AzWebPubSub' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubSkuTier'.
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzWebPubSub Get-AzWebPubSub Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWebPubSub Get-AzWebPubSub changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWebPubSubCustomCertificate Get-AzWebPubSubCustomCertificate Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWebPubSubCustomCertificate Get-AzWebPubSubCustomCertificate changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWebPubSubCustomDomain Get-AzWebPubSubCustomDomain Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWebPubSubCustomDomain Get-AzWebPubSubCustomDomain changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWebPubSubHub Get-AzWebPubSubHub Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWebPubSubHub Get-AzWebPubSubHub changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWebPubSubSku Get-AzWebPubSubSku Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWebPubSubSku Get-AzWebPubSubSku changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWebPubSubUsage Get-AzWebPubSubUsage Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWebPubSubUsage Get-AzWebPubSubUsage changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzWebPubSubEventHubEndpointObject New-AzWebPubSubEventHubEndpointObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzWebPubSubEventNameFilterObject New-AzWebPubSubEventNameFilterObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.SignalR. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 60.00 % 90.62% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 60.00% 90.62% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 60.00% 90.62% Test coverage cannot be lower than the number of the last release.
❌Az.Websites
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Get-AzStaticWebApp The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]'.
Get-AzStaticWebApp The type of property 'StagingEnvironmentPolicy' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]' to 'System.String'. Change the type of property 'StagingEnvironmentPolicy' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]'.
Get-AzStaticWebApp The type of property 'SkuLocation' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SkuLocation' back to 'System.String[]'.
Get-AzStaticWebApp The type of property 'CustomDomain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'CustomDomain' back to 'System.String[]'.
Get-AzStaticWebAppBuild The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.BuildStatus]'.
Get-AzStaticWebAppBuildFunction The type of property 'TriggerType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]' to 'System.String'. Change the type of property 'TriggerType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]'.
Get-AzStaticWebAppConfiguredRole The type of property 'Property' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'Property' back to 'System.String[]'.
Get-AzStaticWebAppCustomDomain The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]'.
Get-AzStaticWebAppFunction The type of property 'TriggerType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]' to 'System.String'. Change the type of property 'TriggerType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggerTypes]'.
Get-AzWebAppContinuousWebJob The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]'.
Get-AzWebAppContinuousWebJob The type of property 'WebJobType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]' to 'System.String'. Change the type of property 'WebJobType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]'.
Get-AzWebAppContinuousWebJob The cmdlet 'Get-AzWebAppContinuousWebJob' no longer supports the parameter 'PassThru' and no alias was found for the original parameter name. Add the parameter 'PassThru' back to the cmdlet 'Get-AzWebAppContinuousWebJob', or add an alias to the original parameter name.
Get-AzWebAppContinuousWebJob The parameter set 'Get' for cmdlet 'Get-AzWebAppContinuousWebJob' has been removed. Add parameter set 'Get' back to cmdlet 'Get-AzWebAppContinuousWebJob'.
Get-AzWebAppContinuousWebJob The parameter set 'GetViaIdentity' for cmdlet 'Get-AzWebAppContinuousWebJob' has been removed. Add parameter set 'GetViaIdentity' back to cmdlet 'Get-AzWebAppContinuousWebJob'.
Get-AzWebAppSlotContinuousWebJob The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ContinuousWebJobStatus]'.
Get-AzWebAppSlotContinuousWebJob The type of property 'WebJobType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IContinuousWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]' to 'System.String'. Change the type of property 'WebJobType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]'.
Get-AzWebAppSlotContinuousWebJob The cmdlet 'Get-AzWebAppSlotContinuousWebJob' no longer supports the parameter 'PassThru' and no alias was found for the original parameter name. Add the parameter 'PassThru' back to the cmdlet 'Get-AzWebAppSlotContinuousWebJob', or add an alias to the original parameter name.
Get-AzWebAppSlotContinuousWebJob The parameter set 'Get' for cmdlet 'Get-AzWebAppSlotContinuousWebJob' has been removed. Add parameter set 'Get' back to cmdlet 'Get-AzWebAppSlotContinuousWebJob'.
Get-AzWebAppSlotContinuousWebJob The parameter set 'GetViaIdentity' for cmdlet 'Get-AzWebAppSlotContinuousWebJob' has been removed. Add parameter set 'GetViaIdentity' back to cmdlet 'Get-AzWebAppSlotContinuousWebJob'.
Get-AzWebAppSlotTriggeredWebJob The type of property 'LatestRunStatus' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]' to 'System.String'. Change the type of property 'LatestRunStatus' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]'.
Get-AzWebAppSlotTriggeredWebJob The type of property 'WebJobType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]' to 'System.String'. Change the type of property 'WebJobType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]'.
Get-AzWebAppSlotTriggeredWebJob The cmdlet 'Get-AzWebAppSlotTriggeredWebJob' no longer supports the parameter 'PassThru' and no alias was found for the original parameter name. Add the parameter 'PassThru' back to the cmdlet 'Get-AzWebAppSlotTriggeredWebJob', or add an alias to the original parameter name.
Get-AzWebAppSlotTriggeredWebJob The parameter set 'Get' for cmdlet 'Get-AzWebAppSlotTriggeredWebJob' has been removed. Add parameter set 'Get' back to cmdlet 'Get-AzWebAppSlotTriggeredWebJob'.
Get-AzWebAppSlotTriggeredWebJob The parameter set 'GetViaIdentity' for cmdlet 'Get-AzWebAppSlotTriggeredWebJob' has been removed. Add parameter set 'GetViaIdentity' back to cmdlet 'Get-AzWebAppSlotTriggeredWebJob'.
Get-AzWebAppSlotTriggeredWebJobHistory The cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory' no longer supports the parameter 'PassThru' and no alias was found for the original parameter name. Add the parameter 'PassThru' back to the cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory', or add an alias to the original parameter name.
Get-AzWebAppSlotTriggeredWebJobHistory The parameter set 'List' for cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory' has been removed. Add parameter set 'List' back to cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory'.
Get-AzWebAppSlotTriggeredWebJobHistory The parameter set 'Get' for cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory' has been removed. Add parameter set 'Get' back to cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory'.
Get-AzWebAppSlotTriggeredWebJobHistory The parameter set 'GetViaIdentity' for cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory' has been removed. Add parameter set 'GetViaIdentity' back to cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory'.
Get-AzWebAppSlotTriggeredWebJobHistory The parameter set '__AllParameterSets' for cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Get-AzWebAppSlotTriggeredWebJobHistory'.
Get-AzWebAppSlotWebJob The type of property 'WebJobType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]' to 'System.String'. Change the type of property 'WebJobType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]'.
Get-AzWebAppTriggeredWebJob The type of property 'LatestRunStatus' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]' to 'System.String'. Change the type of property 'LatestRunStatus' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.TriggeredWebJobStatus]'.
Get-AzWebAppTriggeredWebJob The type of property 'WebJobType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]' to 'System.String'. Change the type of property 'WebJobType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]'.
Get-AzWebAppTriggeredWebJob The cmdlet 'Get-AzWebAppTriggeredWebJob' no longer supports the parameter 'PassThru' and no alias was found for the original parameter name. Add the parameter 'PassThru' back to the cmdlet 'Get-AzWebAppTriggeredWebJob', or add an alias to the original parameter name.
Get-AzWebAppTriggeredWebJob The parameter set 'Get' for cmdlet 'Get-AzWebAppTriggeredWebJob' has been removed. Add parameter set 'Get' back to cmdlet 'Get-AzWebAppTriggeredWebJob'.
Get-AzWebAppTriggeredWebJob The parameter set 'GetViaIdentity' for cmdlet 'Get-AzWebAppTriggeredWebJob' has been removed. Add parameter set 'GetViaIdentity' back to cmdlet 'Get-AzWebAppTriggeredWebJob'.
Get-AzWebAppTriggeredWebJobHistory The cmdlet 'Get-AzWebAppTriggeredWebJobHistory' no longer supports the parameter 'PassThru' and no alias was found for the original parameter name. Add the parameter 'PassThru' back to the cmdlet 'Get-AzWebAppTriggeredWebJobHistory', or add an alias to the original parameter name.
Get-AzWebAppTriggeredWebJobHistory The parameter set 'List' for cmdlet 'Get-AzWebAppTriggeredWebJobHistory' has been removed. Add parameter set 'List' back to cmdlet 'Get-AzWebAppTriggeredWebJobHistory'.
Get-AzWebAppTriggeredWebJobHistory The parameter set 'Get' for cmdlet 'Get-AzWebAppTriggeredWebJobHistory' has been removed. Add parameter set 'Get' back to cmdlet 'Get-AzWebAppTriggeredWebJobHistory'.
Get-AzWebAppTriggeredWebJobHistory The parameter set 'GetViaIdentity' for cmdlet 'Get-AzWebAppTriggeredWebJobHistory' has been removed. Add parameter set 'GetViaIdentity' back to cmdlet 'Get-AzWebAppTriggeredWebJobHistory'.
Get-AzWebAppTriggeredWebJobHistory The parameter set '__AllParameterSets' for cmdlet 'Get-AzWebAppTriggeredWebJobHistory' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Get-AzWebAppTriggeredWebJobHistory'.
Get-AzWebAppWebJob The type of property 'WebJobType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IWebJob' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]' to 'System.String'. Change the type of property 'WebJobType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.WebJobType]'.
New-AzStaticWebApp The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]'.
New-AzStaticWebApp The type of property 'StagingEnvironmentPolicy' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]' to 'System.String'. Change the type of property 'StagingEnvironmentPolicy' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]'.
New-AzStaticWebApp The type of property 'SkuLocation' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SkuLocation' back to 'System.String[]'.
New-AzStaticWebApp The type of property 'CustomDomain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'CustomDomain' back to 'System.String[]'.
New-AzStaticWebApp The cmdlet 'New-AzStaticWebApp' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType'.
New-AzStaticWebApp The cmdlet 'New-AzStaticWebApp' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy' for parameter 'StagingEnvironmentPolicy'. Change the type for parameter 'StagingEnvironmentPolicy' back to 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy'.
New-AzStaticWebAppCustomDomain The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteCustomDomainOverviewArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.CustomDomainStatus]'.
Update-AzStaticWebApp The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ManagedServiceIdentityType]'.
Update-AzStaticWebApp The type of property 'StagingEnvironmentPolicy' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]' to 'System.String'. Change the type of property 'StagingEnvironmentPolicy' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy]'.
Update-AzStaticWebApp The type of property 'SkuLocation' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'SkuLocation' back to 'System.String[]'.
Update-AzStaticWebApp The type of property 'CustomDomain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteArmResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'CustomDomain' back to 'System.String[]'.
Update-AzStaticWebApp The cmdlet 'Update-AzStaticWebApp' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy' for parameter 'StagingEnvironmentPolicy'. Change the type for parameter 'StagingEnvironmentPolicy' back to 'Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.StagingEnvironmentPolicy'.
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.Websites. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 44.95 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 44.95% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 44.95% Test coverage for the module cannot be lower than 50%.