-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Az python sdk folder change #8999
Closed
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
6a75990
codegen onboard df for cli
qiaozha 4f86a44
df changeback
qiaozha 180fe8b
directive clicommon
qiaozha b14b4d3
move some configuration to commom
qiaozha 54f65ff
try to flatten everything but base polymorphic class
qiaozha 0fbdca8
datafactory change
qiaozha 3a45f5d
datafactory change
qiaozha 47585f4
test json
qiaozha b0131c5
remove x-ms-client-flatten directive
qiaozha 06b118d
use clicommon flatten
qiaozha 2a88370
for datafactory
qiaozha ab11210
python configuration
qiaozha 380ff96
annotate clear-output-folder for the moment
qiaozha 1ca9bcd
Merge branch 'master' into codegen-datafactory-onboard-cli
qiaozha 3abb55b
Merge branch 'codegen-datafactory-onboard-cli' of github.com:Azure/az…
qiaozha 5d8c366
support for poly config
qiaozha 69dc20a
df poly setting
qiaozha c93b82f
test kusto
qiaozha d1f52c9
datafactory
qiaozha 430ffa7
change python sdk path
qiaozha 46cfca4
remove cli test
qiaozha 9ed543b
change pythonsdk folder
qiaozha 71095f0
merge master
qiaozha 51bd017
Compress changes on env-test
4e08829
enable avocado0.6.3
ruowan e3ed0fe
update
829b09c
Update SDKAutomation.yml
xiaoxuqi-ms baff48f
Update SwaggerToSDK.yml
xiaoxuqi-ms 2430892
Update specificationRepositoryConfiguration.json
xiaoxuqi-ms be2f3c0
Update package.json
xiaoxuqi-ms dbe8f90
Update specificationRepositoryConfiguration.json
xiaoxuqi-ms 1785aad
Update specificationRepositoryConfiguration.json
xiaoxuqi-ms 9571162
Merge branch 'master' into az-python-sdk-folder-change
qiaozha 542e5e6
change for the new az codegen
qiaozha 1bd98f0
Merge branch 'master' of github.com:Azure/azure-rest-api-specs
qiaozha b17b95d
Merge branch 'master' into az-python-sdk-folder-change
qiaozha d88d2d3
Merge branch 'master' into az-python-sdk-folder-change
qiaozha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,143 +1,45 @@ | ||
--- | ||
- rule: | ||
# data-plane PR | ||
paths: | ||
- "specification/**/data-plane/**" | ||
paths: "documentation/**" | ||
reviewers: | ||
- anuchandy | ||
- jhendrixMSFT | ||
- lmazuel | ||
- tjprescott | ||
|
||
- rule: | ||
paths: | ||
- "specification/network/**" | ||
reviewers: | ||
- lirenhe | ||
- MyronFanQiu | ||
|
||
- rule: | ||
paths: | ||
- "specification/@(applicationinsights|operationalinsights)/**" | ||
reviewers: | ||
- MyronFanQiu | ||
|
||
- rule: | ||
paths: "specification/compute/**" | ||
reviewers: | ||
- ArcturusZhang | ||
- fengzhou-msft | ||
- yungezz | ||
- ruowan | ||
- raych1 | ||
|
||
- rule: | ||
paths: | ||
- "specification/machinelearningservices/**" | ||
paths: "specification/**/Microsoft.Network/**" | ||
reviewers: | ||
- ArcturusZhang | ||
- ruowan | ||
- NullMDR | ||
- Dreamgoing | ||
|
||
- rule: | ||
paths: | ||
- "specification/authorization/**" | ||
reviewers: | ||
- qianwens | ||
- yungezz | ||
|
||
- rule: | ||
paths: | ||
- "specification/datafactory/**" | ||
reviewers: | ||
- qianwens | ||
|
||
- rule: | ||
paths: | ||
- "specification/monitor/**" | ||
reviewers: | ||
- weidongxu-microsoft | ||
- MyronFanQiu | ||
|
||
- rule: | ||
paths: | ||
- "specification/storage/**" | ||
- "specification/@(containerservice|databricks|containerregistry|compute)/**" | ||
- "specification/@(docker)/**" | ||
reviewers: | ||
- qianwens | ||
- Juliehzl | ||
- ruowan | ||
- Dreamgoing | ||
|
||
- rule: | ||
paths: "specification/mediaservices/**" | ||
paths: "specification/**/date-plane/**" | ||
reviewers: | ||
- allenjzhang | ||
- Dreamgoing | ||
|
||
- rule: | ||
paths: | ||
- "specification/@(keyvault|notificationhubs)/**" | ||
- "specification/@(databricks|containerregistry)/**" | ||
reviewers: | ||
- fengzhou-msft | ||
|
||
- rule: | ||
paths: | ||
- "specification/@(containerservice|containerinstance)/**" | ||
- "specification/**/resource-manager/**" | ||
reviewers: | ||
- NullMDR | ||
- fengzhou-msft | ||
- yungezz | ||
|
||
- rule: | ||
paths: | ||
- "specification/mixedreality/**" | ||
reviewers: | ||
- leni-msft | ||
|
||
- rule: | ||
paths: | ||
- "specification/portal/**" | ||
reviewers: | ||
- NullMDR | ||
|
||
- rule: | ||
paths: | ||
- "specification/web/**" | ||
reviewers: | ||
- weidongxu-microsoft | ||
|
||
- rule: | ||
paths: | ||
- "documentation/**" | ||
reviewers: | ||
- josefree | ||
- akning-ms | ||
- ruowan | ||
|
||
- rule: | ||
paths: | ||
- "**/package.json" | ||
- ".github/**" | ||
- "**/azure-pipelines.yml" | ||
- ".azure-pipelines/**" | ||
- ".azure-pipelines-preproduction/**" | ||
- "**/package.json" | ||
- "package.json" | ||
reviewers: | ||
- akning-ms | ||
- ruowan | ||
- NullMDR | ||
|
||
- rule: | ||
# manager-plane PR | ||
paths: | ||
- "**" | ||
paths: "**" | ||
reviewers: | ||
- yungezz | ||
- zikalino | ||
- erich-wang | ||
- NullMDR | ||
- raych1 | ||
- lirenhe | ||
- weidongxu-microsoft | ||
- ArcturusZhang | ||
- xccc-msft | ||
- ChenTanyi | ||
- fengzhou-msft | ||
- njuCZ | ||
- akning-ms | ||
- markcowl | ||
- leni-msft | ||
- qianwens | ||
- allenjzhang | ||
- ruowan |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please don't include change in test repo