From c827b272554c529cc3d47be56d0544c2cc1e46e7 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Thu, 9 Sep 2021 11:25:47 +0800 Subject: [PATCH 1/5] Update readme and readme.python --- .../authorization/resource-manager/readme.md | 28 ++++++++++++ .../resource-manager/readme.python.md | 43 +++++++++++-------- 2 files changed, 54 insertions(+), 17 deletions(-) diff --git a/specification/authorization/resource-manager/readme.md b/specification/authorization/resource-manager/readme.md index 3de1d14c3be8..9607797731d4 100644 --- a/specification/authorization/resource-manager/readme.md +++ b/specification/authorization/resource-manager/readme.md @@ -133,6 +133,25 @@ input-file: - Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicyAssignment.json ``` +### Tag: package-2020-10-01-preview-only + +These settings apply only when `--tag=package-2020-10-01-preview-only` is specified on the command line. + +``` yaml $(tag) == 'package-2020-10-01-preview-only' +input-file: +- Microsoft.Authorization/preview/2020-10-01-preview/authorization-RoleAssignmentsCalls.json +- Microsoft.Authorization/preview/2020-10-01-preview/common-types.json +- Microsoft.Authorization/preview/2020-10-01-preview/EligibleChildResources.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentSchedule.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentScheduleInstance.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentScheduleRequest.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleEligibilitySchedule.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleEligibilityScheduleInstance.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleEligibilityScheduleRequest.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json +- Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicyAssignment.json +``` + ### Tag: profile-hybrid-2020-09-01 These settings apply only when `--tag=profile-hybrid-2020-09-01` is specified on the command line. @@ -161,6 +180,15 @@ input-file: - Microsoft.Authorization/preview/2020-08-01-preview/authorization-RoleAssignmentsCalls.json ``` +### Tag: package-2019-08-01-preview-only + +These settings apply only when `--tag=package-2019-08-01-preview-only` is specified on the command line. + +``` yaml $(tag) == 'package-2019-08-01-preview-only' +input-file: +- Microsoft.Authorization/preview/2019-08-01-preview/authorization-RoleAssignmentsCalls.json +``` + ### Tag: package-2020-04-01-preview These settings apply only when `--tag=package-2020-04-01-preview` is specified on the command line. diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index dc4663923c3a..6cd58166259d 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -55,6 +55,23 @@ namespace: azure.mgmt.authorization.v2021_03_01_preview output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_03_01_preview ``` +### Tag: package-2021-01-01-preview-only and python + +These settings apply only when `--tag=package-2021-01-01-preview-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2021-01-01-preview-only' && $(python) +namespace: azure.mgmt.authorization.v2021_01_01_preview +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_01_01_preview +``` +### Tag: package-2020-10-01-preview-only and python + +These settings apply only when `--tag=package-2020-10-01-preview-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2020-10-01-preview-only' && $(python) +namespace: azure.mgmt.authorization.v2020_10_01_preview +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_10_01_preview +``` + ### Tag: package-2020-04-01-preview-only and python These settings apply only when `--tag=package-2020-04-01-preview-only --python` is specified on the command line. @@ -64,6 +81,15 @@ namespace: azure.mgmt.authorization.v2020_04_01_preview output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_04_01_preview ``` +### Tag: package-2019-08-01-preview-only and python + +These settings apply only when `--tag=package-2019-08-01-preview-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2019-08-01-preview-only' && $(python) +namespace: azure.mgmt.authorization.v2019_08_01_preview +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2019_08_01_preview +``` + ### Tag: package-2018-09-01-preview-only and python These settings apply only when `--tag=package-2018-09-01-preview-only --python` is specified on the command line. @@ -117,20 +143,3 @@ These settings apply only when `--tag=2015-06-01-preview --python` is specified namespace: azure.mgmt.authorization.v2015_06_01 output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_06_01 ``` - -### Tag: package-2021-01-01-preview-only and python - -These settings apply only when `--tag=package-2021-01-01-preview-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2021-01-01-preview-only' && $(python) -namespace: azure.mgmt.authorization.v2021_01_01_preview -output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_01_01_preview -``` -### Tag: package-2020-10-01-preview and python - -These settings apply only when `--tag=package-2020-10-01-preview --python` is specified on the command line. - -``` yaml $(tag) == 'package-2020-10-01-preview' && $(python) -namespace: azure.mgmt.authorization.v2020_10_01_preview -output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_10_01_preview -``` \ No newline at end of file From fbfb673eaae5714f5f06398f9951d01115921e10 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Thu, 9 Sep 2021 13:36:27 +0800 Subject: [PATCH 2/5] Update readme python --- specification/authorization/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index 6cd58166259d..80f14f8706c7 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -20,8 +20,8 @@ batch: - tag: package-2021-07-01-preview-only - tag: package-2021-03-01-preview-only - tag: package-2021-01-01-preview-only + - tag: package-2020-10-01-preview-only - tag: package-2020-04-01-preview-only - - tag: package-2020-10-01-preview - tag: package-2018-09-01-preview-only - tag: package-2018-07-01-preview-only - tag: package-2018-05-01-preview From 95adb2982c60e44b4d95ed2398d450a8851a7a66 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Thu, 9 Sep 2021 13:46:38 +0800 Subject: [PATCH 3/5] Update readme python --- specification/authorization/resource-manager/readme.python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index 80f14f8706c7..9fd11cdf40f4 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -22,6 +22,7 @@ batch: - tag: package-2021-01-01-preview-only - tag: package-2020-10-01-preview-only - tag: package-2020-04-01-preview-only + - tag: package-2019-08-01-preview-only - tag: package-2018-09-01-preview-only - tag: package-2018-07-01-preview-only - tag: package-2018-05-01-preview From cc8f899f8f8fd36a1a135a7128bcfefb87020da7 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:55:29 +0800 Subject: [PATCH 4/5] Update readme.python.md --- specification/authorization/resource-manager/readme.python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index 80f14f8706c7..9fd11cdf40f4 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -22,6 +22,7 @@ batch: - tag: package-2021-01-01-preview-only - tag: package-2020-10-01-preview-only - tag: package-2020-04-01-preview-only + - tag: package-2019-08-01-preview-only - tag: package-2018-09-01-preview-only - tag: package-2018-07-01-preview-only - tag: package-2018-05-01-preview From 35ad154382d1572f56b95ef51a0cca1aa30fa889 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Thu, 9 Sep 2021 14:11:44 +0800 Subject: [PATCH 5/5] Update readme python --- .../authorization/resource-manager/readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/specification/authorization/resource-manager/readme.md b/specification/authorization/resource-manager/readme.md index 9607797731d4..10ef4af1ddca 100644 --- a/specification/authorization/resource-manager/readme.md +++ b/specification/authorization/resource-manager/readme.md @@ -180,15 +180,6 @@ input-file: - Microsoft.Authorization/preview/2020-08-01-preview/authorization-RoleAssignmentsCalls.json ``` -### Tag: package-2019-08-01-preview-only - -These settings apply only when `--tag=package-2019-08-01-preview-only` is specified on the command line. - -``` yaml $(tag) == 'package-2019-08-01-preview-only' -input-file: -- Microsoft.Authorization/preview/2019-08-01-preview/authorization-RoleAssignmentsCalls.json -``` - ### Tag: package-2020-04-01-preview These settings apply only when `--tag=package-2020-04-01-preview` is specified on the command line. @@ -228,6 +219,15 @@ input-file: - Microsoft.Authorization/preview/2019-08-01-preview/authorization-UsageMetricsCalls.json ``` +### Tag: package-2019-08-01-preview-only + +These settings apply only when `--tag=package-2019-08-01-preview-only` is specified on the command line. + +``` yaml $(tag) == 'package-2019-08-01-preview-only' +input-file: +- Microsoft.Authorization/preview/2019-08-01-preview/authorization-UsageMetricsCalls.json +``` + ### Tag: profile-hybrid-2019-03-01 These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.