Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/Migrate/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Onboard Migrate to Private Link Common Cmdlets
Copy link
Member

Choose a reason for hiding this comment

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

Migrate module does not change a thing, so change log should not be updated. Please remove this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed the changelog


## Version 0.1.0
* First preview release for module Az.Migrate
Expand Down
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
* Onboard Migrate to Private Link Common Cmdlets
Copy link
Member

Choose a reason for hiding this comment

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

Our practice is not to update Network's changelog for private link support, so please remove this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed the changelog


## Version 4.1.0
* [Breaking Change] Removed parameter `HostedSubnet` and added `Subnet` instead
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ static ProviderConfiguration()
RegisterConfiguration("Microsoft.EventGrid/domains", "2020-04-01-preview");
RegisterConfiguration("Microsoft.Network/applicationgateways", "2020-05-01");
RegisterConfiguration("Microsoft.SignalRService/signalr", "2020-05-01", false);
RegisterConfiguration("Microsoft.Migrate/assessmentProjects", "2020-05-01-preview", false);
RegisterConfiguration("Microsoft.Migrate/migrateProjects", "2020-06-01-preview", false);
RegisterConfiguration("Microsoft.OffAzure/masterSites", "2020-07-07", false);
}

private static void RegisterConfiguration(string type, string apiVersion, bool hasConnectionsURI = true)
Expand Down