Skip to content

Commit 6303ebb

Browse files
author
Stephen Tramer
committed
Remove Az 2.0 release notes from Az 1.8 release notes doc
1 parent 3c872ab commit 6303ebb

File tree

1 file changed

+0
-116
lines changed

1 file changed

+0
-116
lines changed

docs-conceptual/azps-1.8.0/release-notes-azureps.md

Lines changed: 0 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,3 @@
1-
## 2.0.0 - May 2019
2-
#### Az.Accounts
3-
* Update Authentication Library to fix ADFS issues with username/password auth
4-
5-
#### Az.CognitiveServices
6-
* Only display Bing disclaimer for Bing Search Services.
7-
* Improve error when create account failed.
8-
9-
#### Az.Compute
10-
* Proximity placement group feature.
11-
- The following new cmdlets are added:
12-
New-AzProximityPlacementGroup
13-
Get-AzProximityPlacementGroup
14-
Remove-AzProximityPlacementGroup
15-
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
16-
New-AzAvailabilitySet
17-
New-AzVMConfig
18-
New-AzVmssConfig
19-
* StorageAccountType parameter is added to New-AzGalleryImageVersion.
20-
* TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
21-
* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss
22-
* Breaking changes
23-
- Set-AzVMBootDiagnostics is changed to Set-AzVMBootDiagnostic.
24-
- Export-AzLogAnalyticThrottledRequests is changed to Export-AzLogAnalyticThrottledRequests.
25-
26-
#### Az.DeploymentManager
27-
* First Generally Available release of Azure Deployment Manager cmdlets
28-
29-
#### Az.Dns
30-
* Automatic DNS NameServer Delegation
31-
- Create DNS zone cmdlet accepts parent zone name as additional optional parameter.
32-
- Adds NS records in the parent zone for newly created child zone.
33-
34-
#### Az.FrontDoor
35-
* First Generally Available Release of Azure FrontDoor cmdlets
36-
* Rename WAF cmdlets to include 'Waf'
37-
- `Get-AzFrontDoorFireWallPolicy --> Get-AzFrontDoorWafPolicy`
38-
- `New-AzFrontDoorCustomRuleObject --> New-AzFrontDoorWafCustomRuleObject`
39-
- `New-AzFrontDoorFireWallPolicy --> New-AzFrontDoorWafPolicy`
40-
- `New-AzFrontDoorManagedRuleObject --> New-AzFrontDoorWafManagedRuleObject`
41-
- `New-AzFrontDoorManagedRuleOverrideObject --> New-AzFrontDoorWafManagedRuleOverrideObject`
42-
- `New-AzFrontDoorMatchConditionObject --> New-AzFrontDoorWafMatchConditionObject`
43-
- `New-AzFrontDoorRuleGroupOverrideObject --> New-AzFrontDoorWafRuleGroupOverrideObject`
44-
- `Remove-AzFrontDoorFireWallPolicy --> Remove-AzFrontDoorWafPolicy`
45-
- `Update-AzFrontDoorFireWallPolicy --> Update-AzFrontDoorWafPolicy`
46-
#### Az.HDInsight
47-
* Removed two cmdlets:
48-
- Grant-AzHDInsightHttpServicesAccess
49-
- Revoke-AzHDInsightHttpServicesAccess
50-
* Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess
51-
* Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role:
52-
- Users with reader role need to specify 'DefaultStorageAccountKey' parameter explicitly, otherwise error occurs.
53-
- Users with hdinsight operator role will not be affected.
54-
55-
#### Az.Monitor
56-
* New cmdlets for SQR API (Scheduled Query Rule)
57-
- New-AzScheduledQueryRuleAlertingAction
58-
- New-AzScheduledQueryRuleAznsActionGroup
59-
- New-AzScheduledQueryRuleLogMetricTrigger
60-
- New-AzScheduledQueryRuleSchedule
61-
- New-AzScheduledQueryRuleSource
62-
- New-AzScheduledQueryRuleTriggerCondition
63-
- New-AzScheduledQueryRule
64-
- Get-AzScheduledQueryRule
65-
- Set-AzScheduledQueryRule
66-
- Update-AzScheduledQueryRule
67-
- Remove-AzScheduledQueryRule
68-
- [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
69-
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
70-
71-
#### Az.Network
72-
* Add support for Nat Gateway Resource
73-
- New cmdlets
74-
- New-AzNatGateway
75-
- Get-AzNatGateway
76-
- Set-AzNatGateway
77-
- Remove-AzNatGateway
78-
- Updated cmdlets
79-
- New-AzureVirtualNetworkSubnetConfigCommand
80-
- Add-AzureVirtualNetworkSubnetConfigCommand
81-
* Updated below commands for feature: Custom routes set/remove on Brooklyn Gateway.
82-
- Updated New-AzVirtualNetworkGateway: Added optional parameter -CustomRoute to set the address prefixes as custom routes to set on Gateway.
83-
- Updated Set-AzVirtualNetworkGateway: Added optional parameter -CustomRoute to set the address prefixes as custom routes to set on Gateway.
84-
85-
#### Az.PolicyInsights
86-
* Support for querying policy evaluation details.
87-
- Add '-Expand' parameter to Get-AzPolicyState. Support '-Expand PolicyEvaluationDetails'.
88-
89-
#### Az.RecoveryServices
90-
* Support for Cross subscription Azure to Azure site recovery.
91-
* Marking upcoming breaking changes for Azure Site Recovery.
92-
* Fix for Azure Site Recovery recovery plan end action plan.
93-
* Fix for Azure Site Recovery Update network mapping for Azure to Azure.
94-
* Fix for Azure Site Recovery update protection direction for Azure to Azure for managed disk.
95-
* Other minor fixes.
96-
97-
#### Az.Relay
98-
* Fix typos in customer-facing messages
99-
100-
#### Az.ServiceBus
101-
* Added new cmdlets for NetworkRuleSet of Namespace
102-
103-
#### Az.Storage
104-
* Upgrade to Storage Client Library 10.0.1 (the namespace of all objects from this SDK change from 'Microsoft.WindowsAzure.Storage.*' to 'Microsoft.Azure.Storage.*')
105-
* Upgrade to Microsoft.Azure.Management.Storage 11.0.0, to support new API version 2019-04-01.
106-
* The default Storage account Kind in Create Storage account change from 'Storage' to 'StorageV2'
107-
- New-AzStorageAccount
108-
* Change the Storage account cmdlet output Sku.Name to be aligned with input SkuName by add '-', like 'StandardLRS' change to 'Standard_LRS'
109-
- New-AzStorageAccount
110-
- Get-AzStorageAccount
111-
- Set-AzStorageAccount
112-
113-
#### Az.Websites
114-
* 'Kind' property will now be set for PSSite objects returned by Get-AzWebApp
115-
* Get-AzWebApp*Metrics and Get-AzAppServicePlanMetrics marked deprecated
116-
1171
## 1.8.0 - April 2019
1182
### Highlights since the last major release
1193
* General availability of `Az` module

0 commit comments

Comments
 (0)