Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
377 stars 190 forks source link

Support Region.SwedenCentral #1286

Closed andtii closed 2 years ago

andtii commented 2 years ago

Adds the missing region support for SwedenCentral

qub1n commented 1 year ago

@weidongxu-microsoft

Are you going to support Azure Qatar region as well?

https://www.datacenterdynamics.com/en/news/microsofts-qatar-azure-region-to-launch-in-two-weeks/

weidongxu-microsoft commented 1 year ago

Found it.

  {
    "id" : "/subscriptions/ec0aa5f7-9e78-40c9-85cd-535c6305b380/locations/qatarcentral",
    "name" : "qatarcentral",
    "type" : "Region",
    "displayName" : "Qatar Central",
    "regionalDisplayName" : "(Middle East) Qatar Central",
    "metadata" : {
      "regionType" : "Physical",
      "regionCategory" : "Recommended",
      "geographyGroup" : "Middle East",
      "longitude" : "51.439327",
      "latitude" : "25.551462",
      "physicalLocation" : "Doha",
      "pairedRegion" : [ {
        "name" : "westeurope",
        "id" : "/subscriptions/ec0aa5f7-9e78-40c9-85cd-535c6305b380/locations/westeurope"
      } ]
    }
  }

Will test the region on Azure, if works fine, we will add it to https://aka.ms/azsdk/java/mgmt

weidongxu-microsoft commented 1 year ago

PR for qatar https://github.com/Azure/azure-sdk-for-java/pull/30503

qub1n commented 1 year ago

I see the Qatar was added to Java, do we need it in .NET as well?

weidongxu-microsoft commented 1 year ago

@qub1n

The .NET SDK here is to be deprecated (I will try add it here, but unsure of next release date). PR https://github.com/Azure/azure-libraries-for-net/pull/1328

Latest .NET SDK https://aka.ms/azsdk/dotnet/mgmt

@fengzhou-msft on track2 https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/src/AzureLocation.cs

weidongxu-microsoft commented 1 year ago

@qub1n

If you need Qatar in new SDK, you can create an issue here https://github.com/Azure/azure-sdk-for-net/issues