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: ChangeLog.md
+85-63Lines changed: 85 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## 0.10.0-preview - April 2020
2
+
### General
3
+
* Az modules is now available in preview on Azure Stack Hub. This allows for cross-platform compatibility with Linux and macOs. Azure Stack Hub now supports PowerShell core with the Az modules, more information [here](https://aka.ms/az4AzureStack)
4
+
* Az modules support profile 2019-03-01-hybrid:
5
+
- Az.Billing
6
+
- Az.Compute
7
+
- Az.DataBoxEdge
8
+
- Az.EventHub
9
+
- Az.IotHub
10
+
- Az.KeyVault
11
+
- Az.Monitor
12
+
- Az.Network
13
+
- Az.Resources
14
+
- Az.Storage
15
+
- Az.Websites
16
+
* Three new PowerShell modules for az have been introduced that work with Azure Stack Hub, which are Az.Databox, Az.IotHub, and Az.EventHub
17
+
* Commands remain relatively the same, with minor changes such as changing AzureRM to Az
18
+
* Updated link to PowerShell documentation for Azure Stack Hub can be found [here](aka.ms/InstallASHPowerShell)
19
+
20
+
#### Az.Accounts
21
+
* Upgrade from ADAL to MSAL
22
+
1
23
## 3.7.0 - March 2020
2
24
#### Az.Accounts
3
25
* Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292]
@@ -76,10 +98,10 @@
76
98
77
99
#### Az.Websites
78
100
* Added support for working with webapp Traffic Routing Rules via below new cmdlets
79
-
- 'Get-AzWebAppTrafficRouting'
80
-
- 'Update-AzWebAppTrafficRouting'
81
-
- 'Add-AzWebAppTrafficRouting'
82
-
- 'Remove-AzWebAppTrafficRouting'
101
+
- 'Get-AzWebAppTrafficRouting'
102
+
- 'Update-AzWebAppTrafficRouting'
103
+
- 'Add-AzWebAppTrafficRouting'
104
+
- 'Remove-AzWebAppTrafficRouting'
83
105
84
106
## 3.6.1 - March 2020
85
107
#### Az.Accounts
@@ -98,15 +120,15 @@
98
120
99
121
#### Az.IotHub
100
122
* Added support to manage devices in an Iot Hub. New Cmdlets are:
101
-
- 'Add-AzIotHubDevice'
102
-
- 'Get-AzIotHubDevice'
103
-
- 'Remove-AzIotHubDevice'
104
-
- 'Set-AzIotHubDevice'
123
+
- 'Add-AzIotHubDevice'
124
+
- 'Get-AzIotHubDevice'
125
+
- 'Remove-AzIotHubDevice'
126
+
- 'Set-AzIotHubDevice'
105
127
* Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
106
-
- 'Add-AzIotHubModule'
107
-
- 'Get-AzIotHubModule'
108
-
- 'Remove-AzIotHubModule'
109
-
- 'Set-AzIotHubModule'
128
+
- 'Add-AzIotHubModule'
129
+
- 'Get-AzIotHubModule'
130
+
- 'Remove-AzIotHubModule'
131
+
- 'Set-AzIotHubModule'
110
132
* Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
111
133
* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
112
134
* Added support to get/set parent device of an IoT device. New Cmdlets are:
@@ -192,18 +214,18 @@
192
214
193
215
#### Az.IotHub
194
216
* Added support to manage devices in an Iot Hub. New Cmdlets are:
195
-
- 'Add-AzIotHubDevice'
196
-
- 'Get-AzIotHubDevice'
197
-
- 'Remove-AzIotHubDevice'
198
-
- 'Set-AzIotHubDevice'
217
+
- 'Add-AzIotHubDevice'
218
+
- 'Get-AzIotHubDevice'
219
+
- 'Remove-AzIotHubDevice'
220
+
- 'Set-AzIotHubDevice'
199
221
200
222
#### Az.KeyVault
201
223
* Fixed duplicated text for Add-AzKeyVaultKey.md
202
224
203
225
#### Az.Monitor
204
226
* Fixed description of the Get-AzLog cmdlet.
205
227
* A new parameter called ActionGroupId was added to 'New-AzMetricAlertRuleV2' command.
206
-
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
228
+
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
207
229
208
230
#### Az.Network
209
231
* Added one extra parameter note for parameter '-EnableProxyProtocol' for 'New-AzPrivateLinkService' cmdlet.
@@ -453,12 +475,12 @@ to enable create Azure-SSIS IR with static public IP addresses.
453
475
- Revoke-AzStorageAccountUserDelegationKeys
454
476
* Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01.
455
477
* Support Share QuotaGiB more than 5120 in Management plane File Share cmdlets, and add parameter alias 'Quota' to parameter 'QuotaGiB'
456
-
- New-AzRmStorageShare
457
-
- Update-AzRmStorageShare
478
+
- New-AzRmStorageShare
479
+
- Update-AzRmStorageShare
458
480
* Add parameter alias 'QuotaGiB' to parameter 'Quota'
459
-
- Set-AzStorageShareQuota
481
+
- Set-AzStorageShareQuota
460
482
* Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy
461
-
- Set-AzStorageContainerAcl
483
+
- Set-AzStorageContainerAcl
462
484
463
485
## 3.1.0 - November 2019
464
486
### Highlights since the last major release
@@ -809,13 +831,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
809
831
810
832
#### Az.Monitor
811
833
* New action group receivers added for action group
812
-
-ItsmReceiver
813
-
-VoiceReceiver
814
-
-ArmRoleReceiver
815
-
-AzureFunctionReceiver
816
-
-LogicAppReceiver
817
-
-AutomationRunbookReceiver
818
-
-AzureAppPushReceiver
834
+
-ItsmReceiver
835
+
-VoiceReceiver
836
+
-ArmRoleReceiver
837
+
-AzureFunctionReceiver
838
+
-LogicAppReceiver
839
+
-AutomationRunbookReceiver
840
+
-AzureAppPushReceiver
819
841
* Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers
820
842
* Webhooks now supports Azure active directory authentication .
821
843
@@ -887,10 +909,10 @@ to enable create Azure-SSIS IR with static public IP addresses.
887
909
#### Az.IotHub
888
910
* Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.
889
911
* Add support to manage message enrichment for an IotHub. New cmdlets are:
890
-
- Add-AzIotHubMessageEnrichment
891
-
- Get-AzIotHubMessageEnrichment
892
-
- Remove-AzIotHubMessageEnrichment
893
-
- Set-AzIotHubMessageEnrichment
912
+
- Add-AzIotHubMessageEnrichment
913
+
- Get-AzIotHubMessageEnrichment
914
+
- Remove-AzIotHubMessageEnrichment
915
+
- Set-AzIotHubMessageEnrichment
894
916
895
917
#### Az.Monitor
896
918
* Pointing to the most recent Monitor SDK, i.e. 0.24.1-preview
@@ -900,8 +922,8 @@ to enable create Azure-SSIS IR with static public IP addresses.
900
922
- The order of the arguments for the constructor of the class **Source** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
901
923
- The order of the arguments for the constructor of the class **AlertingAction** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
902
924
* Support Dynamic Threshold criteria for metric alert V2
903
-
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
904
-
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
925
+
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
926
+
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
905
927
* Improvements in Scheduled Query Rule cmdlets (SQR)
906
928
- Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US)
907
929
- Illustrated 'Enabled' parameter in help files properly
@@ -1126,7 +1148,7 @@ to enable create Azure-SSIS IR with static public IP addresses.
1126
1148
1127
1149
#### Az.LogicApp
1128
1150
* Fix for Get-AzIntegrationAccountMap to list all map types
1129
-
- Added new MapType parameter for filtering
1151
+
- Added new MapType parameter for filtering
1130
1152
1131
1153
#### Az.ManagedServices
1132
1154
* Added support for api version 2019-06-01 (GA)
@@ -1602,13 +1624,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
1602
1624
#### Az.Compute
1603
1625
* Proximity placement group feature.
1604
1626
- The following new cmdlets are added:
1605
-
New-AzProximityPlacementGroup
1606
-
Get-AzProximityPlacementGroup
1607
-
Remove-AzProximityPlacementGroup
1608
-
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
1609
-
New-AzAvailabilitySet
1610
-
New-AzVMConfig
1611
-
New-AzVmssConfig
1627
+
New-AzProximityPlacementGroup
1628
+
Get-AzProximityPlacementGroup
1629
+
Remove-AzProximityPlacementGroup
1630
+
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
1631
+
New-AzAvailabilitySet
1632
+
New-AzVMConfig
1633
+
New-AzVmssConfig
1612
1634
* StorageAccountType parameter is added to New-AzGalleryImageVersion.
1613
1635
* TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
1614
1636
* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss
@@ -1643,23 +1665,23 @@ to enable create Azure-SSIS IR with static public IP addresses.
1643
1665
* Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess
1644
1666
* Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role:
1645
1667
- Users with reader role need to specify 'DefaultStorageAccountKey' parameter explicitly, otherwise error occurs.
1646
-
- Users with hdinsight operator role will not be affected.
1668
+
- Users with hdinsight operator role will not be affected.
1647
1669
1648
1670
#### Az.Monitor
1649
1671
* New cmdlets for SQR API (Scheduled Query Rule)
1650
1672
- New-AzScheduledQueryRuleAlertingAction
1651
-
- New-AzScheduledQueryRuleAznsActionGroup
1652
-
- New-AzScheduledQueryRuleLogMetricTrigger
1653
-
- New-AzScheduledQueryRuleSchedule
1654
-
- New-AzScheduledQueryRuleSource
1655
-
- New-AzScheduledQueryRuleTriggerCondition
1656
-
- New-AzScheduledQueryRule
1657
-
- Get-AzScheduledQueryRule
1658
-
- Set-AzScheduledQueryRule
1659
-
- Update-AzScheduledQueryRule
1660
-
- Remove-AzScheduledQueryRule
1661
-
- [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
1662
-
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
1673
+
- New-AzScheduledQueryRuleAznsActionGroup
1674
+
- New-AzScheduledQueryRuleLogMetricTrigger
1675
+
- New-AzScheduledQueryRuleSchedule
1676
+
- New-AzScheduledQueryRuleSource
1677
+
- New-AzScheduledQueryRuleTriggerCondition
1678
+
- New-AzScheduledQueryRule
1679
+
- Get-AzScheduledQueryRule
1680
+
- Set-AzScheduledQueryRule
1681
+
- Update-AzScheduledQueryRule
1682
+
- Remove-AzScheduledQueryRule
1683
+
-[More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
1684
+
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
1663
1685
1664
1686
#### Az.Network
1665
1687
* Add support for Nat Gateway Resource
@@ -2019,15 +2041,15 @@ to enable create Azure-SSIS IR with static public IP addresses.
2019
2041
* Add in Basic sku for Integration Accounts
2020
2042
* Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types
2021
2043
* New cmdlets for Integration Account Assemblies
2022
-
- Get-AzIntegrationAccountAssembly
2023
-
- New-AzIntegrationAccountAssembly
2024
-
- Remove-AzIntegrationAccountAssembly
2025
-
- Set-AzIntegrationAccountAssembly
2044
+
- Get-AzIntegrationAccountAssembly
2045
+
- New-AzIntegrationAccountAssembly
2046
+
- Remove-AzIntegrationAccountAssembly
2047
+
- Set-AzIntegrationAccountAssembly
2026
2048
* New cmdlets for Integration Account Batch Configuration
0 commit comments