Skip to content

Commit cbb2099

Browse files
Wzb123456789msyyc
authored andcommitted
Update readme.python.md (Azure#22690)
* Update readme.python.md * Update readme.python.md * Update readme.python.md --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 24001f6 commit cbb2099

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

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

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,17 @@
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-mode: create
8-
python:
9-
azure-arm: true
10-
license-header: MICROSOFT_MIT_NO_VERSION
11-
payload-flattening-threshold: 2
12-
namespace: azure.mgmt.newrelic
13-
package-name: azure-mgmt-newrelic
14-
package-version: 2022-07-01-preview
15-
clear-output-folder: true
6+
``` yaml $(python)
7+
title: NewRelicObservabilityMgmtClient
8+
azure-arm: true
9+
license-header: MICROSOFT_MIT_NO_VERSION
10+
namespace: azure.mgmt.newrelicobservability
11+
package-name: azure-mgmt-newrelicobservability
12+
package-version: 1.0.0b1
13+
clear-output-folder: true
1614
```
1715
18-
``` yaml $(python) && $(python-mode) == 'update'
19-
python:
20-
no-namespace-folders: true
21-
output-folder: $(python-sdks-folder)/azure-mgmt-newrelic/azure/mgmt/newrelic
22-
```
23-
24-
``` yaml $(python) && $(python-mode) == 'create'
25-
python:
26-
basic-setup-py: true
27-
output-folder: $(python-sdks-folder)/azure-mgmt-newrelic
16+
``` yaml $(python)
17+
no-namespace-folders: true
18+
output-folder: $(python-sdks-folder)/newrelicobservability/azure-mgmt-newrelicobservability/azure/mgmt/newrelicobservability
2819
```

0 commit comments

Comments
 (0)