Skip to content

Commit

Permalink
[python] t2-confidentialledger config (#14144)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md
  • Loading branch information
msyyc authored Apr 27, 2021
1 parent 4e6a4ff commit ca6f936
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@
These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

```yaml $(python)
``` yaml $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: microsoft.confidentialledger
package-name: azure-mgmt-confidentialledger
package-version: 0.0.1
no-namespace-folders: true
package-version: 1.0.0b1
clear-output-folder: true
```
```yaml $(python)
``` yaml $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/confidentialledger/azure-mgmt-confidentialledger/azure/mgmt/confidentialledger
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/confidentialledger/azure-mgmt-confidentialledger
```

0 comments on commit ca6f936

Please sign in to comment.