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
- Added another optional parameter AddressPrefixType to specify the address family of address prefix
67
+
* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections.
68
+
- New-AzVirtualNetworkGatewayConnection
69
+
- Set-AzVirtualNetworkGatewayConnection
70
+
71
+
#### Az.PolicyInsights
72
+
* Added 'Start-AzPolicyComplianceScan' cmdlet for triggering policy compliance scans
73
+
* Added policy definition, set definition, and assignment versions to 'Get-AzPolicyState' output
74
+
75
+
#### Az.ServiceFabric
76
+
* Improved code formatting and usability of 'New-AzServiceFabricCluster' examples
77
+
78
+
#### Az.Sql
79
+
* Added cmdlets 'Get-AzSqlInstanceOperation' and 'Stop-AzSqlInstanceOperation'
80
+
* Supported auditing to a storage account in VNet.
81
+
82
+
#### Az.Storage
83
+
* Added breaking change notice for Azure File cmdlets output change in a future release
84
+
* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account
85
+
- 'New-AzStorageAccount'
86
+
- 'Set-AzStorageAccount'
87
+
* Supported DataLake Gen2
88
+
- 'New-AzDataLakeGen2Item'
89
+
- 'Get-AzDataLakeGen2Item'
90
+
- 'Get-AzDataLakeGen2ChildItem'
91
+
- 'Move-AzDataLakeGen2Item'
92
+
- 'Set-AzDataLakeGen2ItemAclObject'
93
+
- 'Update-AzDataLakeGen2Item'
94
+
- 'Get-AzDataLakeGen2ItemContent'
95
+
- 'Remove-AzDataLakeGen2Item'
96
+
97
+
## 0.10.0-preview - April 2020
98
+
### General
99
+
* 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)
100
+
* Az modules support profile 2019-03-01-hybrid:
101
+
- Az.Billing
102
+
- Az.Compute
103
+
- Az.DataBoxEdge
104
+
- Az.EventHub
105
+
- Az.IotHub
106
+
- Az.KeyVault
107
+
- Az.Monitor
108
+
- Az.Network
109
+
- Az.Resources
110
+
- Az.Storage
111
+
- Az.Websites
112
+
* Three new PowerShell modules for az have been introduced that work with Azure Stack Hub, which are Az.Databox, Az.IotHub, and Az.EventHub
113
+
* Commands remain relatively the same, with minor changes such as changing AzureRM to Az
114
+
* Updated link to PowerShell documentation for Azure Stack Hub can be found [here](aka.ms/InstallASHPowerShell)
115
+
116
+
#### Az.Accounts
117
+
* Upgrade from ADAL to MSAL
118
+
1
119
## 3.7.0 - March 2020
2
120
#### Az.Accounts
3
121
* Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292]
@@ -45,6 +163,8 @@
45
163
- 'New-AzVirtualHub'
46
164
- 'Update-AzVirtualHub'
47
165
* Removed Sql Management SDK dependency
166
+
* Updated cmdlets to allow force firewallPolicy association
167
+
- 'New-AzApplicationGateway'
48
168
49
169
#### Az.PolicyInsights
50
170
* Improved error messages
@@ -74,10 +194,10 @@
74
194
75
195
#### Az.Websites
76
196
* Added support for working with webapp Traffic Routing Rules via below new cmdlets
77
-
- 'Get-AzWebAppTrafficRouting'
78
-
- 'Update-AzWebAppTrafficRouting'
79
-
- 'Add-AzWebAppTrafficRouting'
80
-
- 'Remove-AzWebAppTrafficRouting'
197
+
- 'Get-AzWebAppTrafficRouting'
198
+
- 'Update-AzWebAppTrafficRouting'
199
+
- 'Add-AzWebAppTrafficRouting'
200
+
- 'Remove-AzWebAppTrafficRouting'
81
201
82
202
## 3.6.1 - March 2020
83
203
#### Az.Accounts
@@ -96,15 +216,15 @@
96
216
97
217
#### Az.IotHub
98
218
* Added support to manage devices in an Iot Hub. New Cmdlets are:
99
-
- 'Add-AzIotHubDevice'
100
-
- 'Get-AzIotHubDevice'
101
-
- 'Remove-AzIotHubDevice'
102
-
- 'Set-AzIotHubDevice'
219
+
- 'Add-AzIotHubDevice'
220
+
- 'Get-AzIotHubDevice'
221
+
- 'Remove-AzIotHubDevice'
222
+
- 'Set-AzIotHubDevice'
103
223
* Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
104
-
- 'Add-AzIotHubModule'
105
-
- 'Get-AzIotHubModule'
106
-
- 'Remove-AzIotHubModule'
107
-
- 'Set-AzIotHubModule'
224
+
- 'Add-AzIotHubModule'
225
+
- 'Get-AzIotHubModule'
226
+
- 'Remove-AzIotHubModule'
227
+
- 'Set-AzIotHubModule'
108
228
* Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
109
229
* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
110
230
* Added support to get/set parent device of an IoT device. New Cmdlets are:
@@ -190,18 +310,18 @@
190
310
191
311
#### Az.IotHub
192
312
* Added support to manage devices in an Iot Hub. New Cmdlets are:
193
-
- 'Add-AzIotHubDevice'
194
-
- 'Get-AzIotHubDevice'
195
-
- 'Remove-AzIotHubDevice'
196
-
- 'Set-AzIotHubDevice'
313
+
- 'Add-AzIotHubDevice'
314
+
- 'Get-AzIotHubDevice'
315
+
- 'Remove-AzIotHubDevice'
316
+
- 'Set-AzIotHubDevice'
197
317
198
318
#### Az.KeyVault
199
319
* Fixed duplicated text for Add-AzKeyVaultKey.md
200
320
201
321
#### Az.Monitor
202
322
* Fixed description of the Get-AzLog cmdlet.
203
323
* A new parameter called ActionGroupId was added to 'New-AzMetricAlertRuleV2' command.
204
-
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
324
+
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
205
325
206
326
#### Az.Network
207
327
* Added one extra parameter note for parameter '-EnableProxyProtocol' for 'New-AzPrivateLinkService' cmdlet.
@@ -451,12 +571,12 @@ to enable create Azure-SSIS IR with static public IP addresses.
451
571
- Revoke-AzStorageAccountUserDelegationKeys
452
572
* Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01.
453
573
* Support Share QuotaGiB more than 5120 in Management plane File Share cmdlets, and add parameter alias 'Quota' to parameter 'QuotaGiB'
454
-
- New-AzRmStorageShare
455
-
- Update-AzRmStorageShare
574
+
- New-AzRmStorageShare
575
+
- Update-AzRmStorageShare
456
576
* Add parameter alias 'QuotaGiB' to parameter 'Quota'
457
-
- Set-AzStorageShareQuota
577
+
- Set-AzStorageShareQuota
458
578
* Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy
459
-
- Set-AzStorageContainerAcl
579
+
- Set-AzStorageContainerAcl
460
580
461
581
## 3.1.0 - November 2019
462
582
### Highlights since the last major release
@@ -807,13 +927,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
807
927
808
928
#### Az.Monitor
809
929
* New action group receivers added for action group
810
-
-ItsmReceiver
811
-
-VoiceReceiver
812
-
-ArmRoleReceiver
813
-
-AzureFunctionReceiver
814
-
-LogicAppReceiver
815
-
-AutomationRunbookReceiver
816
-
-AzureAppPushReceiver
930
+
-ItsmReceiver
931
+
-VoiceReceiver
932
+
-ArmRoleReceiver
933
+
-AzureFunctionReceiver
934
+
-LogicAppReceiver
935
+
-AutomationRunbookReceiver
936
+
-AzureAppPushReceiver
817
937
* Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers
818
938
* Webhooks now supports Azure active directory authentication .
819
939
@@ -885,10 +1005,10 @@ to enable create Azure-SSIS IR with static public IP addresses.
885
1005
#### Az.IotHub
886
1006
* Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.
887
1007
* Add support to manage message enrichment for an IotHub. New cmdlets are:
888
-
- Add-AzIotHubMessageEnrichment
889
-
- Get-AzIotHubMessageEnrichment
890
-
- Remove-AzIotHubMessageEnrichment
891
-
- Set-AzIotHubMessageEnrichment
1008
+
- Add-AzIotHubMessageEnrichment
1009
+
- Get-AzIotHubMessageEnrichment
1010
+
- Remove-AzIotHubMessageEnrichment
1011
+
- Set-AzIotHubMessageEnrichment
892
1012
893
1013
#### Az.Monitor
894
1014
* Pointing to the most recent Monitor SDK, i.e. 0.24.1-preview
@@ -898,8 +1018,8 @@ to enable create Azure-SSIS IR with static public IP addresses.
898
1018
- 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.
899
1019
- 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.
900
1020
* Support Dynamic Threshold criteria for metric alert V2
901
-
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
902
-
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
1021
+
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
1022
+
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
903
1023
* Improvements in Scheduled Query Rule cmdlets (SQR)
904
1024
- Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US)
905
1025
- Illustrated 'Enabled' parameter in help files properly
@@ -1124,7 +1244,7 @@ to enable create Azure-SSIS IR with static public IP addresses.
1124
1244
1125
1245
#### Az.LogicApp
1126
1246
* Fix for Get-AzIntegrationAccountMap to list all map types
1127
-
- Added new MapType parameter for filtering
1247
+
- Added new MapType parameter for filtering
1128
1248
1129
1249
#### Az.ManagedServices
1130
1250
* Added support for api version 2019-06-01 (GA)
@@ -1600,13 +1720,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
1600
1720
#### Az.Compute
1601
1721
* Proximity placement group feature.
1602
1722
- The following new cmdlets are added:
1603
-
New-AzProximityPlacementGroup
1604
-
Get-AzProximityPlacementGroup
1605
-
Remove-AzProximityPlacementGroup
1606
-
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
1607
-
New-AzAvailabilitySet
1608
-
New-AzVMConfig
1609
-
New-AzVmssConfig
1723
+
New-AzProximityPlacementGroup
1724
+
Get-AzProximityPlacementGroup
1725
+
Remove-AzProximityPlacementGroup
1726
+
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
1727
+
New-AzAvailabilitySet
1728
+
New-AzVMConfig
1729
+
New-AzVmssConfig
1610
1730
* StorageAccountType parameter is added to New-AzGalleryImageVersion.
1611
1731
* TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
1612
1732
* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss
@@ -1641,23 +1761,23 @@ to enable create Azure-SSIS IR with static public IP addresses.
1641
1761
* Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess
1642
1762
* Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role:
1643
1763
- Users with reader role need to specify 'DefaultStorageAccountKey' parameter explicitly, otherwise error occurs.
1644
-
- Users with hdinsight operator role will not be affected.
1764
+
- Users with hdinsight operator role will not be affected.
1645
1765
1646
1766
#### Az.Monitor
1647
1767
* New cmdlets for SQR API (Scheduled Query Rule)
1648
1768
- New-AzScheduledQueryRuleAlertingAction
1649
-
- New-AzScheduledQueryRuleAznsActionGroup
1650
-
- New-AzScheduledQueryRuleLogMetricTrigger
1651
-
- New-AzScheduledQueryRuleSchedule
1652
-
- New-AzScheduledQueryRuleSource
1653
-
- New-AzScheduledQueryRuleTriggerCondition
1654
-
- New-AzScheduledQueryRule
1655
-
- Get-AzScheduledQueryRule
1656
-
- Set-AzScheduledQueryRule
1657
-
- Update-AzScheduledQueryRule
1658
-
- Remove-AzScheduledQueryRule
1659
-
- [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
1660
-
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
1769
+
- New-AzScheduledQueryRuleAznsActionGroup
1770
+
- New-AzScheduledQueryRuleLogMetricTrigger
1771
+
- New-AzScheduledQueryRuleSchedule
1772
+
- New-AzScheduledQueryRuleSource
1773
+
- New-AzScheduledQueryRuleTriggerCondition
1774
+
- New-AzScheduledQueryRule
1775
+
- Get-AzScheduledQueryRule
1776
+
- Set-AzScheduledQueryRule
1777
+
- Update-AzScheduledQueryRule
1778
+
- Remove-AzScheduledQueryRule
1779
+
-[More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
1780
+
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
1661
1781
1662
1782
#### Az.Network
1663
1783
* Add support for Nat Gateway Resource
@@ -2017,15 +2137,15 @@ to enable create Azure-SSIS IR with static public IP addresses.
2017
2137
* Add in Basic sku for Integration Accounts
2018
2138
* Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types
2019
2139
* New cmdlets for Integration Account Assemblies
2020
-
- Get-AzIntegrationAccountAssembly
2021
-
- New-AzIntegrationAccountAssembly
2022
-
- Remove-AzIntegrationAccountAssembly
2023
-
- Set-AzIntegrationAccountAssembly
2140
+
- Get-AzIntegrationAccountAssembly
2141
+
- New-AzIntegrationAccountAssembly
2142
+
- Remove-AzIntegrationAccountAssembly
2143
+
- Set-AzIntegrationAccountAssembly
2024
2144
* New cmdlets for Integration Account Batch Configuration
0 commit comments