Skip to content
New issue

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

Deprecate Azure German Cloud #353

Merged
merged 5 commits into from
Sep 27, 2022
Merged

Deprecate Azure German Cloud #353

merged 5 commits into from
Sep 27, 2022

Conversation

dingmeng-xue
Copy link
Member

According to announcement https://www.microsoft.com/en-us/cloud-platform/germany-cloud-regions, this pull request removes German Cloud from environment list. Related public variables have added obsolete attribute.

@isra-fel isra-fel merged commit 7e2d743 into main Sep 27, 2022
@@ -86,6 +95,7 @@ public static class AzureEnvironmentConstants
public const string AzureActiveDirectoryEndpoint = "https://login.microsoftonline.com/";
public const string ChinaActiveDirectoryEndpoint = "https://login.chinacloudapi.cn/";
public const string USGovernmentActiveDirectoryEndpoint = "https://login.microsoftonline.us/";
[Obsolete("Microsoft Cloud Germany was closed on October 29th, 2021.")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the constant marked as Obsolete instead of being removed if they are not accessible anymore (Azure/azure-cli#23775)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo contains code that is depended by all the azure powershell modules. It's a general practice to maintain backwards compatibility here. Removing this property would be a binary breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants