Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/Azs.Storage.Admin/Azs.Storage.Admin.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.3.1</Version>
<Version>0.3.2</Version>
<LangVersion>7.1</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Module</OutputType>
Expand Down
6 changes: 3 additions & 3 deletions src/Azs.Storage.Admin/Azs.Storage.Admin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Azs.Storage.Admin</id>
<version>0.3.1</version>
<version>0.3.2</version>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/azps-license</licenseUrl>
<projectUrl>https://github.com/Azure/azurestack-powershell</projectUrl>
<description>Microsoft Azure PowerShell: Azs.Storage.Admin cmdlets</description>
<releaseNotes></releaseNotes>
<releaseNotes>Taking greater than our equal to dependency on AzureRM.Profile version 5.8.4</releaseNotes>
<copyright>Microsoft Corporation. All rights reserved.</copyright>
<tags>Azs.Storage.Admin PSModule AzureStack</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]" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Azs.Storage.Admin/Module/Azs.Storage.Admin.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Licensed under the MIT License. See License.txt in the project root for license
RootModule = 'Azs.Storage.Admin.psm1'

# Version number of this module.
ModuleVersion = '0.3.1'
ModuleVersion = '0.3.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
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
6 changes: 3 additions & 3 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 All @@ -25,7 +25,7 @@
<dependency id="Azs.Infrastructureinsights.Admin" version="[0.3.2]" />
<dependency id="Azs.Keyvault.Admin" version="[0.2.2]" />
<dependency id="Azs.Network.Admin" version="[0.2.2]" />
<dependency id="Azs.Storage.Admin" version="[0.3.1]" />
<dependency id="Azs.Storage.Admin" version="[0.3.2]" />
<dependency id="Azs.Subscriptions" version="[0.2.2]" />
<dependency id="Azs.Subscriptions.Admin" version="[0.3.3]" />
<dependency id="Azs.Update.Admin" version="[0.2.3]" />
Expand Down
10 changes: 4 additions & 6 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 All @@ -63,7 +63,7 @@
@{ModuleName = 'Azs.InfrastructureInsights.Admin'; RequiredVersion = '0.3.2'; },
@{ModuleName = 'Azs.KeyVault.Admin'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Azs.Network.Admin'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Azs.Storage.Admin'; RequiredVersion = '0.3.1'; },
@{ModuleName = 'Azs.Storage.Admin'; RequiredVersion = '0.3.2'; },
@{ModuleName = 'Azs.Subscriptions'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Azs.Subscriptions.Admin'; RequiredVersion = '0.3.3'; },
@{ModuleName = 'Azs.Update.Admin'; RequiredVersion = '0.2.3'; })
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