diff --git a/specification/authorization/resource-manager/readme.md b/specification/authorization/resource-manager/readme.md index 3de1d14c3be8..10ef4af1ddca 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. @@ -200,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. diff --git a/specification/authorization/resource-manager/readme.python.md b/specification/authorization/resource-manager/readme.python.md index dc4663923c3a..9fd11cdf40f4 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -20,8 +20,9 @@ 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-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 @@ -55,6 +56,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 +82,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 +144,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