Skip to content

Commit 91857cc

Browse files
authored
add change log for azs release (#11594)
1 parent 798bdeb commit 91857cc

File tree

1 file changed

+85
-63
lines changed

1 file changed

+85
-63
lines changed

ChangeLog.md

Lines changed: 85 additions & 63 deletions
Original file line numberDiff line numberDiff 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+
123
## 3.7.0 - March 2020
224
#### Az.Accounts
325
* Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292]
@@ -76,10 +98,10 @@
7698

7799
#### Az.Websites
78100
* 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'
83105

84106
## 3.6.1 - March 2020
85107
#### Az.Accounts
@@ -98,15 +120,15 @@
98120

99121
#### Az.IotHub
100122
* 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'
105127
* 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'
110132
* Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
111133
* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
112134
* Added support to get/set parent device of an IoT device. New Cmdlets are:
@@ -192,18 +214,18 @@
192214

193215
#### Az.IotHub
194216
* 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'
199221

200222
#### Az.KeyVault
201223
* Fixed duplicated text for Add-AzKeyVaultKey.md
202224

203225
#### Az.Monitor
204226
* Fixed description of the Get-AzLog cmdlet.
205227
* 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).
207229

208230
#### Az.Network
209231
* 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.
453475
- Revoke-AzStorageAccountUserDelegationKeys
454476
* Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01.
455477
* 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
458480
* Add parameter alias 'QuotaGiB' to parameter 'Quota'
459-
- Set-AzStorageShareQuota
481+
- Set-AzStorageShareQuota
460482
* Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy
461-
- Set-AzStorageContainerAcl
483+
- Set-AzStorageContainerAcl
462484

463485
## 3.1.0 - November 2019
464486
### Highlights since the last major release
@@ -809,13 +831,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
809831

810832
#### Az.Monitor
811833
* 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
819841
* Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers
820842
* Webhooks now supports Azure active directory authentication .
821843

@@ -887,10 +909,10 @@ to enable create Azure-SSIS IR with static public IP addresses.
887909
#### Az.IotHub
888910
* Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.
889911
* 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
894916

895917
#### Az.Monitor
896918
* 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.
900922
- 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.
901923
- 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.
902924
* 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
905927
* Improvements in Scheduled Query Rule cmdlets (SQR)
906928
- Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US)
907929
- Illustrated 'Enabled' parameter in help files properly
@@ -1126,7 +1148,7 @@ to enable create Azure-SSIS IR with static public IP addresses.
11261148

11271149
#### Az.LogicApp
11281150
* Fix for Get-AzIntegrationAccountMap to list all map types
1129-
- Added new MapType parameter for filtering
1151+
- Added new MapType parameter for filtering
11301152

11311153
#### Az.ManagedServices
11321154
* Added support for api version 2019-06-01 (GA)
@@ -1602,13 +1624,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
16021624
#### Az.Compute
16031625
* Proximity placement group feature.
16041626
- 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
16121634
* StorageAccountType parameter is added to New-AzGalleryImageVersion.
16131635
* TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
16141636
* 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.
16431665
* Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess
16441666
* Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role:
16451667
- 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.
16471669

16481670
#### Az.Monitor
16491671
* New cmdlets for SQR API (Scheduled Query Rule)
16501672
- 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
16631685

16641686
#### Az.Network
16651687
* Add support for Nat Gateway Resource
@@ -2019,15 +2041,15 @@ to enable create Azure-SSIS IR with static public IP addresses.
20192041
* Add in Basic sku for Integration Accounts
20202042
* Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types
20212043
* 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
20262048
* New cmdlets for Integration Account Batch Configuration
2027-
- Get-AzIntegrationAccountBatchConfiguration
2028-
- New-AzIntegrationAccountBatchConfiguration
2029-
- Remove-AzIntegrationAccountBatchConfiguration
2030-
- Set-AzIntegrationAccountBatchConfiguration
2049+
- Get-AzIntegrationAccountBatchConfiguration
2050+
- New-AzIntegrationAccountBatchConfiguration
2051+
- Remove-AzIntegrationAccountBatchConfiguration
2052+
- Set-AzIntegrationAccountBatchConfiguration
20312053
* Update Logic App SDK to version 4.1.0
20322054

20332055
#### Az.Monitor

0 commit comments

Comments
 (0)