File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
specification/deviceupdate/data-plane Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,21 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55
66``` yaml
7- azure-arm : false
8- license-header : MICROSOFT_MIT_SMALL_NO_CODEGEN
9- namespace : azure.deviceupdate
10- package-name : azure-deviceupdate
11- package-version : 2020-09-01-preview
7+ python-mode : create
8+ license-header : MICROSOFT_MIT_NO_VERSION
9+ namespace : azure.iot. deviceupdate
10+ package-name : azure-iot- deviceupdate
11+ package-version : 1.0.0b1
1212 clear-output-folder : true
13- add-credentials : true
13+ add-credentials : true
1414 credential-scopes : 6ee392c4-d339-4083-b04d-6b7947c6cf78/.default
15- no-namespace-folders : true
16- output-folder : $(python-sdks-folder)/sdk/deviceupdate/azure-deviceupdate/azure/deviceupdate
15+ ` ` `
16+
17+ ` ` ` yaml $(python-mode) == 'create'
18+ output-folder : $(python-sdks-folder)/deviceupdate/azure-iot-deviceupdate
19+ ` ` `
20+
21+ ` ` ` yaml $(python-mode) == 'update'
22+ no-namespace-folders : true
23+ output-folder : $(python-sdks-folder)/deviceupdate/azure-iot-deviceupdate/azure/iot/deviceupdate
1724` ` `
You can’t perform that action at this time.
0 commit comments