File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ function Get-ResourceGroup {
145
145
146
146
function Get-Provider {
147
147
param ([string ] $name )
148
- $rtype = New-Object PSObject - Property @ {" ResourceTypeName" = New-Object System.Collections.ArrayList ; " Locations" = @ (" West US" );
148
+ $rtype = New-Object PSObject - Property @ {" ResourceTypeName" = @ ( " virtualMachines " ) ; " Locations" = @ (" East US" );
149
149
" ApiVersions" = @ (" 2015-01-01" ); }
150
- $pr = New-Object PSObject - Property @ {" ProviderNamespace" = $name ; " RegistrationState" = " Registered" ; " Locations" = @ (" West US" );
150
+ $pr = New-Object PSObject - Property @ {" ProviderNamespace" = $name ; " RegistrationState" = " Registered" ; " Locations" = @ (" East US" );
151
151
" ResourceTypes" = $rtype ;}
152
152
return $pr
153
153
}
You can’t perform that action at this time.
0 commit comments