File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ InModuleScope $script:ModuleName {
3737 $EnvironmentName = $global :EnvironmentName
3838
3939
40-
4140 Describe ' Infra - Functional Tests' {
4241 It ' Get-AzSAlert should not throw' {
4342 { Get-AzSAlert - TenantID $AadTenant - EnvironmentName $EnvironmentName - AzureStackCredentials $stackLoginCreds } |
@@ -82,12 +81,17 @@ InModuleScope $script:ModuleName {
8281 }
8382 It ' Set-AzSLocationInformation should not throw' {
8483
84+ <<<<<<< HEAD
8585 { Set-AzSLocationInformation - TenantID $AadTenant - EnvironmentName $EnvironmentName - AzureStackCredentials $stackLoginCreds - Region ' local' - Latitude ' 12.972442' - Longitude ' 77.580643' } |
8686 Shrould Not Throw
87+ =======
88+ { Set-AzSLocationInformation - TenantID $AadTenant - EnvironmentName $EnvironmentName - AzureStackCredentials $stackLoginCreds - Region ' local' - Latitude ' 12.972442' - Longitude ' 77.580643' }
89+ Should Not Throw
90+ >>>>>>> c5c074a1429717424e1a58e6618a366177309fb8
8791 }
8892
8993
9094 }
9195
9296
93- }
97+ }
You can’t perform that action at this time.
0 commit comments