-
Notifications
You must be signed in to change notification settings - Fork 4.1k
VirtualWan: Use hubvnet CRUD operations for Hubvnet and hub cmdlets #12009
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: Use hubvnet CRUD operations for Hubvnet and hub cmdlets #12009
Conversation
Put/Delete hubvnet operations were using PUT on parent hub. Instead just use the newly exposed put/delete APIs on hubvnet connection. Set EnableInternetSecurity flag to true by default. Do this only for new connections
This retains backward compatibility with the existing virtual hub APIs. Also add a deprecation warning to remove specifying virtualnetwork connections in virtual hub.
* lb backend address pool create/update/delete operations * adding tests with draft * making some updates for design review PR to powershell team * adding .md files * -adding tests -updating help files -addressing feedback * pulling in sdk changes for network-may branch for validation errors * Addressing comments and updating output format for PsLoadBalancerBackendAddress * updating .md files and making final changes Co-authored-by: Ali Egal <[email protected]>
|
Hi @Shyamal-V Besides the review from @nagula-ritvika , it seems like there are build issue caused by SDK, please resolve inorder to pass CI checks |
The build issues are because the SDK is not available yet. I built/tested it by creating a local SDK. The rest-api changes have been merged. I was told the new 2020-05-01 api version should be available this week. I uploaded it sooner to give the reviewers enough time. |
Please let me know once it was available, thanks. |
…P2SVpnGateway and P2SClients (Azure#12006) * Adding new optional parameter to specify dns servers for Virtual Wan-P2SVpnGateway and P2SClients * Incorporate code review comments and added test record * Suppress warnings * Suppress cred scan errors
|
@VeryEarly do you know when the new SDK would become available? Also, how do I trigger the pipeline to run again when it becomes available? |
SDK generation should be handled by service team. |
|
/azp run |
nagula-ritvika
left a comment
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.
lgtm : please update help markdown files and have PR ready for review by PS team by the time sdk is merged in
src/Network/Network/Cortex/VirtualHub/NewAzureRmVirtualHubCommand.cs
Outdated
Show resolved
Hide resolved
src/Network/Network/Cortex/VirtualHub/UpdateAzureRmVirtualHubCommand.cs
Outdated
Show resolved
Hide resolved
* commit1 * commit2 * Fix1 Co-authored-by: Khushboo Baheti <[email protected]>
…or Multiple DNAT Rule Collections (Azure#12095) * Change RuleGroup and RuleCollectionGroup based on swagger change. Also, add support for NAT Rule Collections containing multiple NAT Rule Collections * PR Comments * Updated the SDK * StaticAnalysis * Previous changes got removed in rebase
* Use Network SDK from NuGet * Additional mappings
…thub.com/shyamshd/azure-powershell into shdharma/deprecate-hubvnet-conn-from-hub
* merge conflict * fixes * tejas review Co-authored-by: Ishani Gupta <[email protected]>
* Add support for IPGroups in Firewall Policy Rules * Pr Comments * Resolved merge conflicts * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Yabo Hu <[email protected]>
|
@VeryEarly I updated the test cases, but I am still running into an issue. It is unrelated to my change and in express route. Do we know if the test passes in the baseline without my changes? Also another question- Is there a way to run the pipeline with a different resource name and/or in a different region. I tried to debug the ER gateway failure & I suspect it might be to do with some zombie state related to this specific resource in the specific region. |
PR : Update to accomdate SDK changes with VNET reference
* Application Gateway Private Link Cmdlets * add change log
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This test case referenced New-AzVirtualHub which has API changed, please investigate and fix test case. |
* add routing state and expose reset-hubrouter * update help * updated * Update ChangeLog.md * update help file name * export cmdlet * update test * fix * update md file * update tests * updated help * Update Reset-AzHubRouter.md * test recorded Co-authored-by: Yabo Hu <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
b07761a to
3575979
Compare
|
close as merged in another PR #12171 |
Description
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added