Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 1.53 KB

File metadata and controls

48 lines (43 loc) · 1.53 KB

Python

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.

python-mode: create
python:
  azure-arm: true
  license-header: MICROSOFT_MIT_NO_VERSION
  payload-flattening-threshold: 2
  namespace: azure.mgmt.securityinsight
  package-name: azure-mgmt-securityinsight
  package-version: 0.1.0
  clear-output-folder: true
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.securityinsight
package-name: azure-mgmt-securityinsight
package-version: 0.1.0
clear-output-folder: true
python:
  no-namespace-folders: true
  output-folder: $(python-sdks-folder)/azure-mgmt-securityinsight/azure/mgmt/securityinsight
python:
  basic-setup-py: true
  output-folder: $(python-sdks-folder)/azure-mgmt-securityinsight
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-securityinsight/azure/mgmt/securityinsight
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-securityinsight