Skip to content

Commit 85e3c92

Browse files
Bump up version for Resources
1 parent cc20199 commit 85e3c92

File tree

14 files changed

+1880
-1864
lines changed

14 files changed

+1880
-1864
lines changed

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.13.0")]
28-
[assembly: AssemblyFileVersion("6.13.0")]
27+
[assembly: AssemblyVersion("6.14.0")]
28+
[assembly: AssemblyFileVersion("6.14.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("90dfaf23-8518-4eb7-9c53-735ad91a4f81")]
2828

29-
[assembly: AssemblyVersion("6.13.0")]
30-
[assembly: AssemblyFileVersion("6.13.0")]
29+
[assembly: AssemblyVersion("6.14.0")]
30+
[assembly: AssemblyFileVersion("6.14.0")]

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.13.0")]
28-
[assembly: AssemblyFileVersion("6.13.0")]
27+
[assembly: AssemblyVersion("6.14.0")]
28+
[assembly: AssemblyFileVersion("6.14.0")]

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

src/Resources/Resources/Az.Resources.psd1

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 12/27/2023
6+
# Generated on: 1/9/2024
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '6.13.0'
15+
ModuleVersion = '6.14.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -253,11 +253,7 @@ PrivateData = @{
253253
# IconUri = ''
254254

255255
# ReleaseNotes of this module
256-
ReleaseNotes = '* Added AppRoleAssigment related commands for service principal. [#18412]
257-
* Added ''-WithSource'' parameter to ''Publish-AzBicepModule'' for publishing source with a module (currently experimental)
258-
* Supported nullable Bicep parameters in Deployment cmdlets
259-
* Updated Get-AzRoleDefinition to api-version ''2022-05-01-preview'' and returns ABAC condition information
260-
* Added a couple missing validators and completers to Deployment Stack cmdlets.'
256+
ReleaseNotes = '* Fixed ABAC condition not included in role definition payload. Get-AzRoleDefinition will now contain ABAC Condition and ConditionVersion info when applicable.'
261257

262258
# Prerelease string of this module
263259
# 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.14.0
2224
* Fixed ABAC condition not included in role definition payload. Get-AzRoleDefinition will now contain ABAC Condition and ConditionVersion info when applicable.
2325

2426
## Version 6.13.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.13.0")]
29-
[assembly: AssemblyFileVersion("6.13.0")]
28+
[assembly: AssemblyVersion("6.14.0")]
29+
[assembly: AssemblyFileVersion("6.14.0")]
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.13.0")]
29-
[assembly: AssemblyFileVersion("6.13.0")]
28+
[assembly: AssemblyVersion("6.14.0")]
29+
[assembly: AssemblyFileVersion("6.14.0")]
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
@@ -122,7 +122,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.15.0'; },
122122
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.0'; },
123123
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.0'; },
124124
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.2.0'; },
125-
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.13.0'; },
125+
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.14.0'; },
126126
@{ModuleName = 'Az.Security'; RequiredVersion = '1.5.1'; },
127127
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.1.1'; },
128128
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '3.0.0'; },

0 commit comments

Comments
 (0)