@@ -205,9 +205,13 @@ private static void SetExtendedProperties(IDictionary<string, AzureEnvironment>
205205 azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointResourceId , AzureEnvironmentConstants . AzureAnalysisServicesEndpointResourceId ) ;
206206 azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AzureAttestationServiceEndpointSuffix , AzureEnvironmentConstants . AzureAttestationServiceEndpointSuffix ) ;
207207 azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AzureAttestationServiceEndpointResourceId , AzureEnvironmentConstants . AzureAttestationServiceEndpointResourceId ) ;
208+ azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AzureSynapseAnalyticsEndpointSuffix , AzureEnvironmentConstants . AzureSynapseAnalyticsEndpointSuffix ) ;
209+ azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AzureSynapseAnalyticsEndpointResourceId , AzureEnvironmentConstants . AzureSynapseAnalyticsEndpointResourceId ) ;
208210
209211 azureEnvironments [ EnvironmentName . AzureChinaCloud ] . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointSuffix , AzureEnvironmentConstants . ChinaAnalysisServicesEndpointSuffix ) ;
210212 azureEnvironments [ EnvironmentName . AzureChinaCloud ] . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointResourceId , AzureEnvironmentConstants . ChinaAnalysisServicesEndpointResourceId ) ;
213+ azureEnvironments [ EnvironmentName . AzureChinaCloud ] . SetProperty ( ExtendedEndpoint . AzureSynapseAnalyticsEndpointSuffix , AzureEnvironmentConstants . ChinaSynapseAnalyticsEndpointSuffix ) ;
214+ azureEnvironments [ EnvironmentName . AzureChinaCloud ] . SetProperty ( ExtendedEndpoint . AzureSynapseAnalyticsEndpointResourceId , AzureEnvironmentConstants . ChinaSynapseAnalyticsEndpointResourceId ) ;
211215
212216 azureEnvironments [ EnvironmentName . AzureUSGovernment ] . SetProperty ( ExtendedEndpoint . OperationalInsightsEndpoint , AzureEnvironmentConstants . USGovernmentOperationalInsightsEndpoint ) ;
213217 azureEnvironments [ EnvironmentName . AzureUSGovernment ] . SetProperty ( ExtendedEndpoint . OperationalInsightsEndpointResourceId , AzureEnvironmentConstants . USGovernmentOperationalInsightsEndpointResourceId ) ;
@@ -536,7 +540,9 @@ public static class ExtendedEndpoint
536540 AnalysisServicesEndpointSuffix = "AzureAnalysisServicesEndpointSuffix" ,
537541 AnalysisServicesEndpointResourceId = "AnalysisServicesEndpointResourceId" ,
538542 AzureAttestationServiceEndpointSuffix = "AzureAttestationServiceEndpointSuffix" ,
539- AzureAttestationServiceEndpointResourceId = "AzureAttestationServiceEndpointResourceId" ;
543+ AzureAttestationServiceEndpointResourceId = "AzureAttestationServiceEndpointResourceId" ,
544+ AzureSynapseAnalyticsEndpointSuffix = "AzureSynapseAnalyticsEndpointSuffix" ,
545+ AzureSynapseAnalyticsEndpointResourceId = "AzureSynapseAnalyticsEndpointResourceId" ;
540546 }
541547 }
542548}
0 commit comments