You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$CreateDistributedSystemWithTrustedAccessNoTransShareResponse.provisioningState| Should -Be $env.ProvisioningStateSucceeded
23
23
$CreateDistributedSystemWithTrustedAccessNoTransShareResponse.managedResourcesNetworkAccessType| Should -Be $env.MrgNetAccTypPrvt
24
24
($CreateDistributedSystemWithTrustedAccessNoTransShareResponse.Configuration|ConvertFrom-Json).configuration.infrastructureConfiguration.storageConfiguration.transportFileShareConfiguration.configurationType | Should -Be $null
$CreateDistributedSystemWithTrustedAccessNoTransShareAliasResponse.provisioningState| Should -Be $env.ProvisioningStateSucceeded
36
36
$CreateDistributedSystemWithTrustedAccessNoTransShareAliasResponse.managedResourcesNetworkAccessType| Should -Be $env.MrgNetAccTypPrvt
37
37
($CreateDistributedSystemWithTrustedAccessNoTransShareAliasResponse.Configuration|ConvertFrom-Json).configuration.infrastructureConfiguration.storageConfiguration.transportFileShareConfiguration.configurationType | Should -Be $null
0 commit comments