File tree Expand file tree Collapse file tree 1 file changed +11
-20
lines changed
specification/newrelic/resource-manager Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Original file line number Diff line number Diff line change 33These 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
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` ` `
You can’t perform that action at this time.
0 commit comments