Skip to content

Commit f993f5f

Browse files
authored
release-2023-11-14 (#23334)
* pin major version for compute and storage * remove announced breaking change warning * bump version for release-2023-11-14
1 parent 0e385eb commit f993f5f

File tree

251 files changed

+382255
-104673
lines changed

Some content is hidden

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

251 files changed

+382255
-104673
lines changed

ChangeLog.md

Lines changed: 244 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,247 @@
1+
## 11.0.0 - November 2023
2+
#### Az.Accounts 2.13.2
3+
* Enabled in-tool notification for version upgrade by default.
4+
* Upgraded Azure.Core to 1.35.0.
5+
6+
#### Az.Aks 6.0.0
7+
* Removed parameter 'DockerBridgeCidr' from 'New-AzAksCluster'
8+
9+
#### Az.App 1.0.0
10+
* General availability for module Az.App.
11+
* Upgraded api version to 2023-05-01.
12+
13+
#### Az.CloudService 2.0.0
14+
* Downgraded the api version of referenced network to 2021-03-01.
15+
16+
#### Az.CognitiveServices 1.14.1
17+
* Updated SDK via autorest.powershell.
18+
19+
#### Az.Compute 7.0.0
20+
* Added update functionality in 'Update-AzVmss' for parameters 'SecurityType', 'EnableSecureBoot', and 'EnableVtpm' for the parameter set with the Put operation.
21+
* Upgraded Azure.Core to 1.35.0.
22+
* [Breaking change] Removed unversioned and outdated linux image aliases of 'CentOS', 'RHEL', 'UbuntuLTS' and 'Debian'.
23+
* [Breaking change] 'New-AzVmss' will default to 'OrchestrationMode' set as 'Flexible' if it is not set as 'Uniform' explicitly.
24+
* 'New-AzVmss' can now create VMSS with 'OrchestrationMode' set to 'Flexible' using '-SinglePlacementGroup' and '-UpgradePolicy'.
25+
* Removed unversioned and outdated images from New-AzVmss '-ImageName' argument completers.
26+
* [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.
27+
* [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.
28+
* Added new parameter '-VirtualMachineScaleSetId' to 'Update-AzVm' cmdlet.
29+
* Fixed 'New-AzVmss' and 'New-Azvm' to use 'SharedGalleryImageId' parameter.
30+
* Reducing File Permissions from 0644 to 0600 for SSH Private Key File in 'New-AzVm'.
31+
32+
#### Az.ContainerInstance 4.0.0
33+
* [Breaking Change] Fixed the typo that output property starting with PreviousState was misspelled as PreviouState. [#22268]
34+
35+
#### Az.ContainerRegistry 4.1.2
36+
* Upgraded Azure.Core to 1.35.0.
37+
38+
#### Az.CosmosDB 1.13.0
39+
* Added new parameter 'EnableBurstCapacity' to 'Update-AzCosmosDBAccount' and 'New-AzCosmosDBAccount'.
40+
* Added new paramater 'MinimalTlsVersion' to 'Update-AzCosmosDBAccount' and 'New-AzCosmosDBAccount'.
41+
* Added new property 'CustomerManagedKeyStatus' to 'Get-AzCosmosDBAccount'.
42+
43+
#### Az.Databricks 1.7.1
44+
* Fixed an issue regarding Custom Managed Key.[#22463] [#22898]
45+
46+
#### Az.DataFactory 1.17.1
47+
* Added ParquetReadSettings in ADF
48+
* Fixed minor issues
49+
50+
#### Az.DesktopVirtualization 4.2.0
51+
* Added cmdlets:
52+
- 'Get-AzWvdAppAttachPackage'
53+
- 'Import-AzWvdAppAttachPackageInfo'
54+
- 'New-AzWvdAppAttachPackage'
55+
- 'Remove-AzWvdAppAttachPackage'
56+
- 'Update-AzWvdAppAttachPackage'
57+
* Added Private Link Cmdlets
58+
- 'Get-AzWvdPrivateEndpointConnection'
59+
- 'Get-AzWvdPrivateLinkResource'
60+
- 'Remove-AzWvdPrivateEndpointConnection'
61+
* Added Scaling Plan Personal Schedule cmdlets
62+
- 'Get-AzWvdScalingPlanPersonalSchedule'
63+
- 'New-AzWvdScalingPlanPersonalSchedule'
64+
- 'Remove-AzWvdScalingPlanPersonalSchedule'
65+
- 'Update-AzWvdScalingPlanPersonalSchedule'
66+
* Added Scaling Plan Pooled Schedule cmdlets
67+
- 'Get-AzWvdScalingPlanPooledSchedule'
68+
- 'New-AzWvdScalingPlanPooledSchedule'
69+
- 'Remove-AzWvdScalingPlanPooledSchedule'
70+
- 'Update-AzWvdScalingPlanPooledSchedule'
71+
* Updated rampDownCapacityThresholdPct minimum value from 0 to 1 on ScalingPlanPooledSchedule cmdlets
72+
* Added showInFeed property to ApplicationGroups
73+
74+
#### Az.DevCenter 1.0.0
75+
* General availability for module Az.DevCenter
76+
77+
#### Az.Dns 1.2.0
78+
* Added cmdlets:
79+
- 'Get-AzDnsDnssecConfig'
80+
- 'New-AzDnsDnssecConfig'
81+
- 'Remove-AzDnsDnssecConfig'
82+
* Added three new record types, 'DS', 'TLSA' and 'NAPTR'.
83+
84+
#### Az.EventHub 4.2.0
85+
* Added parameter 'PartitionCount' to 'Set-AzEventHub'
86+
87+
#### Az.Functions 4.0.7
88+
* Used ARM API to get Stacks information for Functions [#14682]
89+
* Removed support to create v3 function apps (Functions v3 has reached EOL) [#20838]
90+
* Removeed Preview flag for Java 17 function apps [#20009]
91+
* Added support to create dotnet-isolated apps [#16349]
92+
* Added support for custom handler [#12542]
93+
* Redacted appsettings output on Get-AzFunctionApp and Update-AzFunctionAppSetting [#23241]
94+
95+
#### Az.HDInsight 6.0.2
96+
* Fixed a bug where the get cluster command does not display abfss storage information.
97+
98+
#### Az.KeyVault 5.0.0
99+
* Removed non-core types creation in PowerShell scripts to be compatible in constrained language mode.
100+
* Supported user assigned identity for Managed HSM in 'New/Update-AzKeyVaultManagedHsm'
101+
* [Breaking Change] Changed parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm' to mandatory.
102+
* Upgraded Azure.Core to 1.35.0.
103+
104+
#### Az.Kusto 2.3.0
105+
* Supported sandbox custom image
106+
* Supported database CMK
107+
* Supported cluster migration
108+
109+
#### Az.Maintenance 1.4.0
110+
* Added support for maintenance configuration cancellation.
111+
112+
#### Az.Monitor 5.0.0
113+
* [Breaking Change] Action Group upgraded API version to stable 2023-01-01
114+
* [Breaking Change] Use new and update cmdlets instead 'Set-AzActionGroup' cmdlet
115+
* The receiver used subtype cmdlets to create a replacement for command 'New-AzActionGroupReceiver'
116+
* New-AzActionGroupArmRoleReceiverObject
117+
* New-AzActionGroupAutomationRunbookReceiverObject
118+
* New-AzActionGroupAzureAppPushReceiverObject
119+
* New-AzActionGroupAzureFunctionReceiverObject
120+
* New-AzActionGroupEmailReceiverObject
121+
* New-AzActionGroupEventHubReceiverObject
122+
* New-AzActionGroupItsmReceiverObject
123+
* New-AzActionGroupLogicAppReceiverObject
124+
* New-AzActionGroupSmsReceiverObject
125+
* New-AzActionGroupVoiceReceiverObject
126+
* New-AzActionGroupWebhookReceiverObject
127+
* [Breaking Change] Data collection Rule upgraded API version to stable 2022-06-01
128+
* [Breaking Change] AMCS removed 'Set-AzDataCollectionRule' cmdlet
129+
* Added cmdlets for data collection endpoint:
130+
- 'Get-AzDataCollectionEndpoint'
131+
- 'New-AzDataCollectionEndpoint'
132+
- 'Remove-AzDataCollectionEndpoint'
133+
- 'Update-AzDataCollectionEndpoint'
134+
135+
#### Az.Network 7.0.0
136+
* [Breaking Change] Removed 'Geo' as a valid input for parameter 'VariableName' in 'NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable'.
137+
* Added AllowBranchToBranchTraffic property to New-AzRouteServer
138+
* Added AllowBranchToBranchTraffic property to Get-AzRouteServer
139+
* Changed Update-AzRouteServer functionality to fix bugs
140+
- AllowBranchToBranchTraffic is now a bool
141+
- Updating HubRoutingPreference property will not effect AllowBranchToBranchTraffic
142+
143+
#### Az.NetworkCloud 1.0.0
144+
* General availability of 'Az.NetworkCloud' module
145+
146+
#### Az.PolicyInsights 1.6.4
147+
* Upgraded Azure.Core to 1.35.0.
148+
149+
#### Az.PowerBIEmbedded 2.0.0
150+
* Removed deprecated workspace collection cmdlets
151+
152+
#### Az.RecoveryServices 6.6.1
153+
* Fixed minor issues
154+
155+
#### Az.RedisCache 1.8.1
156+
* Fixed minor issues
157+
158+
#### Az.Resources 6.12.0
159+
* Supported statements for user-defined types in Bicep files.
160+
* Fixed reporting duplicate warnings when compiling Bicep files.
161+
* Updated New and Set Management Group cmdlets to allow DeploymentSubscription to be optional.
162+
* Fixed inexplicable error message when subscription and scope are neither provided in RoleAssignment/RoleDefinition related commands. [#22716]
163+
164+
#### Az.Security 1.5.0
165+
* Fixed some minor issues
166+
* Updated Pricing cmdlets to support extensions
167+
'Get-AzSecurityPricing'
168+
'Set-AzSecurityPricing'
169+
170+
#### Az.SecurityInsights 3.1.1
171+
* Removed unnecessary breaking change messages.
172+
173+
#### Az.ServiceFabric 3.3.0
174+
* Fixed minor issues
175+
176+
#### Az.Sql 4.11.0
177+
* Added new parameters to 'New-AzSqlDatabaseFailoverGroup', 'Set-AzSqlDatabaseFailoverGroup'
178+
- PartnerServers
179+
- ReadOnlyEndpointTargetServer
180+
* Added 'UseFreeLimit' and 'FreeLimitExhaustionBehavior' parameters to 'New-AzSqlDatabase', 'Get-AzSqlDatabase', 'Set-AzSqlDatabase'
181+
* Added new cmdlets for Elastic Job Private Endpoints 'Get-AzSqlElasticJobPrivateEndpoint', 'New-AzSqlElasticJobPrivateEndpoint', 'Remove-AzSqlElasticJobPrivateEndpoint'
182+
* Added new parameters 'WorkerCount', 'SkuName', 'Identity' to 'AzSqlElasticJobAgent' cmdlets
183+
* Added support for optional SQL auth for Elastic Job Agent cmdlets
184+
* - The following parameters are now optional: 'CredentialName', 'OutputCredentialName', 'RefreshCredentialName'
185+
186+
#### Az.StackHCI 2.2.3
187+
* Added support for ARC Onboarding using Cluster Managed Identity.
188+
* Removed previous IMDS Reg Key during Registration/Repair-Registration.
189+
* Removed creation of custom IMDS Reg Key during Arc Enablement.
190+
* Improved logging experience.
191+
192+
#### Az.Storage 6.0.0
193+
* Supported customer initiated migration
194+
* Supported creationTime filter in Blob Inventory
195+
- 'New-AzStorageBlobInventoryPolicyRule'
196+
* Supported traling dot in Azure file and directory name by default
197+
- 'Close-AzStorageFileHandle'
198+
- 'Get-AzStorageFile'
199+
- 'Get-AzStorageFileCopyState'
200+
- 'Get-AzStorageFileContent'
201+
- 'Get-AzStorageFileHandle'
202+
- 'New-AzStorageDirectory'
203+
- 'Remove-AzStorageDirectory'
204+
- 'Remove-AzStorageFile'
205+
- 'Rename-AzStorageDirectory'
206+
- 'Rename-AzStorageFile'
207+
- 'Set-AzStorageFileContent'
208+
- 'Start-AzStorageFileCopy'
209+
- 'Stop-AzStorageFileCopy'
210+
* Upgraded Azure.Core to 1.35.0.
211+
* [Breaking Change] Removed prefix '?' of the created SAS token
212+
- 'New-AzStorageBlobSasToken'
213+
- 'New-AzStorageContainerSasToken'
214+
- 'New-AzStorageAccountSasToken'
215+
- 'New-AzStorageFileSasToken'
216+
- 'New-AzStorageShareSasToken'
217+
- 'New-AzStorageQueueSasToken'
218+
- 'New-AzStorageTableSasToken'
219+
* Migrated following Azure Queue dataplane cmdlets from 'Microsoft.Azure.Storage.Queue 11.2.2' to 'Azure.Storage.Queues 12.16.0'
220+
- 'New-AzStorageQueue'
221+
- 'Get-AzStorageQueue'
222+
- 'Remove-AzStorageQueue'
223+
- 'New-AzStorageQueueStoredAccessPolicy'
224+
- 'Get-AzStorageQueueStoredAccessPolicy'
225+
- 'Set-AzStorageQueueStoredAccessPolicy'
226+
- 'Remove-AzStorageQueueStoredAccessPolicy'
227+
228+
#### Az.StorageSync 2.1.0
229+
* Fixed minor issues.
230+
231+
#### Az.Synapse 3.0.4
232+
* Upgraded Azure.Core to 1.35.0.
233+
234+
#### Az.TrafficManager 1.2.2
235+
* Fixed some minor issues
236+
237+
#### Az.Websites 3.1.2
238+
* Adjusted 'Publish-AzWebApp' default behavior
239+
240+
### Thanks to our community contributors
241+
* Shivam Bhatnagar (@Bitnagar), fix typos in `Get-AzWvdDesktop.md` (#23072)
242+
* Hiroshi Yoshioka (@hyoshioka0128), Typo "a Azure"→"an Azure" (#23235)
243+
* Varun Dhand (@varundhand), fix: typo in Enter-AzVM.md file (#23093)
244+
1245
## 10.4.1 - September 2023
2246
#### Az.Resources 6.11.1
3247
* Reverted commits that caused regression in 'Get-AzRoleAssignment'. [#22863]

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 - September 2023"
40+
$productName = "Microsoft Azure PowerShell - November 2023"
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: 9/20/2023
6+
# Generated on: 11/9/2023
77
#
88

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

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

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

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Added the module name in breaking change messages
151-
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0 '
150+
ReleaseNotes = '* Enabled in-tool notification for version upgrade by default.
151+
* Upgraded Azure.Core to 1.35.0.'
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.13.2
2224
* Enabled in-tool notification for version upgrade by default.
2325
* Upgraded Azure.Core to 1.35.0.
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.1")]
47-
[assembly: AssemblyFileVersion("2.13.1")]
46+
[assembly: AssemblyVersion("2.13.2")]
47+
[assembly: AssemblyFileVersion("2.13.2")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

0 commit comments

Comments
 (0)