Skip to content

Commit 97bf9c2

Browse files
authored
add marketplaceordering config (Azure#11521)
* add marketplaceordering config * fix config
1 parent e59f283 commit 97bf9c2

File tree

1 file changed

+25
-3
lines changed
  • specification/marketplaceordering/resource-manager

1 file changed

+25
-3
lines changed

specification/marketplaceordering/resource-manager/readme.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ These settings apply only when `--python` is specified on the command line.
108108
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
109109
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
110110

111-
``` yaml $(python)
111+
``` yaml $(python) && !$(track2)
112112
python-mode: create
113113
python:
114114
azure-arm: true
@@ -119,17 +119,39 @@ python:
119119
clear-output-folder: true
120120
package-version: 0.1.0
121121
```
122-
``` yaml $(python) && $(python-mode) == 'update'
122+
123+
``` yaml $(python) && $(track2)
124+
python-mode: create
125+
azure-arm: true
126+
license-header: MICROSOFT_MIT_NO_VERSION
127+
namespace: azure.mgmt.marketplaceordering
128+
package-name: azure-mgmt-marketplaceordering
129+
clear-output-folder: true
130+
package-version: 1.0.0b1
131+
```
132+
133+
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
123134
python:
124135
no-namespace-folders: true
125136
output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering/azure/mgmt/marketplaceordering
126137
```
127-
``` yaml $(python) && $(python-mode) == 'create'
138+
139+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
140+
no-namespace-folders: true
141+
output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering/azure/mgmt/marketplaceordering
142+
```
143+
144+
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
128145
python:
129146
basic-setup-py: true
130147
output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering
131148
```
132149

150+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
151+
basic-setup-py: true
152+
output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering
153+
```
154+
133155
Workaround invalid date-time returned by the server.
134156

135157
``` yaml $(python)

0 commit comments

Comments
 (0)