-
Notifications
You must be signed in to change notification settings - Fork 169
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
Make data-plane default tag #2146
Conversation
…into renameTaget
Would you please link the issue number this is addressing in the PR description? This makes it easier to find the PR from the issue. |
attached the issue link |
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.
Tests and samples LGTM, @AlexanderSher should approve src/*
.
We should make sure to closely review the PR to move this into azure-sdk-for-net repo.
@@ -7,6 +7,5 @@ | |||
"..\\..\\..\\artifacts\\bin\\AutoRest.CSharp\\Debug\\netcoreapp3.1\\Azure.Core.Shared" | |||
], | |||
"public-clients": true, | |||
"skip-csproj-packagereference": true, | |||
"data-plane": true |
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.
Curious: What is the reason that data-plane: true
is removed 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.
DPG is default target. if neither azure-arm nor generation1-convenience-client is set, it will be DPG. No need a flag for DPG.
@@ -5,7 +5,6 @@ | |||
``` yaml | |||
require: $(this-folder)/../../../readme.md | |||
input-file: $(this-folder)/ResourceClients-LowLevel.json | |||
data-plane: true |
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 keep this setting in the manually-edited files?
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.
We don't need to maintain data-plane flag anymore. if neither azure-arm nor generation1-convenience-client is set, it will be DPG. No need a flag for DPG.
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.
we only have two flags for customer to set. azure-am for management-plane, eneration1-convenience-client is for HLC.
Mostly ok, but I'm not sure about |
Description
Add your description here!
Checklist
To ensure a quick review and merge, please ensure:
Ready to Land?