From 285e087686fb20c4aecf62f528dd7d3ebf733c74 Mon Sep 17 00:00:00 2001 From: unknown <424401670@qq.com> Date: Thu, 24 Mar 2022 14:56:46 +0800 Subject: [PATCH] update readme --- .../blueprint/resource-manager/readme.python.md | 11 +++-------- .../consumption/resource-manager/readme.python.md | 9 ++------- .../dashboard/resource-manager/readme.python.md | 11 +++-------- .../deviceupdate/resource-manager/readme.python.md | 9 ++------- specification/dfp/resource-manager/readme.python.md | 12 ++++-------- 5 files changed, 14 insertions(+), 38 deletions(-) diff --git a/specification/blueprint/resource-manager/readme.python.md b/specification/blueprint/resource-manager/readme.python.md index e39e1e3a364a..06e8474ab102 100644 --- a/specification/blueprint/resource-manager/readme.python.md +++ b/specification/blueprint/resource-manager/readme.python.md @@ -3,21 +3,16 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-blueprint -no-namespace-folders: true +namespace: azure.mgmt.blueprint package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint/azure/mgmt/blueprint ``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint -``` diff --git a/specification/consumption/resource-manager/readme.python.md b/specification/consumption/resource-manager/readme.python.md index da32a2eb292b..e334ef5f0d25 100644 --- a/specification/consumption/resource-manager/readme.python.md +++ b/specification/consumption/resource-manager/readme.python.md @@ -5,7 +5,7 @@ Please also specify `--python-sdks-folder=`. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-dashboard -no-namespace-folders: true +namespace: azure.mgmt.dashboard package-version: 1.0.0b1 clear-output-folder: true ``` -``` yaml $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/dashboard/azure-mgmt-dashboard/azure/mgmt/dashboard ``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/dashboard/azure-mgmt-dashboard -``` diff --git a/specification/deviceupdate/resource-manager/readme.python.md b/specification/deviceupdate/resource-manager/readme.python.md index 7fae013c3985..ed6d73c55776 100644 --- a/specification/deviceupdate/resource-manager/readme.python.md +++ b/specification/deviceupdate/resource-manager/readme.python.md @@ -3,7 +3,7 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. -```yaml $(python) && $(track2) +```yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-deviceupdate @@ -11,12 +11,7 @@ package-version: 1.0.0b1 no-namespace-folders: true ``` -```yaml $(python) && $(track2) && $(python-mode) == 'update' +```yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate/azure/mgmt/deviceupdate ``` - -```yaml $(python) && $(track2) && $(python-mode) == 'create' -basic-setup-py: true -output-folder: $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate -``` diff --git a/specification/dfp/resource-manager/readme.python.md b/specification/dfp/resource-manager/readme.python.md index e90a5c859097..8da8497eec00 100644 --- a/specification/dfp/resource-manager/readme.python.md +++ b/specification/dfp/resource-manager/readme.python.md @@ -3,19 +3,15 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(track2) +``` yaml $(python) azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-dfp -no-namespace-folders: true +namespace: azure.mgmt.dfp package-version: 1.0.0b1 ``` -``` yaml $(python-mode) == 'update' && $(track2) +``` yaml $(python) no-namespace-folders: true output-folder: $(python-sdks-folder)/dfp/azure-mgmt-dfp/azure/mgmt/dfp -``` - -``` yaml $(python-mode) == 'create' && $(track2) -basic-setup-py: true -output-folder: $(python-sdks-folder)/dfp/azure-mgmt-dfp \ No newline at end of file +``` \ No newline at end of file