Skip to content

Commit 8cb6b69

Browse files
authored
Merge pull request #2495 from microsoft/lusassl-03022026-1
Add endpoints for Bleu and Delos cloud
2 parents a7375a9 + ed5b838 commit 8cb6b69

6 files changed

Lines changed: 23 additions & 4 deletions

File tree

.build/cspell-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Authenticode
88
authsspi
99
autodiscover
1010
bincirc
11+
Bleu
1112
BSTR
1213
cach
1314
cachtokn

Hybrid/ConfigureExchangeHybridApplication/ConfigureExchangeHybridApplication.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
.PARAMETER AzureEnvironment
5252
Use this parameter to run the script against non-Global cloud environments, for example, Microsoft 365 operated by 21Vianet.
5353
This parameter allows you to run granular configurations. Note that some of the tasks depend on others and can't be run alone.
54-
Values that can be used with this parameter are: Global, USGovernmentL4, USGovernmentL5, ChinaCloud
54+
Values that can be used with this parameter are: Global, USGovernmentL4, USGovernmentL5, ChinaCloud, BleuCloud, DelosCloud
5555
The default value is: Global
5656
.PARAMETER CustomClientId
5757
This parameter is reserved for internal Microsoft use. Do not use it unless explicitly advised by Microsoft.
@@ -156,7 +156,7 @@ param(
156156
[Parameter(Mandatory = $false, ParameterSetName = "FirstPartyKeyCredentialsCleanup")]
157157
[switch]$ResetFirstPartyServicePrincipalKeyCredentials,
158158

159-
[ValidateSet("Global", "USGovernmentL4", "USGovernmentL5", "ChinaCloud")]
159+
[ValidateSet("Global", "USGovernmentL4", "USGovernmentL5", "ChinaCloud", "BleuCloud", "DelosCloud")]
160160
[Parameter(Mandatory = $false, ParameterSetName = "FullyConfigureExchangeHybridApplication")]
161161
[Parameter(Mandatory = $false, ParameterSetName = "FirstPartyKeyCredentialsCleanup")]
162162
[Parameter(Mandatory = $false, ParameterSetName = "Create")]

Security/src/CVE-2023-23397/CVE-2023-23397.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ param(
122122
[Parameter(Mandatory = $false, ParameterSetName = "Audit")]
123123
[int]$MaxCSVLength = 200000,
124124

125-
[ValidateSet("Global", "USGovernmentL4", "USGovernmentL5", "ChinaCloud")]
125+
[ValidateSet("Global", "USGovernmentL4", "USGovernmentL5", "ChinaCloud", "BleuCloud", "DelosCloud")]
126126
[Parameter(Mandatory = $false, ParameterSetName = "CreateAzureApplication")]
127127
[Parameter(Mandatory = $false, ParameterSetName = "DeleteAzureApplication")]
128128
[Parameter(Mandatory = $false, ParameterSetName = "Audit")]

Shared/AzureFunctions/Get-CloudServiceEndpoint.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ function Get-CloudServiceEndpoint {
5454
$azureADEndpoint = "https://login.partner.microsoftonline.cn"
5555
break
5656
}
57+
"BleuCloud" {
58+
$environmentName = "BleuCloud"
59+
$graphApiEndpoint = "https://graph.svc.sovcloud.fr"
60+
$exchangeOnlineEndpoint = "https://outlook.sovcloud.fr"
61+
$autodiscoverSecureName = "https://autodiscover-s.outlook.sovcloud.fr"
62+
$azureADEndpoint = "https://login.sovcloud-identity.fr"
63+
break
64+
}
65+
"DelosCloud" {
66+
$environmentName = "DelosCloud"
67+
$graphApiEndpoint = "https://graph.svc.sovcloud.de"
68+
$exchangeOnlineEndpoint = "https://outlook.sovcloud.de"
69+
$autodiscoverSecureName = "https://autodiscover-s.outlook.sovcloud.de"
70+
$azureADEndpoint = "https://login.sovcloud-identity.de"
71+
break
72+
}
5773
}
5874
}
5975
end {

docs/Hybrid/ConfigureExchangeHybridApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RemoteRoutingDomain | Use this parameter to provide the remote routing domain of
8080
ConfigureTargetSharingEpr | Use this switch parameter to configure the Organization Relationships between Exchange Server and Exchange Online tenants.
8181
EnableExchangeHybridApplicationOverride | Use this switch parameter to create the Setting Override which enables the dedicated Exchange hybrid application. This parameter allows you to run granular configurations. Note that some of the tasks depend on others and can't be run alone.
8282
ResetFirstPartyServicePrincipalKeyCredentials | Use this switch parameter to remove a specific or all available Key Credentials from the Service Principal of the `Office 365 Exchange Online` application. By default, all existing Key Credentials will be removed. If you provide the thumbprint of a certificate by using the `CertificateInformation` parameter, only the specified and all expired certificates will be removed.
83-
AzureEnvironment | Use this parameter to run the script against non-Global cloud environments, for example, `Microsoft 365 operated by 21Vianet`. This parameter allows you to run granular configurations. Note that some of the tasks depend on others and can't be run alone. Values that can be used with this parameter are: `Global`, `USGovernmentL4`, `USGovernmentL5`, `ChinaCloud`. The default value is: `Global`
83+
AzureEnvironment | Use this parameter to run the script against non-Global cloud environments, for example, `Microsoft 365 operated by 21Vianet`. This parameter allows you to run granular configurations. Note that some of the tasks depend on others and can't be run alone. Values that can be used with this parameter are: `Global`, `USGovernmentL4`, `USGovernmentL5`, `ChinaCloud`, `BleuCloud`, `DelosCloud`. The default value is: `Global`
8484
CustomClientId | This parameter is reserved for internal Microsoft use. Do not use it unless explicitly advised by Microsoft.
8585
CustomGraphApiUri | This parameter is reserved for internal Microsoft use. Do not use it unless explicitly advised by Microsoft.
8686
CustomEntraAuthUri | This parameter is reserved for internal Microsoft use. Do not use it unless explicitly advised by Microsoft.

docs/Security/CVE-2023-23397/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ You can use the `AzureEnvironment` parameter to specify the cloud against which
111111
|USGovernmentL4 |AzureUSGovernment|GCC |
112112
|USGovernmentL5 |AzureUSGovernment|DOD |
113113
|ChinaCloud |AzureChinaCloud |Office365 operated by 21Vianet |
114+
|BleuCloud |BleuCloud |Bleu |
115+
|DelosCloud |DelosCloud |Delos |
114116
115117
### Running Against Exchange Server (On-Premises) Mailboxes
116118

0 commit comments

Comments
 (0)