Skip to content

Commit 11fa0c0

Browse files
committed
bump version for release-2023-11-14
1 parent 1216f0f commit 11fa0c0

File tree

243 files changed

+382241
-104580
lines changed

Some content is hidden

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

243 files changed

+382241
-104580
lines changed

ChangeLog.md

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