Skip to content

Commit a67a8c1

Browse files
[power platform] Update readme.python.md (Azure#33752)
* Update readme.python.md * Update readme.python.md for PowerPlatform configuration
1 parent 917ba27 commit a67a8c1

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

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

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
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

6-
```yaml $(python)
7-
python:
8-
azure-arm: true
9-
license-header: MICROSOFT_MIT_NO_VERSION
10-
payload-flattening-threshold: 2
11-
namespace: Microsoft.PowerPlatform
12-
package-name: powerplatform
13-
package-version: 2020-10-30-preview
14-
clear-output-folder: true
6+
``` yaml $(python)
7+
azure-arm: true
8+
license-header: MICROSOFT_MIT_NO_VERSION
9+
package-name: azure-mgmt-powerplatform
10+
namespace: azure.mgmt.powerplatform
11+
package-version: 1.0.0b1
12+
clear-output-folder: true
13+
title: PowerPlatformMgmtClient
1514
```
1615
17-
```yaml $(python)
18-
python:
19-
no-namespace-folders: true
20-
output-folder: $(python-sdks-folder)/azure-mgmt/powerplatform
16+
``` yaml $(python)
17+
no-namespace-folders: true
18+
output-folder: $(python-sdks-folder)/powerplatform/azure-mgmt-powerplatform/azure/mgmt/powerplatform
19+
```
20+
21+
``` yaml $(python)
22+
modelerfour:
23+
flatten-models: false
2124
```

0 commit comments

Comments
 (0)