We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fd851 commit 7d0be9aCopy full SHA for 7d0be9a
1 file changed
Infrastructure/Tests/Infra.Tests.ps1
@@ -80,14 +80,8 @@ InModuleScope $script:ModuleName {
80
Should Not Throw
81
}
82
It 'Set-AzSLocationInformation should not throw' {
83
-
84
-<<<<<<< HEAD
85
{ Set-AzSLocationInformation -TenantID $AadTenant -EnvironmentName $EnvironmentName -AzureStackCredentials $stackLoginCreds -Region 'local' -Latitude '12.972442' -Longitude '77.580643'} |
86
- Shrould Not Throw
87
-=======
88
- { Set-AzSLocationInformation -TenantID $AadTenant -EnvironmentName $EnvironmentName -AzureStackCredentials $stackLoginCreds -Region 'local' -Latitude '12.972442' -Longitude '77.580643'}
89
90
->>>>>>> c5c074a1429717424e1a58e6618a366177309fb8
91
92
93
0 commit comments