Skip to content

Commit

Permalink
Add ACR, IoThubs, EnventGrid to support private link (#12035)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored Jun 2, 2020
1 parent 64c6cda commit d2d98f1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ static ProviderConfiguration()
RegisterConfiguration("Microsoft.DocumentDB/databaseAccounts", "2019-08-01-preview");
RegisterConfiguration("Microsoft.CognitiveServices/accounts", "2017-04-18");
RegisterConfiguration("Microsoft.Batch/batchAccounts", "2020-03-01");
RegisterConfiguration("Microsoft.ContainerRegistry/registries", "2019-12-01-preview");
RegisterConfiguration("Microsoft.Devices/IotHubs", "2020-03-01");
RegisterConfiguration("Microsoft.EventGrid/topics", "2020-04-01-preview");
RegisterConfiguration("Microsoft.EventGrid/domains", "2020-04-01-preview");
}

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

0 comments on commit d2d98f1

Please sign in to comment.