File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/ResourceManager/Compute Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ TypesToProcess = @(
62
62
FormatsToProcess = @ (
63
63
' .\Microsoft.Azure.Commands.Compute.format.ps1xml' ,
64
64
' .\Microsoft.Azure.Commands.Compute.format.generated.ps1xml' ,
65
- ' .\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml' ,
65
+ ' .\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml'
66
66
)
67
67
68
68
# Modules to import as nested modules of the module specified in ModuleToProcess
Original file line number Diff line number Diff line change @@ -1451,7 +1451,7 @@ function Test-VirtualMachineTags
1451
1451
$tags = @ {Name = " test1" ; Value = " testval1" }, @ { Name = " test2" ; Value = " testval2" };
1452
1452
$st = New-AzureRmVM - ResourceGroupName $rgname - Location $loc - VM $p - Tags $tags ;
1453
1453
Assert-NotNull $st.RequestId ;
1454
- Assert-NotNull $st.StatusCode ;
1454
+ Assert-NotNull $st.Status ;
1455
1455
$vm = Get-AzureRmVM - ResourceGroupName $rgname - Name $vmname ;
1456
1456
Assert-NotNull $vm.RequestId ;
1457
1457
Assert-NotNull $vm.StatusCode ;
Original file line number Diff line number Diff line change 7
7
<package id =" Microsoft.Azure.Gallery" version =" 2.6.2-preview" targetFramework =" net45" />
8
8
<package id =" Microsoft.Azure.Graph.RBAC" version =" 1.7.0-preview" targetFramework =" net45" />
9
9
<package id =" Microsoft.Azure.Management.Authorization" version =" 1.0.0" targetFramework =" net45" />
10
- <!-- <package id="Microsoft.Azure.Management.Compute" version="9.0.1 -preview" targetFramework="net45" />-->
10
+ <!-- <package id="Microsoft.Azure.Management.Compute" version="9.0.3 -preview" targetFramework="net45" />-->
11
11
<package id =" Microsoft.Azure.Management.Network" version =" 2.0.10-preview" targetFramework =" net45" />
12
12
<package id =" Microsoft.Azure.Management.Resources" version =" 2.18.7-preview" targetFramework =" net45" />
13
13
<package id =" Microsoft.Azure.Management.Storage" version =" 2.4.0-preview" targetFramework =" net45" />
Original file line number Diff line number Diff line change 9
9
<package id =" Microsoft.Azure.Graph.RBAC" version =" 1.7.0-preview" targetFramework =" net45" />
10
10
<package id =" Microsoft.Azure.KeyVault.Core" version =" 1.0.0" targetFramework =" net45" />
11
11
<package id =" Microsoft.Azure.Management.Authorization" version =" 1.0.0" targetFramework =" net45" />
12
- <!-- <package id="Microsoft.Azure.Management.Compute" version="9.0.1 -preview" targetFramework="net45" />-->
12
+ <!-- <package id="Microsoft.Azure.Management.Compute" version="9.0.3 -preview" targetFramework="net45" />-->
13
13
<package id =" Microsoft.Azure.Management.Network" version =" 2.0.10-preview" targetFramework =" net45" />
14
14
<package id =" Microsoft.Azure.Management.Resources" version =" 2.18.7-preview" targetFramework =" net45" />
15
15
<package id =" Microsoft.Azure.Management.Storage" version =" 2.4.0-preview" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments