Skip to content

Commit

Permalink
update python config (#24135)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored May 24, 2023
1 parent d95f297 commit fae3ba7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specification/keyvault/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,14 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key

These settings apply only when `--tag=package-2016-10 --python` is specified on the command line.

``` yaml $(tag) == 'package-2016-10'
``` yaml $(tag) == 'package-2016-10' && $(python)
namespace: azure.mgmt.keyvault.v2016_10_01
output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01
directive:
- from: keyvault.json
where: $.definitions.Sku.properties.family
transform: >
$['default'] = 'A';
```

``` yaml $(python)
Expand Down

0 comments on commit fae3ba7

Please sign in to comment.