Skip to content

Commit cb594f3

Browse files
authored
Update the changelogs for release (#19714)
* Update the changelogs * Update the changelogs
1 parent 80bb8ed commit cb594f3

File tree

11 files changed

+109
-115
lines changed

11 files changed

+109
-115
lines changed

src/Aks/Aks/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
21+
* [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
2222

2323
## Version 4.3.0
2424
* Added support of `FQDN` in `Import-AzAksCredential` [#17711]

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
*[Breaking Change]: changed the type of parameter Sku from Enum to String in `Add-AzApiManagementRegion`
22-
and `New-AzApiManagement` and `Update-AzApiManagementRegion`.
21+
* [Breaking Change]: Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.
2322

2423
## Version 3.0.1
2524
* Supported GraphQL Specification Format

src/Attestation/Attestation/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
## Upcoming Release
23-
* [Breaking change] Replaced `New/Remove/Get-AzAttestation` with `New/Remove/Get-AzAttestationProvider`
23+
* [Breaking Change] Replaced `New/Remove/Get-AzAttestation` with `New/Remove/Get-AzAttestationProvider`
2424
* Added `Get-AzAttestationDefaultProvider` and `Update-AzAttestationProvider`
2525
* Upgraded API version from 2018-09-01-preview to 2020-10-01
2626

src/Automation/Automation/ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020
## Upcoming Release
2121

2222
## Version 1.8.0
23-
* Added cmdlets "Remove-AzAutomationHybridRunbookWorker", "Remove-AzAutomationHybridRunbookWorkerGroup", "Set-AzAutomationHybridRunbookWorkerGroup", "Get-AzAutomationHybridRunbookWorker", "Get-AzAutomationHybridRunbookWorkerGroup", "Move-AzAutomationHybridRunbookWorker", "New-AzAutomationHybridRunbookWorker", "New-AzAutomationHybridRunbookWorkerGroup" for Hybrid Runbook Worker group management.
23+
* Added cmdlets for Hybrid Runbook Worker group management
24+
* `Remove-AzAutomationHybridRunbookWorker`
25+
* `Remove-AzAutomationHybridRunbookWorkerGroup`
26+
* `Set-AzAutomationHybridRunbookWorkerGroup`
27+
* `Get-AzAutomationHybridRunbookWorker`
28+
* `Get-AzAutomationHybridRunbookWorkerGroup`
29+
* `Move-AzAutomationHybridRunbookWorker`
30+
* `New-AzAutomationHybridRunbookWorker`
31+
* `New-AzAutomationHybridRunbookWorkerGroup`
2432

2533
## Version 1.7.4
2634
* Fixed bug: Export-AzAutomationRunbook no longer adds extra '\' to file names [#11101]

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
-->
2222
## Upcoming Release
23-
* Added the `TimeCreated` property to the Virtual Machine and Virtual Machine Scale Set models.
23+
* Added property `TimeCreated` to the Virtual Machine and Virtual Machine Scale Set models.
2424

2525
## Version 4.31.0
2626
* Added Trusted Launch Generic Breaking Change warning for `New-AzVM`, `New-AzDisk` and `New-AzVMSS` cmdlets.

src/EventGrid/EventGrid/ChangeLog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
-->
2020
## Upcoming Release
2121
* Add remaining advanced filters
22-
- StringNotContains
23-
- StringNotBeginsWith
24-
- StringNotEndsWith
25-
- NumberInRange
26-
- NumberNotInRange
27-
- IsNullOrUndefined
28-
- IsNotNull
22+
* StringNotContains
23+
* StringNotBeginsWith
24+
* StringNotEndsWith
25+
* NumberInRange
26+
* NumberNotInRange
27+
* IsNullOrUndefined
28+
* IsNotNull
2929

3030
## Version 1.4.0
3131
* Updated to use the 2021-12-01 API version.

src/Functions/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Enabled support to create Node 18 Preview and Java 17 Preview function apps.
21+
* Enabled support to create Node 18 Preview and Java 17 Preview function apps (fixes issues #19184 and #18925)
22+
* Removed the logic that checks for AzureGermanCloud in the cloud endpoints (fixes issue #19667)
23+
* Hided generated unused cmdlets (fixes #16666)
2224

2325
## Version 4.0.3
2426
* Fixed an issue that New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.

src/MarketplaceOrdering/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Upgraded API version to Api 2021-01-01.
21+
* Upgraded API version to 2021-01-01.
2222

2323
## Version 1.0.3
2424
* Added a warning message for an upcoming breaking change to `Get-AzMarketplaceTerms`.

src/Monitor/Monitor/ChangeLog.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,41 +19,41 @@
1919
-->
2020

2121
## Upcoming Release
22-
* [BreakingChange] Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01, affected cmdlets:
23-
- `Get-AzActivityLogAlert`
24-
- `Remove-AzActivityLogAlert`
25-
- `Set-AzActivityLogAlert` replaced by `New-AzActivityLogAlert`
26-
- `Disable-AzActivityLogAlert` replaced by `Update-AzActivityLogAlert`
27-
- `Enable-AzActivityLogAlert` replaced by `Update-AzActivityLogAlert`
28-
- `New-AzActionGroup` replaced by `New-AzActivityLogAlertActionGroupObject`
29-
* [BreakingChange] Upgraded API version for DiagnosticSetting from 2017-05-01-preview to 2021-05-01-preview
30-
- `Get-AzDiagnosticSettingCategory`
31-
- `Get-AzDiagnosticSetting`
32-
- `New-AzDiagnosticSetting`
33-
- `Remove-AzDiagnosticSetting`
34-
- `Set-AzDiagnosticSetting` replaced by `New-AzDiagnosticSetting`
35-
- `New-AzDiagnosticDetailSetting` replaced by `New-AzDiagnosticSettingLogSettingsObject` and `New-AzDiagnosticSettingMetricSettingsObject`
36-
- `Get-AzSubscriptionDiagnosticSettingCategory` replaced by `Get-AzEventCategory`
37-
* [BreakingChange] Upgraded API version for Autoscale from 2015-04-01 to 2022-10-01
38-
- `Get-AzAutoscaleSetting`
39-
- `Remove-AzAutoscaleSetting`
40-
- `Add-AzAutoscaleSetting` replaced by `New-AzAutoscaleSetting`
41-
- `New-AzAutoscaleNotification` replaced by `New-AzAutoscaleNotificationObject`
42-
- `New-AzAutoscaleProfile` replaced by `New-AzAutoscaleProfileObject`
43-
- `New-AzAutoscaleRule` replaced by `New-AzAutoscaleScaleRuleObject`
44-
- `New-AzAutoscaleWebhook` replaced by `New-AzAutoscaleWebhookNotificationObject`
45-
* [BreakingChange] Upgraded API version for ScheduledQueryRule from 2018-04-16 to 2021-08-01
46-
- `Get-AzScheduledQueryRule`
47-
- `New-AzScheduledQueryRuleAlertingAction`
48-
- `New-AzScheduledQueryRuleAznActionGroup`
49-
- `New-AzScheduledQueryRule`
50-
- `New-AzScheduledQueryRuleLogMetricTrigger`
51-
- `New-AzScheduledQueryRuleSchedule`
52-
- `New-AzScheduledQueryRuleSource`
53-
- `New-AzScheduledQueryRuleTriggerCondition`
54-
- `Remove-AzScheduledQueryRule`
55-
- `Set-AzScheduledQueryRule`
56-
- `Update-AzScheduledQueryRule`
22+
* [Breaking Change] Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01, affected cmdlets:
23+
* `Get-AzActivityLogAlert`
24+
* `Remove-AzActivityLogAlert`
25+
* `Set-AzActivityLogAlert` replaced by `New-AzActivityLogAlert`
26+
* `Disable-AzActivityLogAlert` replaced by `Update-AzActivityLogAlert`
27+
* `Enable-AzActivityLogAlert` replaced by `Update-AzActivityLogAlert`
28+
* `New-AzActionGroup` replaced by `New-AzActivityLogAlertActionGroupObject`
29+
* [Breaking Change] Upgraded API version for DiagnosticSetting from 2017-05-01-preview to 2021-05-01-preview
30+
* `Get-AzDiagnosticSettingCategory`
31+
* `Get-AzDiagnosticSetting`
32+
* `New-AzDiagnosticSetting`
33+
* `Remove-AzDiagnosticSetting`
34+
* `Set-AzDiagnosticSetting` replaced by `New-AzDiagnosticSetting`
35+
* `New-AzDiagnosticDetailSetting` replaced by `New-AzDiagnosticSettingLogSettingsObject` and `New-AzDiagnosticSettingMetricSettingsObject`
36+
* `Get-AzSubscriptionDiagnosticSettingCategory` replaced by `Get-AzEventCategory`
37+
* [Breaking Change] Upgraded API version for Autoscale from 2015-04-01 to 2022-10-01
38+
* `Get-AzAutoscaleSetting`
39+
* `Remove-AzAutoscaleSetting`
40+
* `Add-AzAutoscaleSetting` replaced by `New-AzAutoscaleSetting`
41+
* `New-AzAutoscaleNotification` replaced by `New-AzAutoscaleNotificationObject`
42+
* `New-AzAutoscaleProfile` replaced by `New-AzAutoscaleProfileObject`
43+
* `New-AzAutoscaleRule` replaced by `New-AzAutoscaleScaleRuleObject`
44+
* `New-AzAutoscaleWebhook` replaced by `New-AzAutoscaleWebhookNotificationObject`
45+
* [Breaking Change] Upgraded API version for ScheduledQueryRule from 2018-04-16 to 2021-08-01
46+
* `Get-AzScheduledQueryRule`
47+
* `New-AzScheduledQueryRuleAlertingAction`
48+
* `New-AzScheduledQueryRuleAznActionGroup`
49+
* `New-AzScheduledQueryRule`
50+
* `New-AzScheduledQueryRuleLogMetricTrigger`
51+
* `New-AzScheduledQueryRuleSchedule`
52+
* `New-AzScheduledQueryRuleSource`
53+
* `New-AzScheduledQueryRuleTriggerCondition`
54+
* `Remove-AzScheduledQueryRule`
55+
* `Set-AzScheduledQueryRule`
56+
* `Update-AzScheduledQueryRule`
5757

5858
## Version 3.1.0
5959
* Added breaking change warning messages for

src/Network/Network/ChangeLog.md

Lines changed: 31 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -19,56 +19,41 @@
1919
--->
2020

2121
## Upcoming Release
22-
* Added a new endpoint swtich `AzureArcVM` in Networkwatcher ConnectionMonitor
23-
- `New-AzNetworkWatcherConnectionMonitor`
24-
* Updated commandlet to support bypassing the ExpressRoute gateway when accessing private-links.
25-
- `New-AzVirtualNetworkGatewayConnection`
26-
* Updated commandlet to support no-internet advertise CustomIpPrefix.
27-
- `Update-AzCustomIpPrefix`
28-
* Updated commandlet to support create/update nic with DisableTcpStateTracking property
29-
- `New-AzNetworkInterface`
30-
* Updated commandlets to support specifying a VirtualRouterAsn on Virtual Hub
31-
- `NewAzureRmVirtualHubCommand.cs`
32-
- `UpdateAzureRmVirtualHubCommand.cs`
33-
* Updated commandlets to support specifying an ASN on VPN Gateway
34-
- `NewAzureRmVpnGatewayCommand.cs`
35-
- `UpdateAzureRmVpnGatewayCommand.cs`
36-
* Updated commandlet to support bypassing NVA for spoke vNet traffic.
37-
- `NewAzureRmRoutingConfigurationCommand.cs`
38-
* Updated commandlet to support new parameters: asn, geo, expressrouteadvertise.
39-
- `Update-AzCustomIpPrefix`
22+
* Added a new endpoint swtich `AzureArcVM` in `New-AzNetworkWatcherConnectionMonitor`
23+
* Updated `New-AzVirtualNetworkGatewayConnection` to support bypassing the ExpressRoute gateway when accessing private-links
24+
* Updated `Update-AzCustomIpPrefix` to support no-internet advertise CustomIpPrefix
25+
* Updated `New-AzNetworkInterface` to support create/update nic with DisableTcpStateTracking property
26+
* Updated cmdlet to support specifying a VirtualRouterAsn on Virtual Hub
27+
* `NewAzureRmVirtualHubCommand.cs`
28+
* `UpdateAzureRmVirtualHubCommand.cs`
29+
* Updated cmdlet to support specifying an ASN on VPN Gateway
30+
* `NewAzureRmVpnGatewayCommand.cs`
31+
* `UpdateAzureRmVpnGatewayCommand.cs`
32+
* Updated `NewAzureRmRoutingConfigurationCommand.cs` to support bypassing NVA for spoke vNet traffic
33+
* Updated `Update-AzCustomIpPrefix` to support new parameters: asn, geo, expressrouteadvertise
4034
* Updated cmdlets to enable verification on client certificate revocation by using a new property VerifyClientRevocation in ApplicationGatewayClientAuthConfiguration
41-
- `New-AzApplicationGatewayClientAuthConfiguration`
42-
- `Set-AzApplicationGatewayClientAuthConfiguration`
43-
* Updated commandlet to support IPv4 Parent/Child CustomIpPrefix creation.
44-
- `New-AzCustomIpPrefix`
35+
* `New-AzApplicationGatewayClientAuthConfiguration`
36+
* `Set-AzApplicationGatewayClientAuthConfiguration`
37+
* Updated `New-AzCustomIpPrefix` to support IPv4 Parent/Child CustomIpPrefix creation.
4538
* Added Uppercase Transform in New-AzApplicationGatewayFirewallCondition
4639
* Added DdosProtectionMode parameter in New-AzPublicIpAddress
47-
* Added ProbeThreshold parameter to Load Balancer Probe
48-
- `AddAzureRmLoadBalancerProbeConfigCommmand.cs`
49-
- `NewAzureRmLoadBalancerProbeConfigCommand.cs`
50-
- `SetAzureRmLoadBalancerProbeConfigCommand.cs`
51-
* Updated commandlet to support specifying an action for a managed rule override in Application Gateway WAF Policy.
52-
- `New-AzApplicationGatewayFirewallPolicyManagedRuleOverride`
53-
* Add breaking change enum values/notification for the following network manager cmdlets
54-
- `DeployAzNetworkManagerCommit.cs`
55-
- `NewAzNetworkManagerConnectivityConfigurationCommand.cs`
56-
- `NewAzNetworkManagerConnectivityGroupItemCommand.cs`
57-
- `NewAzNetworkManagerSecurityAdminRuleCommand.cs`
58-
- `NewAzNetworkManagerSecurityAdminConfigurationCommand.cs`
59-
- `NewAzNetworkManagerAddressPrefixItemCommand.cs`
60-
- `NewAzNetworkManagerCommand.cs`
61-
62-
* Added `EnableUDPLogOptimization` parameter to `AzureFirewall`
63-
- `New-AzFirewall`
64-
* Fixed a bug that does not return HubIPAddresses' PrivateIPAddress during a Get-AzFirewall command
65-
* Replaced `IdentifyTopFatFlow` parameter with 'EnableFatFlowLogging' parameter to `AzureFirewall`
66-
- `New-AzFirewall`
40+
* Added ProbeThreshold parameter to Load Balancer Probe
41+
* `AddAzureRmLoadBalancerProbeConfigCommand.cs`
42+
* `NewAzureRmLoadBalancerProbeConfigCommand.cs`
43+
* `SetAzureRmLoadBalancerProbeConfigCommand.cs`
44+
* Updated `New-AzApplicationGatewayFirewallPolicyManagedRuleOverride` to support specifying an action for a managed rule override in Application Gateway WAF Policy
45+
* Added breaking change enum values/notification for the following network manager cmdlets
46+
* `DeployAzNetworkManagerCommit.cs`
47+
* `NewAzNetworkManagerConnectivityConfigurationCommand.cs`
48+
* `NewAzNetworkManagerConnectivityGroupItemCommand.cs`
49+
* `NewAzNetworkManagerSecurityAdminRuleCommand.cs`
50+
* `NewAzNetworkManagerSecurityAdminConfigurationCommand.cs`
51+
* `NewAzNetworkManagerAddressPrefixItemCommand.cs`
52+
* `NewAzNetworkManagerCommand.cs`
53+
* Added `EnableUDPLogOptimization` parameter to `New-AzFirewall`
54+
* Fixed a bug that does not return HubIPAddresses and PrivateIPAddress during a Get-AzFirewall command
55+
* Replaced `IdentifyTopFatFlow` parameter with 'EnableFatFlowLogging' parameter to `New-AzFirewall`
6756
* Fixed a bug not able to add MSSQL application rules to an AZURE FIREWALL POLICY
68-
69-
* Added message in breaking change attribute to notify that load balancer sku default behaviour will be changed
70-
- `New-AzLoadBalancer`
71-
7257
* Onboard Project AzureML Registries to Private Link Common Cmdlets
7358

7459
## Version 4.20.1

0 commit comments

Comments
 (0)