We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a74aa commit 86b5706Copy full SHA for 86b5706
src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs
@@ -14,7 +14,7 @@ internal class ProviderConfiguration
14
15
static ProviderConfiguration()
16
{
17
- RegisterConfiguration("Microsoft.AppConfiguration/configurationStores", "2019-11-01-preview");
+ RegisterConfiguration("Microsoft.AppConfiguration/configurationStores", "2020-06-01");
18
RegisterConfiguration("Microsoft.Sql/servers", "2018-06-01-preview");
19
RegisterConfiguration("Microsoft.DBforMySQL/servers", "2018-06-01");
20
RegisterConfiguration("Microsoft.DBforMariaDB/servers", "2018-06-01");
0 commit comments