Skip to content

Commit 0ce583f

Browse files
committed
fix endpoint name for bleu
1 parent aa2d645 commit 0ce583f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kubernetes/windows/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function Get-McsGlobalEndpoint{
309309
"azureusgovernmentcloud" { $mcs_globalendpoint = "https://global.handler.control.monitor.azure.us" }
310310
"usnat" { $mcs_globalendpoint = "https://global.handler.control.monitor.azure.eaglex.ic.gov" }
311311
"ussec" { $mcs_globalendpoint = "https://global.handler.control.monitor.azure.microsoft.scloud" }
312-
"bleu" { $mcs_globalendpoint = "https://global.handler.control.sovcloud-api.fr" }
312+
"bleu" { $mcs_globalendpoint = "https://global.handler.control.monitor.sovcloud-api.fr" }
313313
}
314314
}
315315
}

test/unit-tests/test_cases/Test-GetMcsGlobalEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function Test-CloudEnvironments {
4343
},
4444
@{
4545
cloud = "bleu"
46-
expected = "https://global.handler.control.sovcloud-api.fr"
46+
expected = "https://global.handler.control.monitor.sovcloud-api.fr"
4747
}
4848
)
4949

test/unit-tests/test_functions/Get-McsGlobalEndpoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Get-McsGlobalEndpoint{
2525
"azureusgovernmentcloud" { $mcs_globalendpoint = "https://global.handler.control.monitor.azure.us" }
2626
"usnat" { $mcs_globalendpoint = "https://global.handler.control.monitor.azure.eaglex.ic.gov" }
2727
"ussec" { $mcs_globalendpoint = "https://global.handler.control.monitor.azure.microsoft.scloud" }
28-
"bleu" { $mcs_globalendpoint = "https://global.handler.control.sovcloud-api.fr" }
28+
"bleu" { $mcs_globalendpoint = "https://global.handler.control.monitor.sovcloud-api.fr" }
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)