Skip to content

Commit d8de79b

Browse files
authored
Release Az 14.2.0 (#28029)
2 parents eefa4bb + c4f8749 commit d8de79b

File tree

483 files changed

+205484
-55736
lines changed

Some content is hidden

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

483 files changed

+205484
-55736
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'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>CloudHsm</PsModuleName>
4+
<PsRootModuleName>CloudHsm</PsRootModuleName>
5+
<PsModuleFolder>CloudHsm.Autorest</PsModuleFolder>
6+
</PropertyGroup>
7+
8+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
9+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
10+
</Project>

0 commit comments

Comments
 (0)