Skip to content

Latest commit

 

History

History
111 lines (83 loc) · 4.34 KB

File metadata and controls

111 lines (83 loc) · 4.34 KB

Python

These settings apply only when --python is specified on the command line.

python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-applicationinsights
package-version: 1.0.0b1
clear-output-folder: true
no-namespace-folders: true

Python multi-api

clear-output-folder: true
batch:
  - tag: package-2015-05
  - tag: package-2017-10
  - tag: package-2018-05-01-preview
  - tag: package-2018-06-17-preview
  - tag: package-2019-10-17-preview
  - tag: package-2020-02-02-preview
  - tag: package-2020-02-02
  - tag: package-2020-03-01-preview
  - tag: package-preview-2020-06-only
  - multiapiscript: true
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/
clear-output-folder: false
perform-load: false

Tag: package-2015-05 and python

These settings apply only when --tag=package-2015-05 --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2015_05_01
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2015_05_01

Tag: package-2017-10 and python

These settings apply only when --tag=package-2017-10 --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2017_10_01
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2017_10_01

Tag: package-2018-06-17-preview and python

These settings apply only when --tag=package-2018-06-17-preview --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2018_06_17_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_06_17_preview

Tag: package-2019-10-17-preview and python

These settings apply only when --tag=package-2019-10-17-preview --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2019_10_17_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2019_10_17_preview

Tag: package-2018-05-01-preview and python

These settings apply only when --tag=package-2018-05-01-preview --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2018_05_01_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_05_01_preview

Tag: package-2020-02-02-preview and python

These settings apply only when --tag=package-2020-02-02-preview --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview

Tag: package-2020-03-01-preview and python

These settings apply only when --tag=package-2020-03-01-preview --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2020_03_01_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview

Tag: package-preview-2020-06-only and python

These settings apply only when --tag=package-preview-2020-06-only --python is specified on the command line.

namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
modelerfour:
  lenient-model-deduplication: true