Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f9262a4
Adds base for updating Microsoft.Kusto from version stable/2021-01-01…
hilalevi170 Aug 11, 2021
fff7651
Updates readme
hilalevi170 Aug 11, 2021
620a14a
Updates API version in new specs and examples
hilalevi170 Aug 11, 2021
015140c
Swagger changes
hilalevi170 Aug 11, 2021
056abae
it1
hilalevi170 Aug 11, 2021
bc28a37
hh
hilalevi170 Aug 11, 2021
f604653
it2
hilalevi170 Aug 11, 2021
28edc7b
it3
hilalevi170 Aug 11, 2021
67a7e1f
it5
hilalevi170 Aug 11, 2021
0f08b6d
it6
hilalevi170 Aug 11, 2021
00a2d84
it7
hilalevi170 Aug 11, 2021
3cf8a32
readme
hilalevi170 Aug 11, 2021
a6dc631
it10
hilalevi170 Aug 12, 2021
a29a7fa
it11
hilalevi170 Aug 12, 2021
f7807a0
it11
hilalevi170 Aug 16, 2021
b0516b1
it 12
hilalevi170 Aug 16, 2021
a24569e
it 13
hilalevi170 Aug 16, 2021
dc92b85
prettier
hilalevi170 Aug 16, 2021
9f6e2e9
python
hilalevi170 Aug 16, 2021
50490eb
allowedIpRangeList - remove default
hilalevi170 Aug 16, 2021
d95d3fb
bassel changes
hilalevi170 Aug 17, 2021
6589141
checkNameAvailability
hilalevi170 Aug 17, 2021
1707244
fix lint
hilalevi170 Aug 17, 2021
aa024e2
checkName
hilalevi170 Aug 17, 2021
32cbce5
fix
hilalevi170 Aug 17, 2021
6570270
managedPrivate check name
hilalevi170 Aug 18, 2021
cf57635
prettier
hilalevi170 Aug 18, 2021
2723a01
Update readme.python.md
msyyc Aug 19, 2021
9628467
add attached enum
hilalevi170 Aug 22, 2021
6590b76
Merge branch 'dev-azure-kusto-Microsoft.Kusto-2021-08-27' of https://…
hilalevi170 Aug 22, 2021
536cd6d
Dor comments
hilalevi170 Aug 22, 2021
dc40d8f
fix description
hilalevi170 Aug 24, 2021
99e6577
readOnly
hilalevi170 Aug 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme.python.md
  • Loading branch information
msyyc authored Aug 19, 2021
commit 2723a0180d31f61d2e86ff17e111beaa7f736feb
35 changes: 7 additions & 28 deletions specification/azure-kusto/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,22 @@

These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python) && !$(track2)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.kusto
package-name: azure-mgmt-kusto
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(track2)
python-mode: create
``` yaml $(track2)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.kusto
package-name: azure-mgmt-kusto
package-version: 0.1.0
no-namespace-folders: true
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
```
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)

``` yaml $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)

``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto
```