Skip to content

Commit cc0b88b

Browse files
IshitaAsthanaIshitaAsthana
andauthored
Onboard AgFoodPlatform to PrivatelinkCommonCmdlets (#19245)
* Onboard AgFoodPlatform to PrivatelinkCommonCmdlets * spelling correction Co-authored-by: IshitaAsthana <[email protected]>
1 parent 2c8953b commit cc0b88b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- `New/Get/Remove/Set-AzNetworkManagerScopeConnection`
5252
- `New/Get/Remove/Set-AzNetworkManagerSubscriptionConnection`
5353
- `New/Get/Remove/Set-AzNetworkManagerManagementGroupConnection`
54+
* Onboard AgFoodPlatform to Private Link Common Cmdlets
5455

5556
## Version 4.19.0
5657
* Updated cmdlets to add new property of `ExplicitProxy` in Azure Firewall Policy.

src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ internal class ProviderConfiguration
1414

1515
static ProviderConfiguration()
1616
{
17+
RegisterConfiguration("Microsoft.AgFoodPlatform/farmBeats", "2021-09-01-preview", false, true);
1718
RegisterConfiguration("Microsoft.ApiManagement/service", "2021-04-01-preview", true, true);
1819
RegisterConfiguration("Microsoft.AppConfiguration/configurationStores", "2020-06-01", true, true);
1920
RegisterConfiguration("Microsoft.Attestation/attestationProviders", "2020-10-01", true, true);
@@ -26,7 +27,7 @@ static ProviderConfiguration()
2627
RegisterConfiguration("Microsoft.Compute/diskAccesses", "2020-09-30", true, false);
2728
RegisterConfiguration("Microsoft.ContainerRegistry/registries", "2019-12-01-preview", true, false);
2829
RegisterConfiguration("Microsoft.ContainerService/managedClusters", "2021-07-01", true, false);
29-
RegisterConfiguration("Microsoft.Databricks/workspaces", "2021-04-01-preview", true, true);
30+
RegisterConfiguration("Microsoft.Databricks/workspaces", "2021-04-01-preview", true, true);
3031
RegisterConfiguration("Microsoft.DataFactory/factories", "2018-06-01", true, false);
3132
RegisterConfiguration("Microsoft.DBforMariaDB/servers", "2018-06-01", true, true);
3233
RegisterConfiguration("Microsoft.DBforMySQL/servers", "2018-06-01", true, true);
@@ -43,7 +44,7 @@ static ProviderConfiguration()
4344
RegisterConfiguration("Microsoft.EventHub/namespaces", "2018-01-01-preview", true, false);
4445
RegisterConfiguration("Microsoft.HealthcareApis/services", "2020-03-30", false, true);
4546
RegisterConfiguration("Microsoft.HDInsight/clusters", "2018-06-01-preview", true, true);
46-
RegisterConfiguration("Microsoft.HybridCompute/privateLinkScopes", "2021-05-20",true, true);
47+
RegisterConfiguration("Microsoft.HybridCompute/privateLinkScopes", "2021-05-20", true, true);
4748
RegisterConfiguration("Microsoft.Insights/privateLinkScopes", "2019-10-17-preview", true, true);
4849
RegisterConfiguration("Microsoft.KeyVault/vaults", "2018-02-14", false, false);
4950
RegisterConfiguration("Microsoft.Keyvault/managedHSMs", "2021-06-01-preview", true, false);
@@ -57,7 +58,7 @@ static ProviderConfiguration()
5758
RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false, false);
5859
RegisterConfiguration("Microsoft.PowerBI/privateLinkServicesForPowerBI", "2020-06-01", false, true);
5960
RegisterConfiguration("Microsoft.Purview/accounts", "2020-12-01-preview", true, true);
60-
RegisterConfiguration("Microsoft.RecoveryServices/vaults","2021-07-01", false, true);
61+
RegisterConfiguration("Microsoft.RecoveryServices/vaults", "2021-07-01", false, true);
6162
RegisterConfiguration("Microsoft.Relay/namespaces", "2018-01-01-preview", true, false);
6263
RegisterConfiguration("Microsoft.Search/searchServices", "2020-08-01", true, false);
6364
RegisterConfiguration("Microsoft.ServiceBus/namespaces", "2018-01-01-preview", true, false);

0 commit comments

Comments
 (0)