update deployment admin versions
This commit is contained in:
Родитель
8692918f0c
Коммит
174fa444c4
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<Version>0.9.0</Version>
|
||||
<Version>1.0.0</Version>
|
||||
<LangVersion>7.1</LangVersion>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<OutputType>Module</OutputType>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Azs.Deployment.Admin</id>
|
||||
<version>0.9.0-preview</version>
|
||||
<version>1.0.0</version>
|
||||
<authors>Microsoft Corporation</authors>
|
||||
<owners>Microsoft Corporation</owners>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<copyright>Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>Azs.Deployment.Admin PSModule AzureStack</tags>
|
||||
<dependencies>
|
||||
<dependency id="Az.Accounts" version="[2.0.1-preview]" />
|
||||
<dependency id="Az.Resources" version="[0.10.0-preview]" />
|
||||
<dependency id="Az.Accounts" version="[2.1.2]" />
|
||||
<dependency id="Az.Resources" version="[1.10.0]" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -23,7 +23,7 @@ param
|
|||
(
|
||||
[Parameter(Mandatory=$false)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string] $EnvironmentName = 'redmond-Adfs',
|
||||
[string] $EnvironmentName = 'az-accounts-test',
|
||||
|
||||
[Parameter(Mandatory=$true)]
|
||||
[ValidateNotNull()]
|
||||
|
|
Загрузка…
Ссылка в новой задаче