Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2025 03 04 #27238

Merged
merged 5 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
77 changes: 77 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,80 @@
## 13.3.0 - March 2025
#### Az.CosmosDB 1.17.0
* Added support for Cosmos DB Table role definition and role assignment related cmdlets.

#### Az.DataBoxEdge 1.2.1
* Removed 'Microsoft.Azure.Management.DataBoxEdge' Version '1.0.0' PackageReference

#### Az.DataFactory 1.19.1
* Added more support for Oracle connection properties.
* Added more support for Teradata connection properties.
* Added more support for AzurePostgreSql connection properties.

#### Az.DataShare 1.1.1
* Removed 'Microsoft.Azure.Management.DataShare' Version '1.0.1' PackageReference

#### Az.Maintenance 1.5.1
* Migrated SDK generation from autorest csharp to autorest powershell.

#### Az.Migrate 2.7.0
* Updated Data.Replication to newer API version
- Updated Data.Replication to point to stable API version 2024-09-01
* Rebranded Data.Replication cmdlets
- Rebranded Data.Replication cmdlets from Azure Stack HCI to Azure Local

#### Az.PolicyInsights 1.7.1
* Removed 'Microsoft.Azure.Management.PolicyInsights' Version '1.0.0' PackageReference

#### Az.RecoveryServices 7.5.1
* Updated Restore-AzRecoveryServicesBackupItem to support 0 as a TargetZoneNumber to restore to NoZone.
* Updated Restore-AzRecoveryServicesBackupItem to block cross zonal restore from snapshot RP.

#### Az.ResourceGraph 1.2.0
* Upgraded API version to 2024-04-01.

#### Az.Resources 7.9.0
* Added '-ApplicationId' as an alias of '-ServicePrincipalName'.
* Supported getting role assignments at the exact scope via '-AtScope' for 'Get-AzRoleAssignment'.

#### Az.ServiceBus 4.1.1
* Fixed a bug when invoke 'Set-AzServiceBusNamespace' with parameter 'NoWait' [#26998]

#### Az.Sql 6.0.2
* Fixed GitHub issue #12417 'Get-AzSqlElasticPoolDatabase doesn't enumerate output.'
- fixed the output to enumerate the results.

#### Az.Storage 8.2.0
* Supported new SkuName when create/update Storage account for Files Provisioned v2 account type: 'StandardV2_LRS', 'StandardV2_GRS', 'StandardV2_ZRS', 'StandardV2_GZRS', 'PremiumV2_LRS', 'PremiumV2_ZRS'
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
* Supported Get File Service Usage on Files Provisioned v2 account type.
- 'Get-AzStorageFileServiceUsage'
* Supported create/update file share on new parameters on Files Provisioned v2 account type with new parameter: '-ProvisionedBandwidthMibps', '-ProvisionedIops''
- 'New-AzRmStorageShare'
- 'Update-AzRmStorageShare'
* Supported create/update/Get file share on new parameters on Files Provisioned v1 account type with new parameter: '-PaidBurstingEnabled', '-PaidBurstingMaxBandwidthMibps', '-PaidBurstingMaxIops'
- 'New-AzRmStorageShare'
- 'Update-AzRmStorageShare'
- 'Get-AzStorageFileServiceUsage'
* Supported get file share new properties for Files Provisioned v1/v2 account type
- 'Get-AzStorageFileServiceUsage'

#### Az.Synapse 3.1.2
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.21.

#### Az.Websites 3.3.1
* Migrated Websites.Helper generation from autorest csharp to autorest powershell.

#### Az.Workloads 1.0.0
* General availability for module Az.Workloads
* Upgraded API version to 2024-09-01

### Thanks to our community contributors
* Sebastian Claesson (@SebastianClaesson)
* [Az.Resources] Adding examples of how to use ServicePrincipalName parameter (#26891)
* [Az.Resources] Adding ApplicationId parameter to get- and remove-azRoleAssignment cmdlets (#26890)
* @soffensive, Update Connect-AzAccount.md (#27098)

## 13.2.0 - February 2025
#### Az.Accounts 4.0.2
* Fixed unsigned dll:
Expand Down
20 changes: 20 additions & 0 deletions documentation/SyntaxChangeLog/SyntaxChangeLog-Az13.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 13.3.0 - March 2025
#### Az.CosmosDB 1.17.0
* Added cmdlet `Get-AzCosmosDBTableRoleAssignment`, `Get-AzCosmosDBTableRoleDefinition`, `New-AzCosmosDBTableRoleAssignment`, `New-AzCosmosDBTableRoleDefinition`, `Remove-AzCosmosDBTableRoleAssignment`, `Remove-AzCosmosDBTableRoleDefinition`, `Update-AzCosmosDBTableRoleAssignment`, `Update-AzCosmosDBTableRoleDefinition`
#### Az.Migrate 2.7.0
* Removed cmdlet `Get-AzMigrateHCIJob`, `Get-AzMigrateHCIReplicationFabric`, `Get-AzMigrateHCIServerReplication`, `Initialize-AzMigrateHCIReplicationInfrastructure`, `New-AzMigrateHCIDiskMappingObject`, `New-AzMigrateHCINicMappingObject`, `New-AzMigrateHCIServerReplication`, `Remove-AzMigrateHCIServerReplication`, `Set-AzMigrateHCIServerReplication`, `Start-AzMigrateHCIServerMigration`
* Added cmdlet `Get-AzMigrateLocalJob`, `Get-AzMigrateLocalReplicationFabric`, `Get-AzMigrateLocalServerReplication`, `Initialize-AzMigrateLocalReplicationInfrastructure`, `New-AzMigrateLocalDiskMappingObject`, `New-AzMigrateLocalNicMappingObject`, `New-AzMigrateLocalServerReplication`, `Remove-AzMigrateLocalServerReplication`, `Set-AzMigrateLocalServerReplication`, `Start-AzMigrateLocalServerMigration`
#### Az.Resources 7.9.0
* Modified cmdlet `Get-AzRoleAssignment`
- Added parameter `-AtScope`
- Added parameter alias `ApplicationId` to parameter `-ServicePrincipalName`
* Modified cmdlet `Remove-AzRoleAssignment`
- Added parameter alias `ApplicationId` to parameter `-ServicePrincipalName`
#### Az.Storage 8.2.0
* Modified cmdlet `New-AzRmStorageShare`
- Added parameters `-ProvisionedBandwidthMibps`, `-ProvisionedIops`, `-PaidBurstingEnabled`, `-PaidBurstingMaxIops`, `-PaidBurstingMaxBandwidthMibps`
* Modified cmdlet `Update-AzRmStorageShare`
- Added parameters `-ProvisionedBandwidthMibps`, `-ProvisionedIops`, `-PaidBurstingEnabled`, `-PaidBurstingMaxIops`, `-PaidBurstingMaxBandwidthMibps`
* Added cmdlet `Get-AzStorageFileServiceUsage`

## 13.2.0 - February 2025
#### Az.Compute 9.1.0
* Modified cmdlet `New-AzVMConfig`
Expand Down Expand Up @@ -410,3 +429,4 @@




2 changes: 1 addition & 1 deletion setup/generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"

# generate the product name from the current month/year.
$productName = "Microsoft Azure PowerShell - February 2025"
$productName = "Microsoft Azure PowerShell - March 2025"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
9 changes: 0 additions & 9 deletions src/Accounts/Accounts/Account/ConnectAzureRmAccount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,15 +372,6 @@ public override void ExecuteCmdlet()
}
}

if (ClientAssertionParameterSet.Equals(ParameterSetName, StringComparison.OrdinalIgnoreCase))
{
bool suppressWarningOrError = AzureSession.Instance.TryGetComponent<IConfigManager>(nameof(IConfigManager), out var configManager) && configManager.GetConfigValue<bool>(ConfigKeys.DisplayBreakingChangeWarning);
if (!suppressWarningOrError)
{
WriteWarning("The feature related to parameter name 'FederatedToken' is under preview.");
}
}

var azureAccount = new AzureAccount();

switch (ParameterSetName)
Expand Down
63 changes: 19 additions & 44 deletions src/Accounts/Accounts/Utilities/CommandMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,12 +1021,6 @@
"Switch-AzCloudService": {},
"Update-AzCloudService": {}
},
"Az.CodeSigning": {
"Get-AzCodeSigningCustomerEku": {},
"Get-AzCodeSigningRootCert": {},
"Get-AzCodeSigningCertChain": {},
"Invoke-AzCodeSigningCIPolicySigning": {}
},
"Az.CognitiveServices": {
"Add-AzCognitiveServicesAccountNetworkRule": {},
"Get-AzCognitiveServicesAccount": {},
Expand Down Expand Up @@ -1629,6 +1623,8 @@
"Get-AzCosmosDBTableBackupInformation": {},
"Get-AzCosmosDBTableRestorableResource": {},
"Get-AzCosmosDBTableRestorableTable": {},
"Get-AzCosmosDBTableRoleAssignment": {},
"Get-AzCosmosDBTableRoleDefinition": {},
"Get-AzCosmosDBTableThroughput": {},
"Get-AzManagedCassandraCluster": {},
"Get-AzManagedCassandraDatacenter": {},
Expand Down Expand Up @@ -1688,6 +1684,8 @@
"New-AzCosmosDBSqlUniqueKeyPolicy": {},
"New-AzCosmosDBSqlUserDefinedFunction": {},
"New-AzCosmosDBTable": {},
"New-AzCosmosDBTableRoleAssignment": {},
"New-AzCosmosDBTableRoleDefinition": {},
"New-AzCosmosDBTableToRestore": {},
"New-AzCosmosDBVirtualNetworkRule": {},
"New-AzManagedCassandraCluster": {},
Expand All @@ -1710,6 +1708,8 @@
"Remove-AzCosmosDBSqlTrigger": {},
"Remove-AzCosmosDBSqlUserDefinedFunction": {},
"Remove-AzCosmosDBTable": {},
"Remove-AzCosmosDBTableRoleAssignment": {},
"Remove-AzCosmosDBTableRoleDefinition": {},
"Remove-AzManagedCassandraCluster": {},
"Remove-AzManagedCassandraDatacenter": {},
"Restore-AzCosmosDBAccount": {},
Expand Down Expand Up @@ -1748,6 +1748,8 @@
"Update-AzCosmosDBSqlTrigger": {},
"Update-AzCosmosDBSqlUserDefinedFunction": {},
"Update-AzCosmosDBTable": {},
"Update-AzCosmosDBTableRoleAssignment": {},
"Update-AzCosmosDBTableRoleDefinition": {},
"Update-AzCosmosDBTableThroughput": {},
"Update-AzManagedCassandraCluster": {},
"Update-AzManagedCassandraDatacenter": {}
Expand Down Expand Up @@ -3749,34 +3751,6 @@
"Stop-AzLogicAppRun": {},
"Test-AzLogicApp": {}
},
"Az.Logz": {
"Get-AzLogzMonitor": {},
"Get-AzLogzMonitoredResource": {},
"Get-AzLogzMonitorSSOConfiguration": {},
"Get-AzLogzMonitorTagRule": {},
"Get-AzLogzMonitorUserRole": {},
"Get-AzLogzMonitorVMHost": {},
"Get-AzLogzSubAccount": {},
"Get-AzLogzSubAccountTagRule": {},
"Get-AzLogzSubAccountVMHost": {},
"Invoke-AzLogzHostMonitor": {},
"Invoke-AzLogzHostSubAccount": {},
"New-AzLogzFilteringTagObject": {},
"New-AzLogzMonitor": {},
"New-AzLogzMonitorSSOConfiguration": {},
"New-AzLogzMonitorTagRule": {},
"New-AzLogzSubAccount": {},
"New-AzLogzSubAccountTagRule": {},
"New-AzLogzVMResourcesObject": {},
"Remove-AzLogzMonitor": {},
"Remove-AzLogzMonitorTagRule": {},
"Remove-AzLogzSubAccount": {},
"Remove-AzLogzSubAccountTagRule": {},
"Update-AzLogzMonitor": {},
"Update-AzLogzMonitorVMHost": {},
"Update-AzLogzSubAccount": {},
"Update-AzLogzSubAccountVMHost": {}
},
"Az.MachineLearning": {
"Add-AzMlWebServiceRegionalProperty": {},
"Export-AzMlWebService": {},
Expand Down Expand Up @@ -4144,10 +4118,10 @@
},
"Az.Migrate": {
"Get-AzMigrateDiscoveredServer": {},
"Get-AzMigrateHCIJob": {},
"Get-AzMigrateHCIReplicationFabric": {},
"Get-AzMigrateHCIServerReplication": {},
"Get-AzMigrateJob": {},
"Get-AzMigrateLocalJob": {},
"Get-AzMigrateLocalReplicationFabric": {},
"Get-AzMigrateLocalServerReplication": {},
"Get-AzMigrateProject": {},
"Get-AzMigrateReplicationFabric": {},
"Get-AzMigrateReplicationPolicy": {},
Expand All @@ -4158,28 +4132,28 @@
"Get-AzMigrateServerReplication": {},
"Get-AzMigrateSite": {},
"Get-AzMigrateSolution": {},
"Initialize-AzMigrateHCIReplicationInfrastructure": {},
"Initialize-AzMigrateLocalReplicationInfrastructure": {},
"Initialize-AzMigrateReplicationInfrastructure": {},
"New-AzMigrateDiskMapping": {},
"New-AzMigrateHCIDiskMappingObject": {},
"New-AzMigrateHCINicMappingObject": {},
"New-AzMigrateHCIServerReplication": {},
"New-AzMigrateLocalDiskMappingObject": {},
"New-AzMigrateLocalNicMappingObject": {},
"New-AzMigrateLocalServerReplication": {},
"New-AzMigrateNicMapping": {},
"New-AzMigrateProject": {},
"New-AzMigrateReplicationPolicy": {},
"New-AzMigrateReplicationProtectionContainerMapping": {},
"New-AzMigrateServerReplication": {},
"New-AzMigrateTestNicMapping": {},
"Register-AzMigrateProjectTool": {},
"Remove-AzMigrateHCIServerReplication": {},
"Remove-AzMigrateLocalServerReplication": {},
"Remove-AzMigrateProject": {},
"Remove-AzMigrateServerReplication": {},
"Restart-AzMigrateServerReplication": {},
"Resume-AzMigrateServerReplication": {},
"Set-AzMigrateDiskMapping": {},
"Set-AzMigrateHCIServerReplication": {},
"Set-AzMigrateLocalServerReplication": {},
"Set-AzMigrateServerReplication": {},
"Start-AzMigrateHCIServerMigration": {},
"Start-AzMigrateLocalServerMigration": {},
"Start-AzMigrateServerMigration": {},
"Start-AzMigrateTestMigration": {},
"Start-AzMigrateTestMigrationCleanup": {},
Expand Down Expand Up @@ -7808,6 +7782,7 @@
"Update-AzStorageFileServiceProperty": {},
"Update-AzStorageServiceProperty": {},
"Get-AzStorageAccountMigration": {},
"Get-AzStorageFileServiceUsage": {},
"Start-AzStorageAccountMigration": {},
"Disable-AzStorageSoftDelete": {},
"Enable-AzStorageSoftDelete": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]

[assembly: AssemblyVersion("1.16.0")]
[assembly: AssemblyFileVersion("1.16.0")]
[assembly: AssemblyVersion("1.17.0")]
[assembly: AssemblyFileVersion("1.17.0")]
17 changes: 8 additions & 9 deletions src/CosmosDB/CosmosDB/Az.CosmosDB.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2/25/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.16.0'
ModuleVersion = '1.17.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Security.KeyVault.Keys.dll',
Expand Down Expand Up @@ -161,10 +161,10 @@ CmdletsToExport = 'Get-AzCosmosDBAccount', 'Get-AzCosmosDBAccountKey',
'New-AzCosmosDBSqlUniqueKey', 'New-AzCosmosDBSqlUniqueKeyPolicy',
'New-AzCosmosDBSqlUserDefinedFunction', 'New-AzCosmosDBTable',
'New-AzCosmosDBTableRoleAssignment',
'New-AzCosmosDBTableRoleDefinition',
'New-AzCosmosDBTableToRestore', 'New-AzCosmosDBVirtualNetworkRule',
'New-AzManagedCassandraCluster', 'New-AzManagedCassandraDatacenter',
'Remove-AzCosmosDBAccount', 'Remove-AzCosmosDBCassandraKeyspace',
'New-AzCosmosDBTableRoleDefinition', 'New-AzCosmosDBTableToRestore',
'New-AzCosmosDBVirtualNetworkRule', 'New-AzManagedCassandraCluster',
'New-AzManagedCassandraDatacenter', 'Remove-AzCosmosDBAccount',
'Remove-AzCosmosDBCassandraKeyspace',
'Remove-AzCosmosDBCassandraTable',
'Remove-AzCosmosDBGremlinDatabase', 'Remove-AzCosmosDBGremlinGraph',
'Remove-AzCosmosDBMongoDBCollection',
Expand Down Expand Up @@ -253,8 +253,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded nuget package to signed package.
* Upgraded Azure.Core to 1.44.1.'
ReleaseNotes = '* Added support for Cosmos DB Table role definition and role assignment related cmdlets.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/CosmosDB/CosmosDB/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->

## Upcoming Release

## Version 1.17.0
* Added support for Cosmos DB Table role definition and role assignment related cmdlets.

## Version 1.16.0
Expand Down
4 changes: 2 additions & 2 deletions src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
[assembly: AssemblyVersion("1.16.0")]
[assembly: AssemblyFileVersion("1.16.0")]
[assembly: AssemblyVersion("1.17.0")]
[assembly: AssemblyFileVersion("1.17.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
[assembly: CLSCompliant(false)]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
8 changes: 4 additions & 4 deletions src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2/25/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.2.0'
ModuleVersion = '1.2.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.DataBoxEdge.Management.Sdk.dll'
Expand Down Expand Up @@ -133,7 +133,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded nuget package to signed package.'
ReleaseNotes = '* Removed ''Microsoft.Azure.Management.DataBoxEdge'' Version ''1.0.0'' PackageReference'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Loading
Loading