@@ -55,6 +55,8 @@ static IDictionary<string, AzureEnvironment> InitializeBuiltInEnvironments()
5555 azureCloud . SetProperty ( ExtendedEndpoint . OperationalInsightsEndpointResourceId , AzureEnvironmentConstants . AzureOperationalInsightsEndpointResourceId ) ;
5656 azureCloud . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointSuffix , AzureEnvironmentConstants . AzureAnalysisServicesEndpointSuffix ) ;
5757 azureCloud . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointResourceId , AzureEnvironmentConstants . AzureAnalysisServicesEndpointResourceId ) ;
58+ azureCloud . SetProperty ( ExtendedEndpoint . AzureAttestationServiceEndpointSuffix , AzureEnvironmentConstants . AzureAttestationServiceEndpointSuffix ) ;
59+ azureCloud . SetProperty ( ExtendedEndpoint . AzureAttestationServiceEndpointResourceId , AzureEnvironmentConstants . AzureAttestationServiceEndpointResourceId ) ;
5860 var azureChina = new AzureEnvironment
5961 {
6062 Name = EnvironmentName . AzureChinaCloud ,
@@ -307,7 +309,9 @@ public static class ExtendedEndpoint
307309 public const string OperationalInsightsEndpointResourceId = "OperationalInsightsEndpointResourceId" ,
308310 OperationalInsightsEndpoint = "OperationalInsightsEndpoint" ,
309311 AnalysisServicesEndpointSuffix = "AzureAnalysisServicesEndpointSuffix" ,
310- AnalysisServicesEndpointResourceId = "AnalysisServicesEndpointResourceId" ;
312+ AnalysisServicesEndpointResourceId = "AnalysisServicesEndpointResourceId" ,
313+ AzureAttestationServiceEndpointSuffix = "AzureAttestationServiceEndpointSuffix" ,
314+ AzureAttestationServiceEndpointResourceId = "AzureAttestationServiceEndpointResourceId" ;
311315 }
312316 }
313317}
0 commit comments