Skip to content

Commit fae3ba7

Browse files
authored
update python config (#24135)
1 parent d95f297 commit fae3ba7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

specification/keyvault/resource-manager/readme.python.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key
116116

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

119-
``` yaml $(tag) == 'package-2016-10'
119+
``` yaml $(tag) == 'package-2016-10' && $(python)
120120
namespace: azure.mgmt.keyvault.v2016_10_01
121121
output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault/v2016_10_01
122+
directive:
123+
- from: keyvault.json
124+
where: $.definitions.Sku.properties.family
125+
transform: >
126+
$['default'] = 'A';
122127
```
123128

124129
``` yaml $(python)

0 commit comments

Comments
 (0)