Skip to content

Commit

Permalink
[AppService] Register App Service Resources for Private Link Powershe…
Browse files Browse the repository at this point in the history
…lls (#13967)

* Update ChangeLog.md

* Register App Service Resources for Private Link Powershells

* Update ChangeLog.md

* Update ChangeLog.md
  • Loading branch information
jiansong-msft authored Jan 22, 2021
1 parent bbf7186 commit 6486ca7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ static ProviderConfiguration()
RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false);
RegisterConfiguration("Microsoft.Cache/redisEnterprise", "2020-10-01-preview");
RegisterConfiguration("Microsoft.HealthcareApis/services", "2020-03-30", false);
RegisterConfiguration("Microsoft.Web/sites", "2020-10-01");
RegisterConfiguration("Microsoft.Web/hostingEnvironments", "2020-10-01");
}

private static void RegisterConfiguration(string type, string apiVersion, bool hasConnectionsURI = true)
Expand Down

0 comments on commit 6486ca7

Please sign in to comment.