We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95f297 commit fae3ba7Copy full SHA for fae3ba7
specification/keyvault/resource-manager/readme.python.md
@@ -116,9 +116,14 @@ output-folder: $(python-sdks-folder)/keyvault/azure-mgmt-keyvault/azure/mgmt/key
116
117
These settings apply only when `--tag=package-2016-10 --python` is specified on the command line.
118
119
-``` yaml $(tag) == 'package-2016-10'
+``` yaml $(tag) == 'package-2016-10' && $(python)
120
namespace: azure.mgmt.keyvault.v2016_10_01
121
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';
127
```
128
129
``` yaml $(python)
0 commit comments