Skip to content

Commit

Permalink
bump version for release-2023-12-05
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriZC committed Nov 29, 2023
1 parent 92e8a12 commit 3b43dcc
Show file tree
Hide file tree
Showing 90 changed files with 21,669 additions and 13,674 deletions.
57 changes: 57 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
## 11.1.0 - December 2023
#### Az.Compute 7.1.0
* Added new parameter '-ElasticSanResourceId' to 'New-AzSnapshotConfig' cmdlet.
* Added new parameter '-OptimizedForFrequentAttach' to 'New-AzDiskConfig' cmdlet.
* Added new examples in 'New-AzVM' and 'New-AzVmss' for TrustedLaunch default usage.
* Fixed the 'New-AzVM' bug to avoid accessing the 'EncryptionAtHost' property for subscriptions who cannot access it since it is behind a feature flag.
* Updated 'Get-AzVmExtension' to return instanceView when used with '-Status'.
* Reverted SSH Private Key File permission changes in 'New-AzVm'.

#### Az.DataFactory 1.18.0
* Supported GoogleAds and LakeHouse in ADF
* Supported copyComputeScale and pipelineExternalComputeScale in 'Set-AzDataFactoryV2IntegrationRuntime' Command

#### Az.KeyVault 5.0.1
* Removed redundant Microsoft Graph API calls for access policy in 'Get-AzKeyVault'.

#### Az.Maintenance 1.4.1
* Removed outdated upcoming breaking change warning

#### Az.ManagedServiceIdentity 1.2.0
* Renamed '*-AzFederatedIdentityCredentials' to '*-AzFederatedIdentityCredential', and kept '*-AzFederatedIdentityCredentials' as an alias.

#### Az.Network 7.1.0
* Added DefaultOutboundAccess parameter on subnet creation
* Updated cmdlet 'New-AzPublicIpPrefix' and 'New-PublicIpAddress' to require Location parameter
* Updated cmdlet 'New-AzLoadBalancerBackendAddressPool' to support managed IP based backend
* Added cmdlet 'New-AzSaaSNetworkVirtualAppliance' for creating a NetworkVirtualAppliance of SaaS type.
* Added control knobs to virtual network gateways and ExpressRoute gateways as well to cmdlets operating on those.
* Updated cmdlets to add Hostnames property for Application gateway Listener Configuration
- 'Set-AzApplicationGatewayListener'
- 'Add-AzApplicationGatewayListener'
- 'New-AzApplicationGatewayListener'
* Added cmdlet 'Remove-AzApplicationGatewayFirewallCustomRule' to support removing custom rule in Firewall Policy.
* Added support for new ErGWScale SKU - ErGwScale
* Added property 'size' to firewallPolicy and firewallPolicyRuleCollectionGroup.
* Updated cmdlet 'New-AzBastion', 'Set-AzBastion' and 'Get-AzBastion' to support Bastion features for CRUD operations

#### Az.RecoveryServices 6.6.2
* Removed outdated upcoming breaking change warning

#### Az.Resources 6.12.1
* Used utf8 encoding for reading stdout & stderr when invoking Bicep. [#23246]
* Fixed regression in 'Publish-AzBicepModule' [Azure/bicep/12461](https://github.com/Azure/bicep/issues/12461)

#### Az.Security 1.5.1
* Fixed bug for 'Set-AzSecurityPricing'

#### Az.ServiceFabric 3.3.1
* Fixed a bug that Get commands do not return all resources.
* Updated SFMC to latest api preview version '2023-11-01-preview'.

#### Az.Sql 4.12.0
* Added new parameters 'MaintenanceConfigurationId', 'DnsZone' to 'AzSqlInstancePool' cmdlets

#### Az.Storage 6.0.1
* Updated error message when storage context is missing in a cmdlet input

## 11.0.0 - November 2023
#### Az.Accounts 2.13.2
* Enabled in-tool notification for version upgrade by default.
Expand Down
812 changes: 2 additions & 810 deletions documentation/breaking-changes/upcoming-breaking-changes.md

Large diffs are not rendered by default.

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 2023"
$productName = "Microsoft Azure PowerShell - December 2023"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
89 changes: 84 additions & 5 deletions src/Accounts/Accounts/Utilities/CommandMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,46 @@
"Update-AzConnectedNetworkDeviceTag": {},
"Update-AzConnectedNetworkFunctionTag": {}
},
"Az.ConnectedVMware": {
"Get-AzConnectedVMwareCluster": {},
"Get-AzConnectedVMwareDatastore": {},
"Get-AzConnectedVMwareHost": {},
"Get-AzConnectedVMwareInventoryItem": {},
"Get-AzConnectedVMwareResourcePool": {},
"Get-AzConnectedVMwareVCenter": {},
"Get-AzConnectedVMwareVM": {},
"Get-AzConnectedVMwareVMGuestAgent": {},
"Get-AzConnectedVMwareVMTemplate": {},
"Get-AzConnectedVMwareVNet": {},
"New-AzConnectedVMwareCluster": {},
"New-AzConnectedVMwareDatastore": {},
"New-AzConnectedVMwareHost": {},
"New-AzConnectedVMwareResourcePool": {},
"New-AzConnectedVMwareVCenter": {},
"New-AzConnectedVMwareVM": {},
"New-AzConnectedVMwareVMGuestAgent": {},
"New-AzConnectedVMwareVMTemplate": {},
"New-AzConnectedVMwareVNet": {},
"Remove-AzConnectedVMwareCluster": {},
"Remove-AzConnectedVMwareDatastore": {},
"Remove-AzConnectedVMwareHost": {},
"Remove-AzConnectedVMwareResourcePool": {},
"Remove-AzConnectedVMwareVCenter": {},
"Remove-AzConnectedVMwareVM": {},
"Remove-AzConnectedVMwareVMTemplate": {},
"Remove-AzConnectedVMwareVNet": {},
"Restart-AzConnectedVMwareVM": {},
"Start-AzConnectedVMwareVM": {},
"Stop-AzConnectedVMwareVM": {},
"Update-AzConnectedVMwareCluster": {},
"Update-AzConnectedVMwareDatastore": {},
"Update-AzConnectedVMwareHost": {},
"Update-AzConnectedVMwareResourcePool": {},
"Update-AzConnectedVMwareVCenter": {},
"Update-AzConnectedVMwareVM": {},
"Update-AzConnectedVMwareVMTemplate": {},
"Update-AzConnectedVMwareVNet": {}
},
"Az.ContainerInstance": {
"Add-AzContainerInstanceOutput": {},
"Get-AzContainerGroup": {},
Expand Down Expand Up @@ -3437,16 +3477,20 @@
"Get-AzMaintenancePublicConfiguration": {}
},
"Az.ManagedServiceIdentity": {
"Get-AzFederatedIdentityCredentials": {},
"Get-AzSystemAssignedIdentity": {},
"Get-AzUserAssignedIdentity": {},
"Get-AzUserAssignedIdentityAssociatedResource": {},
"New-AzFederatedIdentityCredentials": {},
"New-AzUserAssignedIdentity": {},
"Remove-AzFederatedIdentityCredentials": {},
"Remove-AzUserAssignedIdentity": {},
"Update-AzFederatedIdentityCredentials": {},
"Update-AzUserAssignedIdentity": {}
"Update-AzUserAssignedIdentity": {},
"Get-AzFederatedIdentityCredential": {},
"New-AzFederatedIdentityCredential": {},
"Remove-AzFederatedIdentityCredential": {},
"Update-AzFederatedIdentityCredential": {},
"Get-AzFederatedIdentityCredentials": {},
"New-AzFederatedIdentityCredentials": {},
"Remove-AzFederatedIdentityCredentials": {},
"Update-AzFederatedIdentityCredentials": {}
},
"Az.ManagedServices": {
"Get-AzManagedServicesAssignment": {},
Expand Down Expand Up @@ -3993,6 +4037,7 @@
"New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet": {},
"New-AzApplicationGatewayFirewallCondition": {},
"New-AzApplicationGatewayFirewallCustomRule": {},
"Remove-AzApplicationGatewayFirewallCustomRule": {},
"New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession": {},
"New-AzApplicationGatewayFirewallCustomRuleGroupByVariable": {},
"New-AzApplicationGatewayFirewallMatchVariable": {},
Expand Down Expand Up @@ -4626,6 +4671,7 @@
"New-AzVirtualApplianceAdditionalNicProperty": {},
"New-AzVirtualApplianceSkuProperty": {},
"New-AzCustomIpPrefix": {},
"New-AzSaaSNetworkVirtualAppliance": {},
"Update-AzCustomIpPrefix": {},
"Get-AzCustomIpPrefix": {},
"Remove-AzCustomIpPrefix": {},
Expand Down Expand Up @@ -6683,6 +6729,39 @@
"Unregister-AzStackHCI": {},
"Update-AzStackHciCluster": {}
},
"Az.StackHCIVM": {
"Add-AzStackHCIVMVirtualMachineDataDisk": {},
"Add-AzStackHCIVMVirtualMachineNetworkInterface": {},
"Get-AzStackHCIVMImage": {},
"Get-AzStackHCIVMLogicalNetwork": {},
"Get-AzStackHCIVMNetworkInterface": {},
"Get-AzStackHCIVMStoragePath": {},
"Get-AzStackHCIVMVirtualHardDisk": {},
"Get-AzStackHCIVMVirtualMachine": {},
"New-AzStackHCIVMImage": {},
"New-AzStackHCIVMLogicalNetwork": {},
"New-AzStackHCIVMNetworkInterface": {},
"New-AzStackHCIVMStoragePath": {},
"New-AzStackHCIVMVirtualHardDisk": {},
"New-AzStackHCIVMVirtualMachine": {},
"Remove-AzStackHCIVMImage": {},
"Remove-AzStackHCIVMLogicalNetwork": {},
"Remove-AzStackHCIVMNetworkInterface": {},
"Remove-AzStackHCIVMStoragePath": {},
"Remove-AzStackHCIVMVirtualHardDisk": {},
"Remove-AzStackHCIVMVirtualMachine": {},
"Remove-AzStackHCIVMVirtualMachineDataDisk": {},
"Remove-AzStackHCIVMVirtualMachineNetworkInterface": {},
"Restart-AzStackHCIVMVirtualMachine": {},
"Start-AzStackHCIVMVirtualMachine": {},
"Stop-AzStackHCIVMVirtualMachine": {},
"Update-AzStackHCIVMImage": {},
"Update-AzStackHCIVMLogicalNetwork": {},
"Update-AzStackHCIVMNetworkInterface": {},
"Update-AzStackHCIVMStoragePath": {},
"Update-AzStackHCIVMVirtualHardDisk": {},
"Update-AzStackHCIVMVirtualMachine": {}
},
"Az.Storage": {
"Get-AzStorageAccount": {},
"Get-AzStorageAccountKey": {},
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
[assembly: AssemblyVersion("7.0.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyVersion("7.1.0")]
[assembly: AssemblyFileVersion("7.1.0")]
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("7.0.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyVersion("7.1.0")]
[assembly: AssemblyFileVersion("7.1.0")]
4 changes: 2 additions & 2 deletions src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs
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("7.0.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyVersion("7.1.0")]
[assembly: AssemblyFileVersion("7.1.0")]
22 changes: 8 additions & 14 deletions src/Compute/Compute/Az.Compute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 11/10/2023
# Generated on: 11/29/2023
#

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

# Version number of this module.
ModuleVersion = '7.0.0'
ModuleVersion = '7.1.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -233,18 +233,12 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added update functionality in ''Update-AzVmss'' for parameters ''SecurityType'', ''EnableSecureBoot'', and ''EnableVtpm'' for the parameter set with the Put operation.
* Upgraded Azure.Core to 1.35.0.
* [Breaking change] Removed unversioned and outdated linux image aliases of ''CentOS'', ''RHEL'', ''UbuntuLTS'' and ''Debian''.
* [Breaking change] ''New-AzVmss'' will default to ''OrchestrationMode'' set as ''Flexible'' if it is not set as ''Uniform'' explicitly.
* ''New-AzVmss'' can now create VMSS with ''OrchestrationMode'' set to ''Flexible'' using ''-SinglePlacementGroup'' and ''-UpgradePolicy''.
* Removed unversioned and outdated images from New-AzVmss ''-ImageName'' argument completers.
* [Breaking Change] Added defaulting logic for VM and VMSS creation to set SecurityType to TrustedLaunch and SecureBootEnabled and VTpmEnalbed to true when those are not set by the user.
* [Breaking Change] Added defaulting logic for Disk creation to default to TrustedLaunch when able. Allows the user to turn this off by setting the SecurityType to Standard.
* Added new parameter ''-VirtualMachineScaleSetId'' to ''Update-AzVm'' cmdlet.
* Fixed ''New-AzVmss'' and ''New-Azvm'' to use ''SharedGalleryImageId'' parameter.
* Reduced File Permissions from 0644 to 0600 for SSH Private Key File in ''New-AzVm''.
* Removed GuestAttestaion vm extension installation for Vmss and Vm creation cmdlets. '
ReleaseNotes = '* Added new parameter ''-ElasticSanResourceId'' to ''New-AzSnapshotConfig'' cmdlet.
* Added new parameter ''-OptimizedForFrequentAttach'' to ''New-AzDiskConfig'' cmdlet.
* Added new examples in ''New-AzVM'' and ''New-AzVmss'' for TrustedLaunch default usage.
* Fixed the ''New-AzVM'' bug to avoid accessing the ''EncryptionAtHost'' property for subscriptions who cannot access it since it is behind a feature flag.
* Updated ''Get-AzVmExtension'' to return instanceView when used with ''-Status''.
* Reverted SSH Private Key File permission changes in ''New-AzVm''.'

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

## Version 7.1.0
* Added new parameter `-ElasticSanResourceId` to `New-AzSnapshotConfig` cmdlet.
* Added new parameter `-OptimizedForFrequentAttach` to `New-AzDiskConfig` cmdlet.
* Added new examples in `New-AzVM` and `New-AzVmss` for TrustedLaunch default usage.
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
[assembly: AssemblyVersion("7.0.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyVersion("7.1.0")]
[assembly: AssemblyFileVersion("7.1.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
4 changes: 2 additions & 2 deletions src/DataFactory/DataFactories/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
[assembly: AssemblyVersion("1.17.1")]
[assembly: AssemblyFileVersion("1.17.1")]
[assembly: AssemblyVersion("1.18.0")]
[assembly: AssemblyFileVersion("1.18.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")]
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("F0FA0885-A662-4E33-8495-2A7DC03A0855")]

[assembly: AssemblyVersion("1.17.1")]
[assembly: AssemblyFileVersion("1.17.1")]
[assembly: AssemblyVersion("1.18.0")]
[assembly: AssemblyFileVersion("1.18.0")]
8 changes: 4 additions & 4 deletions src/DataFactory/DataFactoryV2/Az.DataFactory.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 11/10/2023
# Generated on: 11/29/2023
#

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

# Version number of this module.
ModuleVersion = '1.17.1'
ModuleVersion = '1.18.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -173,8 +173,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added ParquetReadSettings in ADF
* Fixed minor issues'
ReleaseNotes = '* Supported GoogleAds and LakeHouse in ADF
* Supported copyComputeScale and pipelineExternalComputeScale in ''Set-AzDataFactoryV2IntegrationRuntime'' Command'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/DataFactory/DataFactoryV2/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 1.18.0
* Supported GoogleAds and LakeHouse in ADF
* Supported copyComputeScale and pipelineExternalComputeScale in `Set-AzDataFactoryV2IntegrationRuntime` Command

Expand Down
4 changes: 2 additions & 2 deletions src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
[assembly: AssemblyVersion("1.17.1")]
[assembly: AssemblyFileVersion("1.17.1")]
[assembly: AssemblyVersion("1.18.0")]
[assembly: AssemblyFileVersion("1.18.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")]
#endif
4 changes: 2 additions & 2 deletions src/KeyVault/KeyVault.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d817ec88-d3fd-4bfc-80e5-6a296703712a")]
[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyVersion("5.0.1")]
[assembly: AssemblyFileVersion("5.0.1")]
4 changes: 2 additions & 2 deletions src/KeyVault/KeyVault.Sdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[assembly: AssemblyTitle("Microsoft Azure Key Vault Resource Management Library")]
[assembly: AssemblyDescription("Provides key vault management capabilities for Microsoft Azure.")]

[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyVersion("5.0.1")]
[assembly: AssemblyFileVersion("5.0.1")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
Expand Down
Loading

0 comments on commit 3b43dcc

Please sign in to comment.