You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/migration-guides/Az.11.0.0-migration-guide.md
-209Lines changed: 0 additions & 209 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -679,215 +679,6 @@ The cmdlet 'New-AzPowerBIWorkspaceCollection' has been removed as Workspace Coll
679
679
### `Reset-AzPowerBIWorkspaceCollectionAccessKey`
680
680
The cmdlet 'Reset-AzPowerBIWorkspaceCollectionAccessKey' has been removed as Workspace Collection is no longer supported
681
681
682
-
## Az.Resources
683
-
684
-
### `Get-AzPolicyAssignment`
685
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
686
-
687
-
#### Before
688
-
```powershell
689
-
Get-AzPolicyAssignment
690
-
```
691
-
#### After
692
-
```powershell
693
-
Get-AzPolicyAssignment -BackwardCompatible
694
-
```
695
-
696
-
697
-
### `Get-AzPolicyDefinition`
698
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
699
-
700
-
#### Before
701
-
```powershell
702
-
Get-AzPolicyDefinition
703
-
```
704
-
#### After
705
-
```powershell
706
-
Get-AzPolicyDefinition -BackwardCompatible
707
-
```
708
-
709
-
710
-
### `Get-AzPolicyExemption`
711
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
712
-
713
-
#### Before
714
-
```powershell
715
-
Get-AzPolicyExemption
716
-
```
717
-
#### After
718
-
```powershell
719
-
Get-AzPolicyExemption -BackwardCompatible
720
-
```
721
-
722
-
723
-
### `Get-AzPolicySetDefinition`
724
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
725
-
726
-
#### Before
727
-
```powershell
728
-
Get-AzPolicySetDefinition
729
-
```
730
-
#### After
731
-
```powershell
732
-
Get-AzPolicySetDefinition -BackwardCompatible
733
-
```
734
-
735
-
736
-
### `New-AzPolicyAssignment`
737
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
738
-
739
-
#### Before
740
-
```powershell
741
-
New-AzPolicyAssignment
742
-
```
743
-
#### After
744
-
```powershell
745
-
New-AzPolicyAssignment -BackwardCompatible
746
-
```
747
-
748
-
749
-
### `New-AzPolicyDefinition`
750
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
751
-
752
-
#### Before
753
-
```powershell
754
-
New-AzPolicyDefinition
755
-
```
756
-
#### After
757
-
```powershell
758
-
New-AzPolicyDefinition -BackwardCompatible
759
-
```
760
-
761
-
762
-
### `New-AzPolicyExemption`
763
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
764
-
765
-
#### Before
766
-
```powershell
767
-
New-AzPolicyExemption
768
-
```
769
-
#### After
770
-
```powershell
771
-
New-AzPolicyExemption -BackwardCompatible
772
-
```
773
-
774
-
775
-
### `New-AzPolicySetDefinition`
776
-
Output type no longer contains a property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
777
-
778
-
#### Before
779
-
```powershell
780
-
New-AzPolicySetDefinition
781
-
```
782
-
#### After
783
-
```powershell
784
-
New-AzPolicySetDefinition -BackwardCompatible
785
-
```
786
-
787
-
788
-
### `Remove-AzPolicyAssignment`
789
-
A boolean value is no longer returned. Previous behavior of returning True if the object is successfully deleted (or is nonexistent) can be restored by including the -PassThru or -BackwardCompatible switch.
790
-
791
-
#### Before
792
-
```powershell
793
-
Remove-AzPolicyAssignment
794
-
```
795
-
#### After
796
-
```powershell
797
-
Remove-AzPolicyAssignment -BackwardCompatible
798
-
```
799
-
800
-
801
-
### `Remove-AzPolicyDefinition`
802
-
A boolean value is no longer returned. Previous behavior of returning True if the object is successfully deleted (or is nonexistent) can be restored by including the -PassThru or -BackwardCompatible switch.
803
-
804
-
#### Before
805
-
```powershell
806
-
Remove-AzPolicyDefinition
807
-
```
808
-
#### After
809
-
```powershell
810
-
Remove-AzPolicyDefinition -BackwardCompatible
811
-
```
812
-
813
-
814
-
### `Remove-AzPolicyExemption`
815
-
A boolean value is no longer returned. Previous behavior of returning True if the object is successfully deleted (or is nonexistent) can be restored by including the -PassThru or -BackwardCompatible switch.
816
-
817
-
#### Before
818
-
```powershell
819
-
Remove-AzPolicyExemption
820
-
```
821
-
#### After
822
-
```powershell
823
-
Remove-AzPolicyExemption -BackwardCompatible
824
-
```
825
-
826
-
827
-
### `Remove-AzPolicySetDefinition`
828
-
A boolean value is no longer returned. Previous behavior of returning True if the object is successfully deleted (or is nonexistent) can be restored by including the -PassThru or -BackwardCompatible switch.
829
-
830
-
#### Before
831
-
```powershell
832
-
Remove-AzPolicySetDefinition
833
-
```
834
-
#### After
835
-
```powershell
836
-
Remove-AzPolicySetDefinition -BackwardCompatible
837
-
```
838
-
839
-
840
-
### `Set-AzPolicyAssignment`
841
-
Cmdlet is replaced by a similar Update-AzPolicyAssignment cmdlet aliased to Set-AzPolicyAssignment. Output type of Set-AzPolicyAssignment (Update-AzPolicyAssignment) no longer includes the property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
842
-
843
-
#### Before
844
-
```powershell
845
-
Set-AzPolicyAssignment
846
-
```
847
-
#### After
848
-
```powershell
849
-
Update-AzPolicyAssignment -BackwardCompatible
850
-
```
851
-
852
-
853
-
### `Set-AzPolicyDefinition`
854
-
Cmdlet is replaced by a similar Update-AzPolicyDefinition cmdlet aliased to Set-AzPolicyDefinition. Output type of Set-AzPolicyDefinition (Update-AzPolicyDefinition) no longer includes the property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
855
-
856
-
#### Before
857
-
```powershell
858
-
Set-AzPolicyDefinition
859
-
```
860
-
#### After
861
-
```powershell
862
-
Update-AzPolicyDefinition -BackwardCompatible
863
-
```
864
-
865
-
866
-
### `Set-AzPolicyExemption`
867
-
Cmdlet is replaced by a similar Update-AzPolicyExemption cmdlet aliased to Set-AzPolicyExemption. Output type of Set-AzPolicyExemption (Update-AzPolicyExemption) no longer includes the property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
868
-
869
-
#### Before
870
-
```powershell
871
-
Set-AzPolicyExemption
872
-
```
873
-
#### After
874
-
```powershell
875
-
Update-AzPolicyExemption -BackwardCompatible
876
-
```
877
-
878
-
879
-
### `Set-AzPolicySetDefinition`
880
-
Cmdlet is replaced by a similar Update-AzPolicySetDefinition cmdlet aliased to Set-AzPolicySetDefinition. Output type of Set-AzPolicySetDefinition (Update-AzPolicySetDefinition) no longer includes the property bag object (Properties property). New top-level properties are provided for all properties previously returned in the property bag object If the -BackwardCompatible switch is provided, the property bag object will be added back to the output.
0 commit comments