Skip to content

Conversation

@dexiang-ms
Copy link
Contributor

Description

This PR adds the code for the Powershell Cmdlets for the BYOIP feature and is in accordance with the following review PRs:

Initial proposal to add Master and CustomIpPrefix: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/632
Update PublicIpPrefix: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/670
Removal of MasterCustomIpPrefix: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/696

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

VeryEarly and others added 30 commits May 21, 2020 16:11
[Storage] Support File Share accesstier and usage
* 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 <alegal@microsoft.com>
…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
[Do Not Squash][Storage] Merge Master changes to storage preview branch
Co-authored-by: Ali Egal <alegal@microsoft.com>
* Network SDK for 2020-05-01

* Fixes for FirewallPolicy

* Recs

* Recs

* SDK package

* Ignore Network API version in Batch tests

* CredScan suppression
* commit1

* commit2

* Fix1

Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>
…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
* ti whitelist changes

* build fix

* help files

* added examples for help files

* adding the online version

* recordings done

* changed to markdown files

* fixed statis analysis

* added exception for static analysis

* addressing comments

* updated recordings

* new recordings
@adxsdkps
Copy link
Collaborator

Can one of the admins verify this patch?

@isra-fel isra-fel self-assigned this Aug 14, 2020
@isra-fel
Copy link
Member

isra-fel commented Aug 14, 2020

BTW I rembmer NRP used to have a seperate branch e.g. network-july for all the features to be merged to. Are you not following that practice any more?

@dexiang-ms
Copy link
Contributor Author

BTW I rembmer NRP used to have a seperate branch e.g. network-july for all the features to be merged to. Are you not following that practice any more?

Oh you might be right, would you prefer that I re-do this PR onto that branch?

@isra-fel
Copy link
Member

isra-fel commented Aug 17, 2020

Oh you might be right, would you prefer that I re-do this PR onto that branch?

Cool. Simply click the "Edit" button and choose network-june as the base branch.
FYI - there are build issues. Please check the pipelines

@dexiang-ms
Copy link
Contributor Author

dexiang-ms commented Aug 17, 2020

Oh you might be right, would you prefer that I re-do this PR onto that branch?

Cool. Simply click the "Edit" button and choose network-june as the base branch.
FYI - there are build issues. Please check the pipelines

Also about the build issues, it seems like the build is failing because it cant find references to the SDK files. It seems like the SDK for Network has not been released yet, latest is still the May release (https://www.nuget.org/packages/Microsoft.Azure.Management.Network/). I'm assuming I have to wait until the Network team updates their SDK before I can merge this PR?

@dexiang-ms dexiang-ms changed the base branch from master to network-june August 17, 2020 17:25
@isra-fel
Copy link
Member

isra-fel commented Aug 18, 2020

Also about the build issues, it seems like the build is failing because it cant find references to the SDK files. It seems like the SDK for Network has not been released yet, latest is still the May release (https://www.nuget.org/packages/Microsoft.Azure.Management.Network/). I'm assuming I have to wait until the Network team updates their SDK before I can merge this PR?

I think NRP has a practice of using local SDK package in network branch. @MikhailTryakhov could you point the instructions to @dexiang-ms ? Thanks

Besides, your branch was not created from Azure:network-june so changing the base branch causes too many commits in this PR. I suggest create a new one from Azure:network-june and cherry-pick your commits there. Then submit a new PR

@dexiang-ms
Copy link
Contributor Author

Also about the build issues, it seems like the build is failing because it cant find references to the SDK files. It seems like the SDK for Network has not been released yet, latest is still the May release (https://www.nuget.org/packages/Microsoft.Azure.Management.Network/). I'm assuming I have to wait until the Network team updates their SDK before I can merge this PR?

I think NRP has a practice of using local SDK package in network branch. @MikhailTryakhov could you point the instructions to @dexiang-ms ? Thanks

Besides, your branch was not created from Azure:network-june so changing the base branch causes too many commits in this PR. I suggest create a new one from Azure:network-june and cherry-pick your commits there. Then submit a new PR

I think the local SDK practice is only for local development, but these merge validation checks are using the published SDK. Waiting on @MikhailTryakhov to update us on the progress of the SDK.

@dexiang-ms
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.