From 77ad05f2b442e55418477f70881f08476006e0fa Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 10 Oct 2022 17:39:05 +0800 Subject: [PATCH] config --- .../authorization/resource-manager/readme.md | 13 +++++++++++++ .../authorization/resource-manager/readme.python.md | 10 ++++++++++ 2 files changed, 23 insertions(+) diff --git a/specification/authorization/resource-manager/readme.md b/specification/authorization/resource-manager/readme.md index 032efcd03573..bd71d332e033 100755 --- a/specification/authorization/resource-manager/readme.md +++ b/specification/authorization/resource-manager/readme.md @@ -157,6 +157,19 @@ input-file: - Microsoft.Authorization/stable/2020-10-01/RoleManagementPolicyAssignment.json ``` +### Tag: package-2022-04-01-only + +These settings apply only when `--tag=package-2022-04-01-only` is specified on the command line. + +``` yaml $(tag) == 'package-2022-04-01-only' +input-file: +- Microsoft.Authorization/stable/2022-04-01/authorization-DenyAssignmentCalls.json +- Microsoft.Authorization/stable/2022-04-01/authorization-ProviderOperationsCalls.json +- Microsoft.Authorization/stable/2022-04-01/authorization-RoleAssignmentsCalls.json +- Microsoft.Authorization/stable/2022-04-01/authorization-RoleDefinitionsCalls.json +- Microsoft.Authorization/stable/2022-04-01/common-types.json +``` + ### Tag: package-2022-04-01-preview-only These settings apply only when `--tag=package-2022-04-01-preview-only` 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 fb21cef17d56..3a8fa017b593 100644 --- a/specification/authorization/resource-manager/readme.python.md +++ b/specification/authorization/resource-manager/readme.python.md @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: + - tag: package-2022-04-01-only - tag: package-2021-12-01-preview-only - tag: package-2021-07-01-preview-only - tag: package-2021-03-01-preview-only @@ -39,6 +40,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur perform-load: false ``` +### Tag: package-2022-04-01-only and python + +These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line. + +``` yaml $(tag) == 'package-2022-04-01-only' && $(python) +namespace: azure.mgmt.authorization.v2022_04_01 +output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01 +``` + ### Tag: package-2021-12-01-preview-only and python These settings apply only when `--tag=package-2021-12-01-preview-only --python` is specified on the command line.