Skip to content

Commit 93a3a9f

Browse files
Bump up version for Resources (#22490)
1 parent acd2fbf commit 93a3a9f

File tree

13 files changed

+1785
-1788
lines changed

13 files changed

+1785
-1788
lines changed

VersionInfo.json

408 Bytes
Binary file not shown.

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.9.0")]
28-
[assembly: AssemblyFileVersion("6.9.0")]
27+
[assembly: AssemblyVersion("6.9.1")]
28+
[assembly: AssemblyFileVersion("6.9.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.9.0")]
28-
[assembly: AssemblyFileVersion("6.9.0")]
27+
[assembly: AssemblyVersion("6.9.1")]
28+
[assembly: AssemblyFileVersion("6.9.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.9.0")]
29-
[assembly: AssemblyFileVersion("6.9.0")]
28+
[assembly: AssemblyVersion("6.9.1")]
29+
[assembly: AssemblyFileVersion("6.9.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.9.0")]
11-
[assembly: AssemblyFileVersion("6.9.0")]
10+
[assembly: AssemblyVersion("6.9.1")]
11+
[assembly: AssemblyFileVersion("6.9.1")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Azure .NET SDK")]

src/Resources/Resources/Az.Resources.psd1

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 26/07/2023
6+
# Generated on: 8/4/2023
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '6.9.0'
15+
ModuleVersion = '6.9.1'
1616

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

254254
# ReleaseNotes of this module
255-
ReleaseNotes = '* Fixed the issue that ''New-AzRoleAssignment'' didn''t work without subscription.
256-
* Added cmdlets for group owner
257-
- ''Get-AzADGroupOwner''
258-
- ''New-AzADGroupOwner''
259-
- ''Remove-AzADGroupOwner''
260-
* Updated Tags functionality in deployment stacks New and Set cmdlets'
255+
ReleaseNotes = '* Fixed the warning prompt condition check in New-Az*DeploymentStack cmdlets.'
261256

262257
# Prerelease string of this module
263258
# 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.9.1
2224
* Fixed the warning prompt condition check in New-Az*DeploymentStack cmdlets.
2325

2426
## Version 6.9.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.9.0")]
29-
[assembly: AssemblyFileVersion("6.9.0")]
28+
[assembly: AssemblyVersion("6.9.1")]
29+
[assembly: AssemblyFileVersion("6.9.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.9.0")]
29-
[assembly: AssemblyFileVersion("6.9.0")]
28+
[assembly: AssemblyVersion("6.9.1")]
29+
[assembly: AssemblyFileVersion("6.9.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
3232
#endif

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.12.5'; },
116116
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.0'; },
117117
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.0'; },
118118
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; },
119-
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.9.0'; },
119+
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.9.1'; },
120120
@{ModuleName = 'Az.Security'; RequiredVersion = '1.4.0'; },
121121
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.0.1'; },
122122
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '3.0.0'; },

0 commit comments

Comments
 (0)