Skip to content

Commit 8bbda78

Browse files
msyycAndrew Sager
authored andcommitted
[databricks] Update readme.python.md (Azure#14809)
* Update readme.python.md * Update readme.md
1 parent a138d69 commit 8bbda78

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

specification/databricks/resource-manager/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ This is not used by Autorest itself.
120120
``` yaml $(swagger-to-sdk)
121121
swagger-to-sdk:
122122
- repo: azure-powershell
123-
- repo: azure-sdk-for-python
124123
- repo: azure-sdk-for-python-track2
125124
- repo: azure-sdk-for-go
126125
- repo: azure-sdk-for-js

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

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,22 @@
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>`.
5-
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
65

7-
``` yaml $(python) && !$(track2)
8-
python-mode: create
9-
python:
10-
azure-arm: true
11-
license-header: MICROSOFT_MIT_NO_VERSION
12-
payload-flattening-threshold: 2
13-
namespace: azure.mgmt.databricks
14-
package-name: azure-mgmt-databricks
15-
package-version: 0.1.0
16-
clear-output-folder: true
17-
```
18-
``` yaml $(python) && $(track2)
19-
python-mode: create
6+
``` yaml $(track2)
207
azure-arm: true
218
license-header: MICROSOFT_MIT_NO_VERSION
22-
namespace: azure.mgmt.databricks
239
package-name: azure-mgmt-databricks
24-
package-version: 0.1.0
10+
no-namespace-folders: true
11+
package-version: 1.0.0b1
2512
clear-output-folder: true
2613
```
27-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
28-
python:
29-
no-namespace-folders: true
30-
output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks/azure/mgmt/databricks
31-
```
32-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
33-
python:
34-
basic-setup-py: true
35-
output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks
36-
```
37-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
14+
15+
``` yaml $(python-mode) == 'update' && $(track2)
3816
no-namespace-folders: true
3917
output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks/azure/mgmt/databricks
4018
```
41-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
19+
20+
``` yaml $(python-mode) == 'create' && $(track2)
4221
basic-setup-py: true
4322
output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks
4423
```

0 commit comments

Comments
 (0)