-
Notifications
You must be signed in to change notification settings - Fork 4k
{VirtualWan} Mark rtv1 and rtv2 as to be deprecated #13394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{VirtualWan} Mark rtv1 and rtv2 as to be deprecated #13394
Conversation
Does this PR depends on api 2020-07? It doesn't look like using new SDK |
@VeryEarly currently im just marking them as deprecated. Is there a way i can deprecate the ones which were already marked deprecating ? this PR doesnt care about the sdk :) |
@@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Network | |||
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; | |||
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; | |||
|
|||
[CmdletDeprecation(ReplacementCmdletName = "Add-AzVirtualHubRoute")] | |||
[CmdletDeprecation(ReplacementCmdletName = "New-AzVHubRoute")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the command name change here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initially we marked this deprecated and pointed it to use rtv2, so now replaced it to point to rtv3
If so, please re-target your PR to master branch since this network-july branch is dedicated for an OOB release rely on api 2020-07 |
Creating new pr |
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added