Skip to content

Commit 3253461

Browse files
authored
[deviceupdate] make changes to readme in time for first release (#13240)
* make changes to readme in time for first release * remove specification of 'sdk' in path
1 parent 2a65b0a commit 3253461

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

specification/deviceupdate/data-plane/readme.python.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ These settings apply only when `--python` is specified on the command line.
44
Please 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
```

0 commit comments

Comments
 (0)