From b2ae196e8ff90270dcec87d9b95201819449a5fd Mon Sep 17 00:00:00 2001 From: zhangyan133 <77086185+zhangyan133@users.noreply.github.com> Date: Tue, 16 Mar 2021 15:49:34 +0800 Subject: [PATCH] attestation track2 configure (#13435) * attestation track2 configure * modelerfour configure Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) --- specification/attestation/resource-manager/readme.md | 1 + specification/attestation/resource-manager/readme.python.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/attestation/resource-manager/readme.md b/specification/attestation/resource-manager/readme.md index 7f696dd98e6b..f2099cd924dd 100644 --- a/specification/attestation/resource-manager/readme.md +++ b/specification/attestation/resource-manager/readme.md @@ -60,6 +60,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-go - repo: azure-sdk-for-js - repo: azure-sdk-for-java diff --git a/specification/attestation/resource-manager/readme.python.md b/specification/attestation/resource-manager/readme.python.md index 30daafcd83eb..b84b53a2d352 100644 --- a/specification/attestation/resource-manager/readme.python.md +++ b/specification/attestation/resource-manager/readme.python.md @@ -23,13 +23,15 @@ namespace: azure.mgmt.attestation package-name: azure-mgmt-attestation package-version: 0.1.0 clear-output-folder: true +modelerfour: + lenient-model-deduplication: true ``` ``` yaml $(python) && $(python-mode) == 'update' && !$(track2) python: no-namespace-folders: true output-folder: $(python-sdks-folder)/attestation/azure-mgmt-attestation/azure/mgmt/attestation ``` -``` yaml $(python) && $(python-mode) == 'create' && $(track2) +``` yaml $(python) && $(python-mode) == 'create' && !$(track2) python: basic-setup-py: true output-folder: $(python-sdks-folder)/attestation/azure-mgmt-attestation