Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
--->

## Upcoming Release
* Onboarded `Microsoft.Security/privateLinks` to Private Link Common Cmdlets
Copy link

Copilot AI Dec 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry does not explain what changed from the user's perspective. According to the custom guidelines for ChangeLog.md files, entries should be written for Azure PowerShell users and explain what changed and how it affects their usage. Consider revising to something like: "Updated Microsoft.Security/privateLinks to stable API version 2026-01-01 for Private Link cmdlets" to clarify that this is an API version update that affects stability/support.

Copilot generated this review using guidance from repository custom instructions.

## Version 7.24.0
* Added support for `RecordType` property in `New-AzNetworkWatcherFlowLog` and `Set-AzNetworkWatcherFlowLog` cmdlets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static ProviderConfiguration()
RegisterConfiguration("Microsoft.VideoIndexer/accounts", "2024-06-01-preview", true, true, true);
RegisterConfiguration("Microsoft.FluidRelay/fluidRelayServers", "2025-03-10-preview", true, true, true);
RegisterConfiguration("Microsoft.FileShares/fileShares", "2025-06-01-preview", true, true);
RegisterConfiguration("Microsoft.Security/privateLinks", "2025-09-01-preview", true, true);
RegisterConfiguration("Microsoft.Security/privateLinks", "2026-01-01", true, true);
}
/// <summary>
/// Register private endpoint connection and private link resource configuration
Expand Down
Loading