Skip to content

Commit

Permalink
Release Az 4.1.1 (#15150)
Browse files Browse the repository at this point in the history
* Release Az.Resources 4.1.1 (#15149)

* [Resource] Fixed issue that property  is cleaned by  [#15134]. (#15136)

* Az.Resources 4.1.1 release

* Update version of Az.Accounts in psd1

Co-authored-by: LucasYao93 <53558334+LucasYao93@users.noreply.github.com>

* Update ChangeLog.md

Co-authored-by: LucasYao93 <53558334+LucasYao93@users.noreply.github.com>
  • Loading branch information
dingmeng-xue and LucasYao93 authored May 31, 2021
1 parent 759b852 commit 8292e60
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/Resources/ResourceManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("4.1.1")]
[assembly: AssemblyFileVersion("4.1.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")]
Expand Down
13 changes: 4 additions & 9 deletions src/Resources/Resources/Az.Resources.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 5/20/2021
# Generated on: 5/28/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '4.1.0'
ModuleVersion = '4.1.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.8'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Authorization.dll',
Expand Down Expand Up @@ -197,12 +197,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Changed ''-IdentifierUris'' in ''New-AzADApplication'' to optional parameter
* Removed generated ''DisplayName'' of ADApplication created by ''New-AzADServicePrincipal''
* Updated SDK to 3.13.1-preview to use GA TemplateSpecs API version
* Added ''AdditionalProperties'' to PSADUser and PSADGroup [#14568]
* Supported ''CustomKeyIdentifier'' in ''New-AzADAppCredential'' and ''Get-AzADAppCredential'' [#11457], [#13723]
* Changed ''MainTemplate'' to be shown by the default formatter for Template Spec Versions'
ReleaseNotes = '* Fixed issue that property ''IdentifierUri'' is cleaned by ''Update-AzAdApplication'' [#15134]'

# Prerelease string of this module
# Prerelease = ''
Expand Down
4 changes: 3 additions & 1 deletion src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

## Upcoming Release
* Allow naming the deployment when testing deployments [#11497]
* Fixed issue that property `IdentifierUri` is cleaned by `Update-AzAdApplication` [#15134]

## Version 4.1.1
Fixed issue that property `IdentifierUri` is cleaned by `Update-AzAdApplication` [#15134]

## Version 4.1.0
* Changed `-IdentifierUris` in `New-AzADApplication` to optional parameter
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/Resources/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("4.1.1")]
[assembly: AssemblyFileVersion("4.1.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
4 changes: 2 additions & 2 deletions src/Resources/Tags/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyVersion("4.1.1")]
[assembly: AssemblyFileVersion("4.1.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.3.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '4.1.0'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '4.1.1'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.0'; },
Expand Down

0 comments on commit 8292e60

Please sign in to comment.