@@ -205,9 +205,13 @@ private static void SetExtendedProperties(IDictionary<string, AzureEnvironment>
205
205
azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointResourceId , AzureEnvironmentConstants . AzureAnalysisServicesEndpointResourceId ) ;
206
206
azureEnvironments [ EnvironmentName . AzureCloud ] . SetProperty ( ExtendedEndpoint . AzureAttestationServiceEndpointSuffix , AzureEnvironmentConstants . AzureAttestationServiceEndpointSuffix ) ;
207
207
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 ) ;
208
210
209
211
azureEnvironments [ EnvironmentName . AzureChinaCloud ] . SetProperty ( ExtendedEndpoint . AnalysisServicesEndpointSuffix , AzureEnvironmentConstants . ChinaAnalysisServicesEndpointSuffix ) ;
210
212
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 ) ;
211
215
212
216
azureEnvironments [ EnvironmentName . AzureUSGovernment ] . SetProperty ( ExtendedEndpoint . OperationalInsightsEndpoint , AzureEnvironmentConstants . USGovernmentOperationalInsightsEndpoint ) ;
213
217
azureEnvironments [ EnvironmentName . AzureUSGovernment ] . SetProperty ( ExtendedEndpoint . OperationalInsightsEndpointResourceId , AzureEnvironmentConstants . USGovernmentOperationalInsightsEndpointResourceId ) ;
@@ -536,7 +540,9 @@ public static class ExtendedEndpoint
536
540
AnalysisServicesEndpointSuffix = "AzureAnalysisServicesEndpointSuffix" ,
537
541
AnalysisServicesEndpointResourceId = "AnalysisServicesEndpointResourceId" ,
538
542
AzureAttestationServiceEndpointSuffix = "AzureAttestationServiceEndpointSuffix" ,
539
- AzureAttestationServiceEndpointResourceId = "AzureAttestationServiceEndpointResourceId" ;
543
+ AzureAttestationServiceEndpointResourceId = "AzureAttestationServiceEndpointResourceId" ,
544
+ AzureSynapseAnalyticsEndpointSuffix = "AzureSynapseAnalyticsEndpointSuffix" ,
545
+ AzureSynapseAnalyticsEndpointResourceId = "AzureSynapseAnalyticsEndpointResourceId" ;
540
546
}
541
547
}
542
548
}
0 commit comments