File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
specification/operationalinsights/resource-manager Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ title: LogAnalyticsManagementClient
3434` ` ` yaml
3535description : Operational Insights Client
3636openapi-type : arm
37- tag : package-2020-10
37+ tag : package-2020-08
3838` ` `
3939
4040
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ These settings apply only when `--python` is specified on the command line.
22Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
33Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
44
5- ``` yaml $(python)
5+ ``` yaml $(python) && $(track2)
66python-mode : create
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
@@ -12,11 +12,11 @@ package-version: 7.0.0b1
1212clear-output-folder : true
1313` ` `
1414
15- ` ` ` yaml $(python) && $(python-mode) == 'update'
15+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics
1818` ` `
19- ` ` ` yaml $(python) && $(python-mode) == 'create'
19+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
2020basic-setup-py : true
2121output-folder : $(python-sdks-folder)/loganalytics/azure-mgmt-loganalytics
2222` ` `
You can’t perform that action at this time.
0 commit comments