Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #11573

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- Additional information about change #1
-->
## Upcoming Release
* Added Set-AzVmssOrchestrationServiceState cmdlet.
* Get-AzVmss with -InstanceView shows OrchestrationService states.
* Added `Set-AzVmssOrchestrationServiceState` cmdlet.
* `Get-AzVmss` with -InstanceView shows OrchestrationService states.

## Version 3.6.0
* Added the following parameters to `New-AzDiskConfig` cmdlet:
Expand Down
13 changes: 4 additions & 9 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

## Upcoming Release
* Updated cmdlets to enable connection on private IP for Virtual Network Gateway.
- New-AzVirtualNetworkGateway
- Set-AzVirtualNetworkGateway
- New-AzVirtualNetworkGatewayConnection
- Set-AzVirtualNetworkGatewayConnection
- `New-AzVirtualNetworkGateway`
- `Set-AzVirtualNetworkGateway`
- `New-AzVirtualNetworkGatewayConnection`
- `Set-AzVirtualNetworkGatewayConnection`
* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites
- `New-AzLocalNetworkGateway`
- `New-AzVpnSiteLink`
Expand All @@ -32,11 +32,6 @@
- allows setting of all the existing properties including the IPv6CircuitConnectionProperties
- Updated `Add-AzExpressRouteCircuitConnectionConfig`
- Added another optional parameter AddressPrefixType to specify the address family of address prefix
* Updated cmdlets to enable connection on private IP for Virtual Network Gateway.
- New-AzVirtualNetworkGateway
- Set-AzVirtualNetworkGateway
- New-AzVirtualNetworkGatewayConnection
- Set-AzVirtualNetworkGatewayConnection

## Version 2.4.0
* Updated cmdlets to allow cross-tenant VirtualHubVnetConnections
Expand Down
18 changes: 9 additions & 9 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account
- `New-AzStorageAccount`
- `Set-AzStorageAccount`
* Support DataLake Gen2
- New-AzDataLakeGen2Item
- Get-AzDataLakeGen2Item
- Get-AzDataLakeGen2ChildItem
- Move-AzDataLakeGen2Item
- Set-AzDataLakeGen2ItemAclObject
- Update-AzDataLakeGen2Item
- Get-AzDataLakeGen2ItemContent
- Remove-AzDataLakeGen2Item
* Supported DataLake Gen2
- `New-AzDataLakeGen2Item`
- `Get-AzDataLakeGen2Item`
- `Get-AzDataLakeGen2ChildItem`
- `Move-AzDataLakeGen2Item`
- `Set-AzDataLakeGen2ItemAclObject`
- `Update-AzDataLakeGen2Item`
- `Get-AzDataLakeGen2ItemContent`
- `Remove-AzDataLakeGen2Item`

## Version 1.13.0
* Supported AllowProtectedAppendWrite in ImmutabilityPolicy
Expand Down