Skip to content

Commit

Permalink
[keyvault] Update readme.python.md (#24137)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored May 24, 2023
1 parent fae3ba7 commit 3c2bb08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specification/keyvault/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ 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' && $(python)
``` yaml $(tag) == 'package-2016-10'
namespace: azure.mgmt.keyvault.v2016_10_01
output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01
```

``` yaml $(python)
modelerfour:
seal-single-value-enum-by-default: true
directive:
- from: keyvault.json
where: $.definitions.Sku.properties.family
transform: >
$['default'] = 'A';
```

``` yaml $(python)
modelerfour:
seal-single-value-enum-by-default: true
```

0 comments on commit 3c2bb08

Please sign in to comment.