Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 15.1.0 - December 2025
#### Az.AppConfiguration 2.0.1
* Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
- Fixed 'NextLink' property to give absolute URI, allowing subsequent pages of results to be retrieved.

#### Az.Compute 11.1.0
* Added '-ResiliencyView' parameter to 'Get-AzVmssVM' cmdlet
- Retrieves the resilient VM deletion status for Virtual Machine Scale Set (VMSS) VMs
- Indicates whether automatic delete retries are in progress, failed, or not started
- Supports monitoring the real-time status of the Resilient Delete feature

#### Az.CosmosDB 1.19.0
* Added fleet management support for Cosmos DB accounts.
* Added support for priority based execution.

#### Az.ElasticSan 1.6.0
* Reverted changes for auto scale, pre-backup, and pre-restore
- 'New-AzElasticSan'
- 'Update-AzElasticSan'
- 'Test-AzElasticSanVolumeBackup'
- 'Test-AzElasticSanVolumeRestore'

#### Az.Functions 4.3.0
* Added FlexConsumption support to Get-AzFunctionAppAvailableLocation, which returns a list of regions that supported Flex Consumption, including locations supporting zone redundancy (currently applied only to Flex Consumption)
* Added a new cmdlet Get-AzFunctionAppFlexConsumptionRuntime to retrieve Flex Consumption runtimes for a specified location
* Added a new parameter set to New-AzFunctionApp to support Flex Consumption function apps [#24349]
* Refreshed stack definitions

#### Az.Network 7.24.0
* Added support for 'RecordType' property in 'New-AzNetworkWatcherFlowLog' and 'Set-AzNetworkWatcherFlowLog' cmdlets.
* Added property 'NvaInterfaceConfiguration' to Network Virtual Appliances, as well as support for them in following cmdlets:
- 'New-AzNetworkVirtualAppliance'
- 'Get-AzNetworkVirtualAppliance'
* Added cmdlet to take the NvaInterfaceConfigurations properties on the Network Virtual Appliance:
- 'New-AzNvaInterfaceConfiguration' to build individual interface configuration for network virtual appliance.
* Removed the None from the accepted value for the property 'Sensitivity'
- Updated 'New-AzApplicationGatewayFirewallPolicyManagedRuleOverride' cmdlet

## 15.0.0 - November 2025
#### Az.Accounts 5.3.1
* Updated Azure.Core from 1.45.0 to 1.47.3
Expand Down
31 changes: 31 additions & 0 deletions documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 15.1.0 - December 2025
#### Az.Compute 11.1.0
* Modified cmdlet `Get-AzVmssVM`
- Added parameter `-ResiliencyView`
#### Az.CosmosDB 1.19.0
* Modified cmdlet `New-AzCosmosDBAccount`
- Added parameters `-EnablePriorityBasedExecution`, `-DefaultPriorityLevel`
* Modified cmdlet `New-AzCosmosDBSqlVectorIndex`
- Added parameters `-QuantizationByteSize`, `-IndexingSearchListSize`, `-VectorIndexShardKey`
* Modified cmdlet `Restore-AzCosmosDBAccount`
- Added parameter `-SourceBackupLocation`
* Modified cmdlet `Update-AzCosmosDBAccount`
- Added parameters `-EnablePriorityBasedExecution`, `-DefaultPriorityLevel`
* Added cmdlet `Add-AzCosmosDBFleetspaceAccount`, `Get-AzCosmosDBFleet`, `Get-AzCosmosDBFleetspace`, `Get-AzCosmosDBFleetspaceAccount`, `New-AzCosmosDBFleet`, `New-AzCosmosDBFleetspace`, `Remove-AzCosmosDBFleet`, `Remove-AzCosmosDBFleetspace`, `Remove-AzCosmosDBFleetspaceAccount`, `Update-AzCosmosDBFleet`, `Update-AzCosmosDBFleetspace`
#### Az.Migrate 2.10.1
* Modified cmdlet `New-AzMigrateServerReplication`
- Added parameter `-TargetCapacityReservationGroupId`
* Modified cmdlet `Set-AzMigrateServerReplication`
- Added parameter `-TargetCapacityReservationGroupId`
* Modified cmdlet `Start-AzMigrateServerMigration`
- Added parameter `-TargetCapacityReservationGroupId`
#### Az.Network 7.24.0
* Modified cmdlet `New-AzNetworkVirtualAppliance`
- Added parameter `-NvaInterfaceConfiguration`
* Modified cmdlet `New-AzNetworkWatcherFlowLog`
- Added parameter `-RecordType`
* Modified cmdlet `Set-AzNetworkWatcherFlowLog`
- Added parameter `-RecordType`
* Added cmdlet `New-AzNvaInterfaceConfiguration`

## 15.0.0 - November 2025
#### Az.Advisor 3.0.0
* Modified cmdlet `Set-AzAdvisorConfiguration`
Expand Down Expand Up @@ -1130,3 +1160,4 @@
* Added cmdlet `Update-AzWorkloadsProviderInstance`



Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ Preview modules are not included in this list. Read more about [module version t
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
- The change is expected to take effect in 'Az.Monitor' from version : '7.0.0'

- Parameter breaking-change will happen to all parameter sets
- Parameter breaking-change will happen to parameter set `NewAzSubscriptionDiagnosticSetting_CreateExpanded`
- `-Log`
- The parameter : 'Log' is changing.
The type of the parameter is changing from 'Array' to 'List'.
Expand Down
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 - November 2025"
$productName = "Microsoft Azure PowerShell - December 2025"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
59 changes: 55 additions & 4 deletions src/Accounts/Accounts/Utilities/CommandMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,18 @@
"Update-AzCosmosDBTableRoleDefinition": {},
"Update-AzCosmosDBTableThroughput": {},
"Update-AzManagedCassandraCluster": {},
"Update-AzManagedCassandraDatacenter": {}
"Update-AzManagedCassandraDatacenter": {},
"New-AzCosmosDBFleet": {},
"Get-AzCosmosDBFleet": {},
"Update-AzCosmosDBFleet": {},
"Remove-AzCosmosDBFleet": {},
"New-AzCosmosDBFleetspace": {},
"Get-AzCosmosDBFleetspace": {},
"Update-AzCosmosDBFleetspace": {},
"Remove-AzCosmosDBFleetspace": {},
"Add-AzCosmosDBFleetspaceAccount": {},
"Get-AzCosmosDBFleetspaceAccount": {},
"Remove-AzCosmosDBFleetspaceAccount": {}
},
"Az.CostManagement": {
"Get-AzCostManagementExport": {},
Expand Down Expand Up @@ -1980,23 +1991,30 @@
"Update-AzDatabricksWorkspace": {}
},
"Az.Datadog": {
"Get-AzDatadogBillingInfo": {},
"Get-AzDatadogCreationSupported": {},
"Get-AzDatadogMarketplaceAgreement": {},
"Get-AzDatadogMonitor": {},
"Get-AzDatadogMonitorApiKey": {},
"Get-AzDatadogMonitorDefaultKey": {},
"Get-AzDatadogMonitoredSubscription": {},
"Get-AzDatadogMonitorHost": {},
"Get-AzDatadogMonitorLinkedResource": {},
"Get-AzDatadogMonitorMonitoredResource": {},
"Get-AzDatadogSingleSignOnConfiguration": {},
"Get-AzDatadogTagRule": {},
"Invoke-AzDatadogResubscribeOrganization": {},
"New-AzDatadogFilteringTagObject": {},
"New-AzDatadogMarketplaceAgreement": {},
"New-AzDatadogMonitor": {},
"New-AzDatadogSingleSignOnConfiguration": {},
"New-AzDatadogTagRule": {},
"Remove-AzDatadogMonitor": {},
"Remove-AzDatadogMonitoredSubscription": {},
"Set-AzDatadogMonitorDefaultKey": {},
"Set-AzDatadogMonitoredSubscriptionCreateor": {},
"Update-AzDatadogMonitor": {},
"Update-AzDatadogMonitoredSubscription": {},
"Update-AzDatadogMonitorSetPasswordLink": {},
"Update-AzDatadogSingleSignOnConfiguration": {},
"Update-AzDatadogTagRule": {}
Expand Down Expand Up @@ -2789,6 +2807,17 @@
"Update-AzDigitalTwinsInstance": {},
"Update-AzDigitalTwinsTimeSeriesDatabaseConnection": {}
},
"Az.DisconnectedOperations": {
"Get-AzDisconnectedOperationsArtifact": {},
"Get-AzDisconnectedOperationsArtifactDownloadUri": {},
"Get-AzDisconnectedOperationsDisconnectedOperation": {},
"Get-AzDisconnectedOperationsDisconnectedOperationDeploymentManifest": {},
"Get-AzDisconnectedOperationsImage": {},
"Get-AzDisconnectedOperationsImageDownloadUri": {},
"New-AzDisconnectedOperationsDisconnectedOperation": {},
"Remove-AzDisconnectedOperationsDisconnectedOperation": {},
"Update-AzDisconnectedOperationsDisconnectedOperation": {}
},
"Az.DiskPool": {
"Get-AzDiskPool": {},
"Get-AzDiskPoolIscsiTarget": {},
Expand Down Expand Up @@ -2867,10 +2896,20 @@
"Update-AzDnsResolverPolicyDnsSecurityRule": {},
"Update-AzDnsResolverPolicyVirtualNetworkLink": {}
},
"Az.DurableTask": {
"Get-AzDurableTaskHub": {},
"Get-AzDurableTaskScheduler": {},
"New-AzDurableTaskHub": {},
"New-AzDurableTaskScheduler": {},
"Remove-AzDurableTaskHub": {},
"Remove-AzDurableTaskScheduler": {},
"Update-AzDurableTaskScheduler": {}
},
"Az.DynatraceObservability": {
"Get-AzDynatraceMonitor": {},
"Get-AzDynatraceMonitorAppService": {},
"Get-AzDynatraceMonitoredResource": {},
"Get-AzDynatraceMonitoredSubscription": {},
"Get-AzDynatraceMonitorHost": {},
"Get-AzDynatraceMonitorLinkableEnv": {},
"Get-AzDynatraceMonitorMarketplaceSaaSResourceDetail": {},
Expand All @@ -2879,13 +2918,17 @@
"Get-AzDynatraceMonitorSSODetail": {},
"Get-AzDynatraceMonitorTagRule": {},
"Get-AzDynatraceMonitorVMHostPayload": {},
"Invoke-AzDynatraceManageMonitorAgentInstallation": {},
"New-AzDynatraceMonitor": {},
"New-AzDynatraceMonitoredSubscription": {},
"New-AzDynatraceMonitorFilteringTagObject": {},
"New-AzDynatraceMonitorSSOConfig": {},
"New-AzDynatraceMonitorTagRule": {},
"Remove-AzDynatraceMonitor": {},
"Remove-AzDynatraceMonitoredSubscription": {},
"Remove-AzDynatraceMonitorTagRule": {},
"Update-AzDynatraceMonitor": {},
"Update-AzDynatraceMonitorPlan": {},
"Update-AzDynatraceMonitorSSOConfig": {},
"Update-AzDynatraceMonitorTagRule": {}
},
Expand Down Expand Up @@ -2973,8 +3016,6 @@
"Remove-AzElasticSanVolumeGroup": {},
"Remove-AzElasticSanVolumeGroupNetworkRule": {},
"Remove-AzElasticSanVolumeSnapshot": {},
"Test-AzElasticSanVolumeBackup": {},
"Test-AzElasticSanVolumeRestore": {},
"Update-AzElasticSan": {},
"Update-AzElasticSanVolume": {},
"Update-AzElasticSanVolumeGroup": {}
Expand Down Expand Up @@ -3331,6 +3372,7 @@
"Az.Functions": {
"Get-AzFunctionApp": {},
"Get-AzFunctionAppAvailableLocation": {},
"Get-AzFunctionAppFlexConsumptionRuntime": {},
"Get-AzFunctionAppPlan": {},
"Get-AzFunctionAppSetting": {},
"New-AzFunctionApp": {},
Expand Down Expand Up @@ -5297,6 +5339,7 @@
"New-AzNetworkWatcherPacketCapture": {},
"New-AzNetworkWatcherPacketCaptureV2": {},
"New-AzNetworkWatcherProtocolConfiguration": {},
"New-AzNvaInterfaceConfiguration": {},
"New-AzO365PolicyProperty": {},
"New-AzOffice365PolicyProperty": {},
"New-AzP2sVpnGateway": {},
Expand Down Expand Up @@ -6101,6 +6144,10 @@
"Get-AzPaloAltoNetworksLocalRulestackChangeLog": {},
"Get-AzPaloAltoNetworksLocalRulestackFirewall": {},
"Get-AzPaloAltoNetworksLocalRulestackSupportInfo": {},
"Get-AzPaloAltoNetworksMetricsObjectFirewall": {},
"Get-AzPaloAltoNetworksPaloAltoNetworksCloudngfwOperationCloudManagerTenant": {},
"Get-AzPaloAltoNetworksPaloAltoNetworksCloudngfwOperationProductSerialNumberStatus": {},
"Get-AzPaloAltoNetworksPaloAltoNetworksCloudngfwOperationSupportInfo": {},
"Get-AzPaloAltoNetworksPrefixListLocalRulestack": {},
"Invoke-AzPaloAltoNetworksCommitLocalRulestack": {},
"Invoke-AzPaloAltoNetworksRevertLocalRulestack": {},
Expand All @@ -6111,6 +6158,8 @@
"New-AzPaloAltoNetworksIPAddressObject": {},
"New-AzPaloAltoNetworksLocalRule": {},
"New-AzPaloAltoNetworksLocalRulestack": {},
"New-AzPaloAltoNetworksMetricsObjectFirewall": {},
"New-AzPaloAltoNetworksPaloAltoNetworksCloudngfwOperationProductSerialNumber": {},
"New-AzPaloAltoNetworksPrefixListLocalRulestack": {},
"New-AzPaloAltoNetworksProfileObject": {},
"New-AzPaloAltoNetworksTagInfoObject": {},
Expand All @@ -6119,12 +6168,14 @@
"Remove-AzPaloAltoNetworksFqdnListLocalRulestack": {},
"Remove-AzPaloAltoNetworksLocalRule": {},
"Remove-AzPaloAltoNetworksLocalRulestack": {},
"Remove-AzPaloAltoNetworksMetricsObjectFirewall": {},
"Remove-AzPaloAltoNetworksPrefixListLocalRulestack": {},
"Reset-AzPaloAltoNetworksLocalRuleCounter": {},
"Save-AzPaloAltoNetworksFirewallLogProfile": {},
"Update-AzPaloAltoNetworksFirewall": {},
"Update-AzPaloAltoNetworksLocalRuleCounter": {},
"Update-AzPaloAltoNetworksLocalRulestack": {}
"Update-AzPaloAltoNetworksLocalRulestack": {},
"Update-AzPaloAltoNetworksMetricsObjectFirewall": {}
},
"Az.Peering": {
"Get-AzPeering": {},
Expand Down
17 changes: 9 additions & 8 deletions src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/18/2025
# Generated on: 11/26/2025
#

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

# Version number of this module.
ModuleVersion = '2.0.0'
ModuleVersion = '2.0.1'

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

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'AppConfiguration.Autorest/bin/Az.AppConfiguration.private.dll',
'AppConfigurationdata.Autorest/bin/Az.AppConfigurationdata.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = @()
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'AppConfiguration.Autorest/Az.AppConfiguration.format.ps1xml',
Expand Down Expand Up @@ -109,7 +109,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'AppConfiguration'
Tags = 'Azure','ResourceManager','ARM','PSModule','AppConfiguration'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -121,7 +121,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).'
ReleaseNotes = '* Fixed GitHub issue #23731 ''Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present''
- Fixed ''NextLink'' property to give absolute URI, allowing subsequent pages of results to be retrieved.'

# Prerelease string of this module
# Prerelease = ''
Expand All @@ -134,7 +135,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
2 changes: 2 additions & 0 deletions src/AppConfiguration/AppConfiguration/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 2.0.1
* Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
- Fixed `NextLink` property to give absolute URI, allowing subsequent pages of results to be retrieved.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d1eff4e1-442a-4239-8e02-35244e5ec172")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
4 changes: 2 additions & 2 deletions src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]

[assembly: AssemblyVersion("11.0.0")]
[assembly: AssemblyFileVersion("11.0.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("9d9ad6c2-c449-4f97-95d1-252f737c4e96")]

[assembly: AssemblyVersion("11.0.0")]
[assembly: AssemblyFileVersion("11.0.0")]
[assembly: AssemblyVersion("11.1.0")]
[assembly: AssemblyFileVersion("11.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -493,5 +493,12 @@ public void TestVirtualMachineScaleSetGalleryApplicationFlags()
{
TestRunner.RunTestScript("Test-VirtualMachineScaleSetGalleryApplicationFlags");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestVirtualMachineScaleSetResiliencyView()
{
TestRunner.RunTestScript("Test-VirtualMachineScaleSetResiliencyView");
}
}
}
Loading
Loading