Skip to content

Commit 23d8853

Browse files
authored
Update readme.python.md (#24980)
* Update readme.python.md * Update readme.python.md
1 parent 7c50841 commit 23d8853

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ 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 $(python)
7+
title: AzureSphereMgmtClient
78
azure-arm: true
89
license-header: MICROSOFT_MIT_NO_VERSION
9-
package-name: azure-mgmt-azuresphere
10-
namespace: azure.mgmt.azuresphere
10+
package-name: azure-mgmt-sphere
11+
namespace: azure.mgmt.sphere
1112
package-version: 1.0.0b1
1213
clear-output-folder: true
1314
```
1415
1516
``` yaml $(python)
1617
no-namespace-folders: true
17-
output-folder: $(python-sdks-folder)/azuresphere/azure-mgmt-azuresphere/azure/mgmt/azuresphere
18+
output-folder: $(python-sdks-folder)/sphere/azure-mgmt-sphere/azure/mgmt/sphere
1819
```

0 commit comments

Comments
 (0)