Skip to content

Commit 6b98595

Browse files
authored
Release-2024-10-08 (#26165)
* Disable Smoke test cases that report errors but no change in the release * Skip Monitor for upcoming-breaking-changes.md generation * Release-2024-10-08 * Add Thanks Section
1 parent 368e363 commit 6b98595

File tree

169 files changed

+40835
-26769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+40835
-26769
lines changed

ChangeLog.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
## 12.4.0 - October 2024
2+
#### Az.App 1.1.0
3+
* Added breaking change messages:
4+
* 'New-AzContainerApp'
5+
* 'New-AzContainerAppJob'
6+
* 'Update-AzContainerApp'
7+
* 'Update-AzContainerAppJob'
8+
* Fixed an issue that caused Get/New-Az* cmdlets with returned objects to incorrectly expose the parameter [-PassThru].
9+
* 'Get-AzContainerApp'
10+
* 'Get-AzContainerAppAuthToken'
11+
* 'Get-AzContainerAppDiagnosticRoot'
12+
* 'New-AzContainerAppManagedCert'
13+
14+
#### Az.Billing 2.1.0
15+
* Renamed 'Get-UsageAggregates' to 'Get-AzUsageAggregate' and added 'Get-UsageAggregates' as the alias to avoid breaking change.
16+
17+
#### Az.Compute 8.4.0
18+
* Added 'SkuProfileVmSize' and 'SkuProfileAllocationStrategy' parameters to 'New-AzVmss', 'New-AzVmssConfig', and 'Update-AzVmss' cmdlets for VMSS Instance Mix operations.
19+
* Added a new optional parameter '-GenerateSshKey-type' to the 'New-AzVM' cmdlet, allowing users to specify the type of SSH key to generate (Ed25519 or RSA).
20+
* Added 'EnableResilientVMCreate' and 'EnableResilientVMDelete' parameters to 'Update-AzVmss' and 'New-AzVmssConfig' cmdlets for enhanced VM resilience options.
21+
* Added 'IsVMInStandByPool' property to 'PSVirtualMachineInstanceView' object. [#25736]
22+
23+
#### Az.CosmosDB 1.15.0
24+
* Added new parameter 'DisableTtl' to 'Restore-AzCosmosDBAccount'.
25+
26+
#### Az.DataFactory 1.18.8
27+
* Added support for Iceberg format as a sink.
28+
* Enabled sslMode and useSystemTrustStore options for MariaDB.
29+
30+
#### Az.ElasticSan 1.1.0
31+
* Supported 'EnforceDataIntegrityCheckForIscsi' for creating and updating volume groups
32+
33+
#### Az.HDInsight 6.2.1
34+
* Fixed a bug: Error occurs when setting the same assigned identity for storage and esp configurations.
35+
36+
#### Az.KeyVault 6.2.0
37+
* Fixed a parameter validation issue in Set-AzureKeyVaultCertificatePolicy. [#25649]
38+
39+
#### Az.Monitor 5.2.2
40+
* Added breaking change messages:
41+
* 'New-AzDataCollectionEndpoint'
42+
* 'New-AzDataCollectionRule'
43+
* 'Update-AzDataCollectionEndpoint'
44+
* 'Update-AzDataCollectionRule'
45+
* Updated documentation for 'New-AzActionGroupLogicAppReceiverObject'
46+
47+
#### Az.Network 7.9.0
48+
* Onboarded 'Microsoft.VideoIndexer/accounts' to private link cmdlets
49+
* Added support to create, get and delete Bastion shareable links
50+
- 'New-AzBastionShareableLink'
51+
- 'Get-AzBastionShareableLink'
52+
- 'Remove-AzBastionShareableLink'
53+
* Fixed a bug in cmdlet 'Invoke-AzFirewallPacketCapture' which caused the packet capture request to be stuck in a waiting for activation state.
54+
* Updated cmdlet to add the property of 'Sensitivity', and updated corresponding cmdlets.
55+
- 'New-AzApplicationGatewayFirewallPolicyManagedRuleOverride'
56+
* Added support for 'DefaultOutboundAccess' property in 'Set-AzVirtualNetworkSubnetConfig' command
57+
* Added support for 'EnabledFilteringCriteria' property in 'New-AzNetworkWatcherFlowLog' and 'Set-AzNetworkWatcherFlowLog' commands
58+
* Added support of 'UserAssignedIdentityId' Property in 'New-AzNetworkWatcherFlowLog' and 'Set-AzNetworkWatcherFlowLog' commands
59+
* Added support of 'DestinationIPAddress' property in 'New-AzPrivateLinkService' command
60+
- 'LoadBalancerFrontendIpConfiguration' is not a mandatory parameter anymore.
61+
- The user can provide either 'LoadBalancerFrontendIpConfiguration' or 'DestinationIPAddress'.
62+
63+
#### Az.RecoveryServices 7.2.0
64+
* Fixed bug for making RecoveryAzureStorageAccountId parameter optional in 'New-ASRReplicationProtectedItem' cmdlet of H2A.
65+
66+
#### Az.RedisEnterpriseCache 1.3.0
67+
* Added support for using Microsoft Entra token-based authentication.
68+
* Added the new properties of Cluster: highAvailability and redundancyMode.
69+
* Added new product SKUs.
70+
* Added the new properties of Database: accessKeysAuthentication.
71+
* Added Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup to force link geo replicated caches.
72+
* Added Update-AzRedisEnterpriseCacheDatabaseDbRedisVersion to upgrade the redis database version directly.
73+
74+
#### Az.Resources 7.5.0
75+
* Added 'ResourceSelector' and 'Override' parameters to 'New/Update-AzPolicyAssignment'.
76+
* Added 'ResourceSelector' parameter to 'New/Update-AzPolicyExemption'.
77+
* Removed 'Experimental' notice from '-WithSource' parameter to 'Publish-AzBicepModule'.
78+
79+
#### Az.StackHCIVM 1.0.5
80+
* Fixed the update issue
81+
82+
#### Az.Storage 7.4.0
83+
* Added a warning for an upcoming breaking change for removing references to 'Microsoft.Azure.Storage.File'
84+
- 'Start-AzStorageFileCopy'
85+
86+
#### Az.Websites 3.2.2
87+
* Fix bug where parameters could not be set to false for 'Publish-AzWebApp'
88+
189
## 12.3.0 - September 2024
290
#### Az.Accounts 3.0.4
391
* Added customized UserAgent for ARM telemetry.

documentation/SyntaxChangeLog/SyntaxChangeLog-Az12.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
## 12.4.0 - October 2024
2+
#### Az.App 1.1.0
3+
* Modified cmdlet `Get-AzContainerApp`
4+
- Removed parameter `-PassThru`
5+
* Modified cmdlet `Get-AzContainerAppAuthToken`
6+
- Removed parameter `-PassThru`
7+
* Modified cmdlet `Get-AzContainerAppDiagnosticRoot`
8+
- Removed parameter `-PassThru`
9+
* Modified cmdlet `New-AzContainerAppManagedCert`
10+
- Removed parameter `-PassThru`
11+
#### Az.Billing 2.1.0
12+
* Removed cmdlet `Get-UsageAggregates`
13+
* Added cmdlet `Get-AzUsageAggregate`
14+
#### Az.Compute 8.4.0
15+
* Modified cmdlet `New-AzSshKey`
16+
- Added parameter `-SshKeyType`
17+
* Modified cmdlet `New-AzVM`
18+
- Added parameter `-SshKeyType`
19+
* Modified cmdlet `New-AzVmss`
20+
- Added parameters `-SkuProfileVmSize`, `-SkuProfileAllocationStrategy`
21+
* Modified cmdlet `New-AzVmssConfig`
22+
- Added parameters `-SkuProfileVmSize`, `-SkuProfileAllocationStrategy`, `-EnableResilientVMCreate`, `-EnableResilientVMDelete`
23+
* Modified cmdlet `Update-AzVmss`
24+
- Added parameters `-SkuProfileVmSize`, `-SkuProfileAllocationStrategy`, `-EnableResilientVMCreate`, `-EnableResilientVMDelete`
25+
#### Az.CosmosDB 1.15.0
26+
* Modified cmdlet `Restore-AzCosmosDBAccount`
27+
- Added parameter `-DisableTtl`
28+
#### Az.ElasticSan 1.1.0
29+
* Modified cmdlet `New-AzElasticSanVolumeGroup`
30+
- Added parameter `-EnforceDataIntegrityCheckForIscsi`
31+
* Modified cmdlet `Update-AzElasticSanVolumeGroup`
32+
- Added parameter `-EnforceDataIntegrityCheckForIscsi`
33+
#### Az.Network 7.9.0
34+
* Modified cmdlet `New-AzApplicationGatewayFirewallPolicyManagedRuleOverride`
35+
- Added parameter `-Sensitivity`
36+
* Modified cmdlet `New-AzNetworkWatcherFlowLog`
37+
- Added parameters `-EnabledFilteringCriteria`, `-UserAssignedIdentityId`
38+
* Modified cmdlet `New-AzPrivateLinkService`
39+
- Added parameter `-DestinationIPAddress`
40+
* Modified cmdlet `Set-AzNetworkWatcherFlowLog`
41+
- Added parameters `-EnabledFilteringCriteria`, `-UserAssignedIdentityId`
42+
* Added cmdlet `Get-AzBastionShareableLink`, `New-AzBastionShareableLink`, `Remove-AzBastionShareableLink`
43+
#### Az.RedisEnterpriseCache 1.3.0
44+
* Modified cmdlet `Update-AzRedisEnterpriseCache`
45+
- Added parameter `-HighAvailability`
46+
* Added cmdlet `Get-AzRedisEnterpriseCacheAccessPolicyAssignment`, `Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup`, `New-AzRedisEnterpriseCacheAccessPolicyAssignment`, `Remove-AzRedisEnterpriseCacheAccessPolicyAssignment`, `Update-AzRedisEnterpriseCacheDatabaseDbRedisVersion`
47+
#### Az.Resources 7.5.0
48+
* Modified cmdlet `New-AzPolicyAssignment`
49+
- Added parameters `-Override`, `-ResourceSelector`
50+
* Modified cmdlet `New-AzPolicyExemption`
51+
- Added parameter `-ResourceSelector`
52+
* Modified cmdlet `Update-AzPolicyAssignment`
53+
- Added parameters `-Override`, `-ResourceSelector`
54+
* Modified cmdlet `Update-AzPolicyExemption`
55+
- Added parameter `-ResourceSelector`
56+
157
## 12.3.0 - September 2024
258
#### Az.Compute 8.3.0
359
* Modified cmdlet `Get-AzCapacityReservationGroup`
@@ -980,3 +1036,4 @@
9801036

9811037

9821038

1039+

documentation/breaking-changes/upcoming-breaking-changes.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,68 @@
88
- The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
99
- This change is expected to take effect from Az.Accounts version: 4.0.0 and Az version: 13.0.0
1010

11+
## Az.App
12+
13+
### `New-AzContainerApp`
14+
15+
- Parameter breaking-change will happen to all parameter sets
16+
- `-IdentityType`
17+
- The parameter : 'IdentityType' is changing.
18+
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
19+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
20+
- The change is expected to take effect from version : '2.0.0'
21+
- `-IdentityUserAssignedIdentity`
22+
- The parameter : 'IdentityUserAssignedIdentity' is changing.
23+
The type of the parameter is changing from 'Hashtable' to 'string[]'.
24+
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
25+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
26+
- The change is expected to take effect from version : '2.0.0'
27+
28+
### `New-AzContainerAppJob`
29+
30+
- Parameter breaking-change will happen to all parameter sets
31+
- `-IdentityType`
32+
- The parameter : 'IdentityType' is changing.
33+
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
34+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
35+
- The change is expected to take effect from version : '2.0.0'
36+
- `-IdentityUserAssignedIdentity`
37+
- The parameter : 'IdentityUserAssignedIdentity' is changing.
38+
The type of the parameter is changing from 'Hashtable' to 'string[]'.
39+
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
40+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
41+
- The change is expected to take effect from version : '2.0.0'
42+
43+
### `Update-AzContainerApp`
44+
45+
- Parameter breaking-change will happen to all parameter sets
46+
- `-IdentityType`
47+
- The parameter : 'IdentityType' is changing.
48+
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
49+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
50+
- The change is expected to take effect from version : '2.0.0'
51+
- `-IdentityUserAssignedIdentity`
52+
- The parameter : 'IdentityUserAssignedIdentity' is changing.
53+
The type of the parameter is changing from 'Hashtable' to 'string[]'.
54+
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
55+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
56+
- The change is expected to take effect from version : '2.0.0'
57+
58+
### `Update-AzContainerAppJob`
59+
60+
- Parameter breaking-change will happen to all parameter sets
61+
- `-IdentityType`
62+
- The parameter : 'IdentityType' is changing.
63+
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
64+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
65+
- The change is expected to take effect from version : '2.0.0'
66+
- `-IdentityUserAssignedIdentity`
67+
- The parameter : 'IdentityUserAssignedIdentity' is changing.
68+
The type of the parameter is changing from 'Hashtable' to 'string[]'.
69+
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
70+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
71+
- The change is expected to take effect from version : '2.0.0'
72+
1173
## Az.DevCenter
1274

1375
### `Get-AzDevCenterUserDevBox`
@@ -458,6 +520,9 @@
458520
- This change is expected to take effect from Az.Storage version: 8.0.0 and Az version: 13.0.0
459521

460522
- Parameter breaking-change will happen to all parameter sets
523+
- `-Context`
524+
- The parameter Context will be required when the input source blob is based on OAuth credential.
525+
- This change is expected to take effect from Az.Storage version: 8.0.0 and Az version: 13.0.0
461526
- `-DestFile`
462527
- The parameter DestFile will be deprecated. To input a dest file instance, use DestShareFileClient instead.
463528
- This change is expected to take effect from Az.Storage version: 8.0.0 and Az version: 13.0.0

setup/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
3737
$outputName ="Az-Cmdlets"
3838

3939
# generate the product name from the current month/year.
40-
$productName = "Microsoft Azure PowerShell - September 2024"
40+
$productName = "Microsoft Azure PowerShell - October 2024"
4141

4242
# where to put temp files
4343
$tmp = Join-Path $env:temp azure-cmdlets-tmp

0 commit comments

Comments
 (0)