Skip to content

Commit 921a051

Browse files
committed
bump up version for 10.4.1 hotfix
1 parent b728076 commit 921a051

File tree

13 files changed

+1823
-1862
lines changed

13 files changed

+1823
-1862
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.4.1 - September 2023
2+
#### Az.Resources 6.11.1
3+
* Reverted commits that caused regression in 'Get-AzRoleAssignment'. [#22863]
4+
15
## 10.4.0 - September 2023
26
#### Az.Accounts 2.13.1
37
* Added the module name in breaking change messages

src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("b2f7fb23-24cf-4e26-840e-db4360603829")]
27-
[assembly: AssemblyVersion("6.11.0")]
28-
[assembly: AssemblyFileVersion("6.11.0")]
27+
[assembly: AssemblyVersion("6.11.1")]
28+
[assembly: AssemblyFileVersion("6.11.1")]

src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("113AD566-7045-45C4-8D01-BCFF72F4CE7B")]
27-
[assembly: AssemblyVersion("6.11.0")]
28-
[assembly: AssemblyFileVersion("6.11.0")]
27+
[assembly: AssemblyVersion("6.11.1")]
28+
[assembly: AssemblyFileVersion("6.11.1")]

src/Resources/ResourceManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")]
28-
[assembly: AssemblyVersion("6.11.0")]
29-
[assembly: AssemblyFileVersion("6.11.0")]
28+
[assembly: AssemblyVersion("6.11.1")]
29+
[assembly: AssemblyFileVersion("6.11.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
3232
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")]

src/Resources/Resources.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[assembly: AssemblyTitle("Microsoft Azure Resource Management Library")]
88
[assembly: AssemblyDescription("Provides Microsoft Azure resource management operations including Resource Groups.")]
99

10-
[assembly: AssemblyVersion("6.11.0")]
11-
[assembly: AssemblyFileVersion("6.11.0")]
10+
[assembly: AssemblyVersion("6.11.1")]
11+
[assembly: AssemblyFileVersion("6.11.1")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Azure .NET SDK")]

src/Resources/Resources/Az.Resources.psd1

Lines changed: 3 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: 9/27/2023
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '6.11.0'
15+
ModuleVersion = '6.11.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -252,8 +252,7 @@ PrivateData = @{
252252
# IconUri = ''
253253

254254
# ReleaseNotes of this module
255-
ReleaseNotes = '* Supported ''TemplateParameterFile'' to accept a ''.bicepparam'' file.
256-
* Fixed inexplicable error message when subscription and scope are neither provided in ''Get-AzRoleDefinition''. [#22716]'
255+
ReleaseNotes = '* Reverted commits that caused regression in ''Get-AzRoleAssignment''. [#22863]'
257256

258257
# Prerelease string of this module
259258
# Prerelease = ''

src/Resources/Resources/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 6.11.1
2224
* Reverted commits that caused regression in `Get-AzRoleAssignment`. [#22863]
2325

2426
## Version 6.11.0

src/Resources/Resources/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
28-
[assembly: AssemblyVersion("6.11.0")]
29-
[assembly: AssemblyFileVersion("6.11.0")]
28+
[assembly: AssemblyVersion("6.11.1")]
29+
[assembly: AssemblyFileVersion("6.11.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
3232
#endif

src/Resources/Tags/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
28-
[assembly: AssemblyVersion("6.11.0")]
29-
[assembly: AssemblyFileVersion("6.11.0")]
28+
[assembly: AssemblyVersion("6.11.1")]
29+
[assembly: AssemblyFileVersion("6.11.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
3232
#endif

tools/Az/Az.psd1

Lines changed: 5 additions & 49 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: 9/27/2023
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '10.4.0'
15+
ModuleVersion = '10.4.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -117,7 +117,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.13.1'; },
117117
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.0'; },
118118
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.0'; },
119119
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.2.0'; },
120-
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.11.0'; },
120+
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.11.1'; },
121121
@{ModuleName = 'Az.Security'; RequiredVersion = '1.4.0'; },
122122
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.1.0'; },
123123
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '3.0.0'; },
@@ -189,53 +189,9 @@ PrivateData = @{
189189
# IconUri = ''
190190

191191
# ReleaseNotes of this module
192-
ReleaseNotes = '10.4.0 - September 2023
193-
Az.Accounts
194-
* Added the module name in breaking change messages
195-
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
196-
197-
Az.Cdn
198-
* Customized output property for ''Get-AzCdnEdgeNode'' command
199-
200-
Az.ContainerInstance
201-
* Added breaking change warning message for ''Get/New/Remove-ContainerGroup'', ''New-ContainerInstanceInitDefinitionObject'', ''New-ContainerInstanceObject'' [#22268]
202-
- Output properties starting with ''PreviouState'' will be corrected to ''PreviousState''
203-
204-
Az.DataProtection
205-
* Added soft delete and MUA feature for Backup vaults
206-
207-
Az.KeyVault
208-
* Supported splitting ''Import-AzKeyVaultSecurityDomain'' process into three steps to allow keys to be hidden offline.
209-
- Added ''DownloadExchangeKey'', ''RestoreBlob'' and ''ImportRestoredBlob'' in ''Import-AzKeyVaultSecurityDomain''.
210-
211-
Az.RecoveryServices
212-
* Added support for custom RG with suffix while creating or modifying policy for workload type AzureVM.
213-
* Added TLaD warning https://aka.ms/TLaD for Azure Site Recovery and Backup.
214-
* Added support for setting AlwaysON soft delete state for recovery services vault.
215-
216-
Az.ResourceMover
217-
* Upgraded API version to 2023-08-01.
218-
* Improved error reporting to the customer using custom cmdlets to handle the error in a better manner.
219-
192+
ReleaseNotes = '10.4.1 - September 2023
220193
Az.Resources
221-
* Supported ''TemplateParameterFile'' to accept a ''.bicepparam'' file.
222-
* Fixed inexplicable error message when subscription and scope are neither provided in ''Get-AzRoleDefinition''. [#22716]
223-
224-
Az.SecurityInsights
225-
* Fixed parameters'' issues for ''New-AzSentinelAlertRule'' and ''Update-AzSentinelAlertRule'' [#21181][#21217][#22318]
226-
227-
Az.StackHCI
228-
* Bug fixes for Attestation commands.
229-
* Added support for installing mandatory extensions on HCI OS 22H2 and removed confirmation prompt for consent.
230-
* Added ability to customize the location of logs generated during registration.
231-
- Custom log location can be specified by specifying an optional ''-LogsDirectory'' parameter in ''Register-AzStackHCI''.
232-
- ''Get-AzStackHCILogsDirectory'' can be used to obtain the log location.
233-
* Increased retry count for setting up ARC integration.
234-
235-
Az.Storage
236-
* Added warning messages for an upcoming breaking change that the output Permissions will be changed to a string when creating and updating a Queue access policy
237-
- ''Get-AzStorageQueueStoredAccessPolicy''
238-
- ''Set-AzStorageQueueStoredAccessPolicy''
194+
* Reverted commits that caused regression in ''Get-AzRoleAssignment''. [#22863]
239195
'
240196

241197
# Prerelease string of this module

0 commit comments

Comments
 (0)