Skip to content
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

powerbidedicated track2 config #13539

Merged
merged 3 commits into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions specification/powerbidedicated/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js powerbidedicated/resource-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ python:
payload-flattening-threshold: 2
namespace: azure.mgmt.powerbidedicated
package-name: azure-mgmt-powerbidedicated
package-version: 2.0.0
clear-output-folder: true
```
``` yaml $(python) && $(track2)
Expand All @@ -21,8 +20,6 @@ azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.powerbidedicated
package-name: azure-mgmt-powerbidedicated
package-version: 2.0.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
Expand Down