Skip to content

Commit 3409fc7

Browse files
committed
2024-01-02 release of Azure PowerShell
1 parent 4117a0a commit 3409fc7

File tree

143 files changed

+157821
-59679
lines changed

Some content is hidden

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

143 files changed

+157821
-59679
lines changed

ChangeLog.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
## 11.2.0 - January 2024
2+
#### Az.Accounts 2.15.0
3+
* Fixed the authentication issue when using 'FederatedToken' in Sovereign Clouds. [#23742]
4+
* Added upcoming breaking change warning for deprecation of config parameter 'DisableErrorRecordsPersistence'.
5+
6+
#### Az.ApplicationInsights 2.2.3
7+
* Enabled common parameter in get-azapplicationinsights
8+
9+
#### Az.Automation 1.10.0
10+
* Updated Module operation cmdlets to support Powershell 7.2
11+
12+
#### Az.Compute 7.1.1
13+
* Fixed 'New-AzVmss' to correctly work when using '-EdgeZone' by creating the Load Balancer in the correct edge zone.
14+
* Removed references to image aliases in 'New-AzVM' and 'New-AzVmss' to images that were removed.
15+
* Az.Compute is updated to use the 2023-09-01 ComputeRP REST API calls.
16+
17+
#### Az.ContainerRegistry 4.1.3
18+
* Fixed bug in 'Get-AzContainerRegistryManifest' returns only 100 results [#22922]
19+
20+
#### Az.CosmosDB 1.14.0
21+
* Introduced Restore-AzCosmosDBSqlDatabase, Restore-AzCosmosDBSqlContainer to restore deleted database and containers in the same account for SQL.
22+
* Introduced Restore-AzCosmosDBMongoDBDatabase, Restore-AzCosmosDBMongoDBCollection to restore deleted database and collections in the same account for MongoDB.
23+
* Introduced Restore-AzCosmosDBGremlinDatabase, Restore-AzCosmosDBGremlinGraph to restore deleted database and graph in the same account for Gremlin.
24+
* Introduced Restore-AzCosmosDBTable to restore deleted table in the same account.
25+
26+
#### Az.DataProtection 2.2.0
27+
* Added support for Cross region restore for Backup vaults
28+
29+
#### Az.DesktopVirtualization 4.3.0
30+
* Removed AppAttach Cmdlets and ResetIcon parameter to Update-AzWvdApplication
31+
32+
#### Az.DevCenter 1.1.0
33+
* Updated the default parameter set for Get-AzDevCenterUserSchedule to 'list'
34+
35+
#### Az.HDInsight 6.1.0
36+
* Added new feature: Enable secure channels while creating a new cluster.
37+
* Fixed a bug: When creating a cluster without passing the version, the default version cannot be set to 'default'.
38+
39+
#### Az.KeyVault 5.1.0
40+
* Added parameter 'ByteArrayValue' in 'Invoke-AzKeyVaultKeyOperation' to support operating byte array without conversion to secure string.
41+
* Added Property 'RawResult' in the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
42+
* [Upcoming Breaking Change] Added breaking change warning message for parameter 'Value' in 'Invoke-AzKeyVaultKeyOperation'.
43+
- Parameter 'Value' is expected to be removed in Az.KeyVault 6.0.0
44+
- 'ByteArrayValue' is the alternative of parameter 'Value' in byte array format
45+
* [Upcoming Breaking Change] Added breaking change warning message for the output type 'PSKeyOperationResult' of 'Invoke-AzKeyVaultKeyOperation'.
46+
- Property 'Result' is expected to be removed in Az.KeyVault 6.0.0
47+
- Property 'RawResult' is the alternative of parameter 'Result' in byte array format
48+
49+
#### Az.Network 7.3.0
50+
* Fixed a few minor issues
51+
* Onboarded 'Microsoft.DBforPostgreSQL/flexibleServers' to private link cmdlets
52+
* Fixed missing properties in PSBackendAddressPool
53+
54+
#### Az.RecoveryServices 6.7.0
55+
* Added support Edge zone VM restore
56+
* Added cross zonal restore for snapshot recovery point
57+
58+
#### Az.Resources 6.13.0
59+
* Added AppRoleAssigment related commands for service principal. [#18412]
60+
* Added '-WithSource' parameter to 'Publish-AzBicepModule' for publishing source with a module (currently experimental)
61+
* Supported nullable Bicep parameters in Deployment cmdlets
62+
* Updated Get-AzRoleDefinition to api-version '2022-05-01-preview' and returns ABAC condition information
63+
* Added a couple missing validators and completers to Deployment Stack cmdlets.
64+
65+
#### Az.ServiceFabric 3.3.2
66+
* Fixed Az.ServiceFabric cannot be imported in arm64 platform.
67+
68+
#### Az.Sql 4.13.0
69+
* Fixed 'Set-AzSqlDatabaseFailoverGroup' when going from multi-secondary to single secondary
70+
* Added 'SecondaryComputeModel', 'AutoPauseDelayInMinutes' and 'MinimumCapacity' parameters within 'New-AzSqlDatabaseSecondary'
71+
72+
#### Az.Storage 6.1.0
73+
* Defaults of AllowBlobPublicAccess and AllowCrossTenantReplication when creating a storage account were set to false by server changes. Please refer to https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-storage-updating-some-default-security-settings-on-new/ba-p/3819554
74+
- 'New-AzStorageAccount'
75+
* Supprted filter when listing file shares with management plane cmdlet
76+
- 'Get-AzRmStorageShare'
77+
78+
#### Az.StorageMover 1.3.0
79+
* Renamed SmbFileShare endpoint cmdlets
80+
81+
#### Az.StorageSync 2.1.1
82+
* Updated dataset limit from 5 Tb to 100 Tib.
83+
84+
#### Az.Synapse 3.0.5
85+
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.19
86+
* Added ActionOnExistingTargetTable property for Synapse Link Connection
87+
88+
### Thanks to our community contributors
89+
* @omahs, Fix typos (#23759)
90+
* @Petri-X, Update New-AzVM.md for one line break (#23577)
91+
192
## 11.1.0 - December 2023
293
#### Az.Compute 7.1.0
394
* Added new parameter '-ElasticSanResourceId' to 'New-AzSnapshotConfig' cmdlet.
Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
# Upcoming breaking changes in Azure PowerShell
22

3-
## Az.Storage
3+
## Az.Accounts
44

5-
### `New-AzStorageAccount`
5+
### `Clear-AzConfig`
66

77
- Cmdlet breaking-change will happen to all parameter sets
8-
- Default value of AllowBlobPublicAccess and AllowCrossTenantReplication settings on storage account will be changed to False in the future release.
9-
When AllowBlobPublicAccess is False on a storage account, container ACLs cannot be configured to allow anonymous access to blobs within the storage account.
10-
When AllowCrossTenantReplication is False on a storage account, cross AAD tenant object replication is not allowed when setting up Object Replication policies. Target version is for reference only, it might be changed by service plan.
11-
- This change is expected to take effect from Az.Storage version: 6.2.0 and Az version: 11.2.0
8+
- Parameter `DisableErrorRecordsPersistence` will be deprecated, a new parameter `EnableErrorRecordsPersistence` will be added instead. Writing error records to file system will become opt-in instead of opt-out. This change will happen around May 2024
9+
- This change is expected to take effect from Az.Accounts version: 2.X and Az version: 12.0.0
10+
11+
### `Get-AzConfig`
12+
13+
- Cmdlet breaking-change will happen to all parameter sets
14+
- Parameter `DisableErrorRecordsPersistence` will be deprecated, a new parameter `EnableErrorRecordsPersistence` will be added instead. Writing error records to file system will become opt-in instead of opt-out. This change will happen around May 2024
15+
- This change is expected to take effect from Az.Accounts version: 2.X and Az version: 12.0.0
16+
17+
### `Update-AzConfig`
18+
19+
- Cmdlet breaking-change will happen to all parameter sets
20+
- Parameter `DisableErrorRecordsPersistence` will be deprecated, a new parameter `EnableErrorRecordsPersistence` will be added instead. Writing error records to file system will become opt-in instead of opt-out. This change will happen around May 2024
21+
- This change is expected to take effect from Az.Accounts version: 2.X and Az version: 12.0.0
22+
23+
## Az.KeyVault
24+
25+
### `Invoke-AzKeyVaultKeyOperation`
26+
27+
- Cmdlet breaking-change will happen to all parameter sets
28+
- The output type 'Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult' is changing
29+
- The following properties in the output type are being deprecated : 'Result'
30+
- The following properties are being added to the output type : 'RawResult'
31+
- This change is expected to take effect from Az.KeyVault version: 6.0.0 and Az version: 12.0.0
32+
33+
- Parameter breaking-change will happen to all parameter sets
34+
- `-Value`
35+
- The parameter : 'Value' is being replaced by parameter : 'ByteArrayValue'.
36+
- This change is expected to take effect from Az.KeyVault version: 6.0.0 and Az version: 12.0.0
1237

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 - December 2023"
40+
$productName = "Microsoft Azure PowerShell - January 2024"
4141

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

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/10/2023
6+
# Generated on: 12/27/2023
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.13.2'
15+
ModuleVersion = '2.15.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -147,8 +147,8 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Enabled in-tool notification for version upgrade by default.
151-
* Upgraded Azure.Core to 1.35.0.'
150+
ReleaseNotes = '* Fixed the authentication issue when using ''FederatedToken'' in Sovereign Clouds. [#23742]
151+
* Added upcoming breaking change warning for deprecation of config parameter ''DisableErrorRecordsPersistence''.'
152152

153153
# Prerelease string of this module
154154
# 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 2.15.0
2224
* Fixed the authentication issue when using `FederatedToken` in Sovereign Clouds. [#23742]
2325
* Added upcoming breaking change warning for deprecation of config parameter `DisableErrorRecordsPersistence`.
2426

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("2.13.2")]
47-
[assembly: AssemblyFileVersion("2.13.2")]
46+
[assembly: AssemblyVersion("2.15.0")]
47+
[assembly: AssemblyFileVersion("2.15.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

0 commit comments

Comments
 (0)