Skip to content

Commit f3d1329

Browse files
Bump Version for 14.2.0
1 parent 3de173f commit f3d1329

File tree

90 files changed

+134535
-55737
lines changed

Some content is hidden

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

90 files changed

+134535
-55737
lines changed

ChangeLog.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
## 14.2.0 - July 2025
2+
#### Az.Accounts 5.1.1
3+
* Updated the date in the message about multi-factor authentication (MFA). For more details, see https://go.microsoft.com/fwlink/?linkid=2276971
4+
5+
#### Az.CosmosDB 1.18.1
6+
* Fixed incorrect help documents for MongoDB cmdlets.
7+
8+
#### Az.DataFactory 1.19.4
9+
* Added support for Databricks Job Activity.
10+
* Added more support for QuickBooks connection properties.
11+
12+
#### Az.ElasticSan 1.4.1
13+
* Added warning message for data integrity checking when create/update a volume group.
14+
- 'New-AzElasticSanVolumeGroup'
15+
- 'Update-AzElasticSanVolumeGroup'
16+
17+
#### Az.ManagedServices 3.1.1
18+
* Added breaking change announcement for below commands from array or single object to list.
19+
- 'Get-AzManagedServicesAssignment'
20+
- 'Get-AzManagedServicesDefinition'
21+
- 'Get-AzManagedServicesMarketplaceDefinition'
22+
- 'New-AzManagedServicesAssignment'
23+
- 'New-AzManagedServicesAuthorizationObject'
24+
- 'New-AzManagedServicesDefinition'
25+
- 'New-AzManagedServicesEligibleApproverObject'
26+
- 'New-AzManagedServicesEligibleAuthorizationObject'
27+
28+
#### Az.Network 7.18.0
29+
* Added a new command which creates an object for CaptureSetting, and added properties 'FileCount', 'FileSizeInBytes', and 'SessionTimeLimitInSeconds', which helps to configure the capture setting for packet capture as well as support for it for the following cmdlets:
30+
- 'New-AzPacketCaptureSettingsConfig'
31+
* Added properties 'ContinuousCapture', 'LocalPath', and 'CaptureSetting' reference in Packet capture V2 command, as well as support for it for the following cmdlets:
32+
- 'New-AzNetworkWatcherPacketCaptureV2'
33+
* Onboarded Application Gateway WAF Exceptions cmdlet.
34+
- 'New-AzApplicationGatewayFirewallPolicyException'
35+
36+
#### Az.Relay 2.1.1
37+
* Added breaking change announcement for below commands.
38+
- 'Get-AzRelayNamespace'
39+
- 'Get-AzRelayNamespaceNetworkRuleSet'
40+
- 'Set-AzRelayNamespaceNetworkRuleSet'
41+
42+
#### Az.Resources 8.0.1
43+
* Fixed empty warning output issue for cmdlet 'Test-AzResourceGroupDeployment' [#27888]
44+
45+
#### Az.Storage 9.1.0
46+
* Supported set SasExpirationAction as Log or Block, together with SasExpirationPeriod
47+
- 'New-AzStorageAccount'
48+
- 'Set-AzStorageAccount'
49+
* Supported Storage task assignment
50+
- 'New-AzStorageTaskAssignment'
51+
- 'Update-AzStorageTaskAssignment'
52+
- 'Get-AzStorageTaskAssignment'
53+
- 'Remove-AzStorageTaskAssignment'
54+
- 'Get-AzStorageTaskAssignmentinstancesReport'
55+
56+
#### Az.StorageAction 1.0.0
57+
* General availability for module Az.StorageAction
58+
159
## 14.1.0 - June 2025
260
#### Az.Accounts 5.0.2
361
* Upgrade Azure.Core to 1.45.0

documentation/SyntaxChangeLog/SyntaxChangeLog-Az14.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 14.2.0 - July 2025
2+
#### Az.Network 7.18.0
3+
* Modified cmdlet `New-AzApplicationGatewayFirewallPolicyManagedRule`
4+
- Added parameter `-Exception`
5+
* Modified cmdlet `New-AzNetworkWatcherPacketCaptureV2`
6+
- Added parameters `-ContinuousCapture`, `-LocalPath`, `-CaptureSetting`
7+
* Added cmdlet `New-AzApplicationGatewayFirewallPolicyException`, `New-AzPacketCaptureSettingsConfig`
8+
#### Az.Storage 9.1.0
9+
* Modified cmdlet `New-AzStorageAccount`
10+
- Added parameter `-SasExpirationAction`
11+
* Modified cmdlet `Set-AzStorageAccount`
12+
- Added parameter `-SasExpirationAction`
13+
* Added cmdlet `Get-AzStorageTaskAssignment`, `Get-AzStorageTaskAssignmentInstancesReport`, `New-AzStorageTaskAssignment`, `Remove-AzStorageTaskAssignment`, `Update-AzStorageTaskAssignment`
14+
115
## 14.1.0 - June 2025
216
#### Az.Migrate 2.8.0
317
* Added cmdlet `Get-AzMigrateServerMigrationStatus`
@@ -504,3 +518,4 @@
504518

505519

506520

521+

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

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,52 @@ Preview modules are not included in this list. Read more about [module version t
3636
- Parameter breaking-change will happen to all parameter sets
3737
- `-OSType`
3838
- The parameter : 'OSType' is changing.
39-
- Change description : Removing the default value of OSType parameter.
39+
- Change description : Removing the default value of OSType parameter.
4040
- This change will take effect on '5/21/2025'- The change is expected to take effect from Az version : '14.0.0'
4141
- The change is expected to take effect from version : '5.0.0'
4242

43+
## Az.ManagedServices
44+
45+
### `Get-AzManagedServicesAssignment`
46+
47+
- Cmdlet breaking-change will happen to all parameter sets
48+
The cmdlet is being deprecated. There will be no replacement for it.
49+
- Change description : The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.
50+
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
51+
- The change is expected to take effect from version : '9.0.0'
52+
53+
### `Get-AzManagedServicesDefinition`
54+
55+
- Cmdlet breaking-change will happen to all parameter sets
56+
The cmdlet is being deprecated. There will be no replacement for it.
57+
- Change description : The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.
58+
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
59+
- The change is expected to take effect from version : '9.0.0'
60+
61+
### `New-AzManagedServicesDefinition`
62+
63+
- Cmdlet breaking-change will happen to all parameter sets
64+
The cmdlet is being deprecated. There will be no replacement for it.
65+
- Change description : The types of the properties 'DelegatedRoleDefinitionId' and 'JustInTimeAccessPolicyManagedByTenantApprover' will be changed to 'List'.
66+
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
67+
- The change is expected to take effect from version : '9.0.0'
68+
69+
### `New-AzManagedServicesEligibleAuthorizationObject`
70+
71+
- Cmdlet breaking-change will happen to all parameter sets
72+
The cmdlet is being deprecated. There will be no replacement for it.
73+
- Change description : The type of the property 'DelegatedRoleDefinitionId' will be changed from Array to List.
74+
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
75+
- The change is expected to take effect from version : '9.0.0'
76+
77+
### `Remove-AzManagedServicesDefinition`
78+
79+
- Cmdlet breaking-change will happen to all parameter sets
80+
The cmdlet is being deprecated. There will be no replacement for it.
81+
- Change description : The types of the properties 'Authorization' and 'EligibleAuthorization' will be changed to 'List'.
82+
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
83+
- The change is expected to take effect from version : '9.0.0'
84+
4385
## Az.RecoveryServices
4486

4587
### `Get-AzRecoveryServicesBackupSchedulePolicyObject`
@@ -54,14 +96,14 @@ Preview modules are not included in this list. Read more about [module version t
5496

5597
- Cmdlet breaking-change will happen to all parameter sets
5698
The cmdlet is being deprecated. There will be no replacement for it.
57-
- Change description : The type of property 'PrivateEndpointConnection' will be changed to 'List'.
99+
- Change description : The type of property 'PrivateEndpointConnection' will be changed to 'List'.
58100
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
59101
- The change is expected to take effect from version : '9.0.0'
60102

61103
### `Get-AzRelayNamespaceNetworkRuleSet`
62104

63105
- Cmdlet breaking-change will happen to all parameter sets
64106
The cmdlet is being deprecated. There will be no replacement for it.
65-
- Change description : The type of property 'IPRule' will be changed to 'List'.
107+
- Change description : The type of property 'IPRule' will be changed to 'List'.
66108
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
67109
- The change is expected to take effect from version : '9.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 - June 2025"
40+
$productName = "Microsoft Azure PowerShell - July 2025"
4141

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

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/3/2025
6+
# Generated on: 6/25/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.1.0'
15+
ModuleVersion = '5.1.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,7 +146,7 @@ PrivateData = @{
146146
# IconUri = ''
147147

148148
# ReleaseNotes of this module
149-
ReleaseNotes = '* Enabled setting the authentication scope for SSH cmdlets by ''Set-AzEnvironment -SshAuthScope <String>''.'
149+
ReleaseNotes = '* Updated the date in the message about multi-factor authentication (MFA). For more details, see https://go.microsoft.com/fwlink/?linkid=2276971'
150150

151151
# Prerelease string of this module
152152
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 5.1.1
2224
* Updated the date in the message about multi-factor authentication (MFA). For more details, see https://go.microsoft.com/fwlink/?linkid=2276971
2325

2426
## Version 5.1.0

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("5.1.0")]
47-
[assembly: AssemblyFileVersion("5.1.0")]
46+
[assembly: AssemblyVersion("5.1.1")]
47+
[assembly: AssemblyFileVersion("5.1.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

0 commit comments

Comments
 (0)