-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Microsot.Network/virtualnetworkgateways Reset VPN Client Shared Key #3649
Conversation
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
@sergey-shandar Can you please review this PR? |
@@ -362,6 +362,49 @@ | |||
"x-ms-long-running-operation": true | |||
} | |||
}, | |||
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/resetvpnclientsharedkey": { |
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.
Do we have this operations in other API versions as well? 2018-07-01?
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.
This is from 2018-06-01 onwards
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.
@henry416 in this case you might need to port the changes to 2018-07-01 as well. Also 2018-08-01 (working branch for that version is Network-September-Release
)
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.
@number213 If that is the case, I will open another PR for the 2018-08-01 version instead
@sergey-shandar Are there any other pending items? Can we merge? |
"tags": [ | ||
"VirtualNetworkGateways" | ||
], | ||
"operationId": "VirtualNetworkGateways_Resetvpnclientsharedkey", |
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.
Could we have a better name? For example VirtualNetworkGateways_ResetVpnClientSharedKey
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.
@sergey-shandar Done as requested
@henry416 we still need ARM (@ravbhatnagar) and codeowner (@MikhailTryakhov) approvals to merge. |
@ravbhatnagar and @MikhailTryakhov Can you please review this PR? |
looks good. signing off from ARM |
@MikhailTryakhov Can you please take a look and sign off? |
@henry416 Mikhail is on vacation, please contact |
@sergey-shandar @ravbhatnagar @number213 , as suggested, retargeted this PR for outgoing 2018 version, could you please sign off on that one? #3800 |
Added a reset VPN Client shared key operation (POST) on virtual network gateway resource.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger