Skip to content

Commit acbc567

Browse files
amih90Ami Hollander
andauthored
Update Microsoft.Security/privateLinks to stable version (#29013)
Co-authored-by: Ami Hollander <amhollan@microsoft.com>
1 parent 748802a commit acbc567

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Onboarded `Microsoft.Security/privateLinks` to Private Link Common Cmdlets
2223

2324
## Version 7.24.0
2425
* Added support for `RecordType` property in `New-AzNetworkWatcherFlowLog` and `Set-AzNetworkWatcherFlowLog` cmdlets.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static ProviderConfiguration()
8989
RegisterConfiguration("Microsoft.VideoIndexer/accounts", "2024-06-01-preview", true, true, true);
9090
RegisterConfiguration("Microsoft.FluidRelay/fluidRelayServers", "2025-03-10-preview", true, true, true);
9191
RegisterConfiguration("Microsoft.FileShares/fileShares", "2025-06-01-preview", true, true);
92-
RegisterConfiguration("Microsoft.Security/privateLinks", "2025-09-01-preview", true, true);
92+
RegisterConfiguration("Microsoft.Security/privateLinks", "2026-01-01", true, true);
9393
}
9494
/// <summary>
9595
/// Register private endpoint connection and private link resource configuration

0 commit comments

Comments
 (0)