We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now some url of AzureEnvironment are provided with a redirect url, for example
public static final AzureEnvironment AZURE = new AzureEnvironment(new HashMap<String, String>() {{ put("portalUrl", "http://go.microsoft.com/fwlink/?LinkId=254433"); put("publishingProfileUrl", "http://go.microsoft.com/fwlink/?LinkId=254432"); put("managementEndpointUrl", "https://management.core.windows.net/"); put("resourceManagerEndpointUrl", "https://management.azure.com/"); put("sqlManagementEndpointUrl", "https://management.core.windows.net:8443/"); put("sqlServerHostnameSuffix", ".database.windows.net"); put("galleryEndpointUrl", "https://gallery.azure.com/"); put("activeDirectoryEndpointUrl", "https://login.microsoftonline.com/"); put("activeDirectoryResourceId", "https://management.core.windows.net/"); put("activeDirectoryGraphResourceId", "https://graph.windows.net/"); put("dataLakeEndpointResourceId", "https://datalake.azure.net/"); put("activeDirectoryGraphApiVersion", "2013-04-05"); put("storageEndpointSuffix", ".core.windows.net"); put("keyVaultDnsSuffix", ".vault.azure.net"); put("azureDataLakeStoreFileSystemEndpointSuffix", "azuredatalakestore.net"); put("azureDataLakeAnalyticsCatalogAndJobEndpointSuffix", "azuredatalakeanalytics.net"); put("azureLogAnalyticsResourceId", "https://api.loganalytics.io/"); put("azureApplicationInsightsResourceId", "https://api.applicationinsights.io/"); }});
Now we need the origin url to concat resource url to access specific resources in portal, so could we update the constants portalUrl with real link?
portalUrl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now some url of AzureEnvironment are provided with a redirect url, for example
Now we need the origin url to concat resource url to access specific resources in portal, so could we update the constants
portalUrl
with real link?The text was updated successfully, but these errors were encountered: