diff --git a/specification/confluent/resource-manager/readme.md b/specification/confluent/resource-manager/readme.md index 42587e59dd49..abc71a674bb0 100644 --- a/specification/confluent/resource-manager/readme.md +++ b/specification/confluent/resource-manager/readme.md @@ -51,6 +51,7 @@ This is not used by Autorest itself. swagger-to-sdk: - repo: azure-sdk-for-net - repo: azure-sdk-for-python + - repo: azure-sdk-for-python-track2 - repo: azure-sdk-for-java - repo: azure-sdk-for-go - repo: azure-sdk-for-js diff --git a/specification/confluent/resource-manager/readme.python.md b/specification/confluent/resource-manager/readme.python.md index f419f0b48043..e26460adc6cc 100644 --- a/specification/confluent/resource-manager/readme.python.md +++ b/specification/confluent/resource-manager/readme.python.md @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. -``` yaml $(python) +``` yaml $(python) && !$(track2) python-mode: create python: azure-arm: true @@ -12,16 +12,30 @@ python: payload-flattening-threshold: 2 namespace: azure.mgmt.confluent package-name: azure-mgmt-confluent - package-version: 2020-03-01-preview + package-version: 1.0.0b1 clear-output-folder: true ``` +``` yaml $(python) && $(track2) +python-mode: create +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +payload-flattening-threshold: 2 +namespace: azure.mgmt.confluent +package-name: azure-mgmt-confluent +package-version: 1.0.0b1 +clear-output-folder: true +``` ``` yaml $(python) && $(python-mode) == 'update' python: no-namespace-folders: true output-folder: $(python-sdks-folder)/azure-mgmt-confluent/azure/mgmt/confluent +no-namespace-folders: true +output-folder: $(python-sdks-folder)/azure-mgmt-confluent/azure/mgmt/confluent ``` ``` yaml $(python) && $(python-mode) == 'create' python: basic-setup-py: true output-folder: $(python-sdks-folder)/azure-mgmt-confluent +basic-setup-py: true +output-folder: $(python-sdks-folder)/azure-mgmt-confluent ``` \ No newline at end of file