Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AzureStack/AzureStack.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.8.2</Version>
<Version>1.8.3</Version>
<LangVersion>7.1</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Module</OutputType>
Expand Down
4 changes: 2 additions & 2 deletions src/AzureStack/AzureStack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>AzureStack</id>
<version>1.8.2</version>
<version>1.8.3</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -13,7 +13,7 @@
<copyright>Microsoft Corporation. All rights reserved.</copyright>
<tags>AzureStack ResourceManager ARM PSModule Administrator</tags>
<dependencies>
<dependency id="AzureRM.Profile" version="[5.8.3]" />
<dependency id="AzureRM.Profile" version="5.8.4" />
<dependency id="AzureRM.Resources" version="[6.4.3]" />
<dependency id="Azs.Azurebridge.Admin" version="[0.2.2]" />
<dependency id="Azs.Backup.Admin" version="[0.3.2]" />
Expand Down
8 changes: 3 additions & 5 deletions src/AzureStack/AzureStack.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.8.2'
ModuleVersion = '1.8.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -51,7 +51,7 @@
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.3'; },
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.8.4'; },
@{ModuleName = 'AzureRM.Resources'; RequiredVersion = '6.4.3'; },
@{ModuleName = 'Azs.AzureBridge.Admin'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Azs.Backup.Admin'; RequiredVersion = '0.3.2'; },
Expand Down Expand Up @@ -122,9 +122,7 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = ' - Version 1.8.2
* Disable the prompt to download nuget packages for PSSwagger in Azs.Storage.Admin
'
ReleaseNotes = 'AzureRM Compatible AzureStack operator module. Bug fix for taking >= dependency on AzureRM.Profile module version 5.8.4'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down