Skip to content

Commit d71544e

Browse files
Onboarding Fileshares RP to Az.Network for Private Endpoint support (#28384)
1 parent 49fdbcd commit d71544e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
- `Get-AzApplicationGatewayFirewallPolicy`
2828
- `Set-AzApplicationGatewayFirewallPolicy`
2929
- `New-AzApplicationGatewayFirewallPolicy`
30+
* Onboarded FileShares to Private Link Common Cmdlets
31+
* Updated Api version for StorageSync to Private Link Common Cmdlets
3032

3133

3234
## Version 7.19.0

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static ProviderConfiguration()
7474
RegisterConfiguration("Microsoft.SignalRService/webPubSub", "2021-10-01", true, false);
7575
RegisterConfiguration("Microsoft.Sql/servers", "2018-06-01-preview", true, true);
7676
RegisterConfiguration("Microsoft.Storage/storageAccounts", "2019-06-01", false, false);
77-
RegisterConfiguration("Microsoft.StorageSync/storageSyncServices", "2020-03-01", true, false);
77+
RegisterConfiguration("Microsoft.StorageSync/storageSyncServices", "2022-09-01", true, true);
7878
RegisterConfiguration("Microsoft.Synapse/privateLinkHubs", "2021-05-01", true, true);
7979
RegisterConfiguration("Microsoft.Synapse/workspaces", "2019-06-01-preview", true, true);
8080
RegisterConfiguration("Microsoft.Web/sites", "2019-08-01", true, false);
@@ -87,6 +87,7 @@ static ProviderConfiguration()
8787
RegisterConfiguration("Microsoft.App/managedEnvironments", "2024-02-02-preview", true, true);
8888
RegisterConfiguration("Microsoft.VideoIndexer/accounts", "2024-06-01-preview", true, true, true);
8989
RegisterConfiguration("Microsoft.FluidRelay/fluidRelayServers", "2025-03-10-preview", true, true, true);
90+
RegisterConfiguration("Microsoft.FileShares/fileShares", "2025-06-01-preview", true, true);
9091
}
9192
/// <summary>
9293
/// Register private endpoint connection and private link resource configuration

0 commit comments

Comments
 (0)