Skip to content

Commit

Permalink
Update appconfiguration Python conf (Azure#6340)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Jun 13, 2019
1 parent 0a87255 commit 0aa3bf2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ python:
payload-flattening-threshold: 2
namespace: azure.mgmt.appconfiguration
package-name: azure-mgmt-appconfiguration
package-version: 2.0.0
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-appconfiguration
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
```

0 comments on commit 0aa3bf2

Please sign in to comment.