File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 azureContainerRegistry :
77 domainNameSuffix : azurecr.us
88 cloudName : Fairfax
9+ cosmosDB :
10+ dnsSuffix : .documents.azure.us
911 entra :
1012 federatedcredentials :
1113 audience : api://AzureADTokenExchangeUSGov
@@ -88,6 +90,8 @@ clouds:
8890 azureContainerRegistry :
8991 domainNameSuffix : azurecr.io
9092 cloudName : Public
93+ cosmosDB :
94+ dnsSuffix : .documents.azure.com
9195 entra :
9296 federatedcredentials :
9397 audience : api://AzureADTokenExchange
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ type SanitizedCloudConfigValues struct {
1616 Entra SanitizedEntraConfig `json:"entra"`
1717 ARM SanitizedARMConfig `json:"arm"`
1818 Geneva SanitizedGenevaConfig `json:"geneva"`
19+ CosmosDB SanitizedCosmosDBConfig `json:"cosmosDB"`
20+ }
21+
22+ type SanitizedCosmosDBConfig struct {
23+ DnsSuffix string `json:"dnsSuffix"`
1924}
2025
2126type KeyVaultValues struct {
You can’t perform that action at this time.
0 commit comments