diff --git a/specification/resources/resource-manager/readme.md b/specification/resources/resource-manager/readme.md index 1c7b8584a822..913bae224639 100644 --- a/specification/resources/resource-manager/readme.md +++ b/specification/resources/resource-manager/readme.md @@ -105,6 +105,27 @@ input-file: ### Tag: package-policy-2023-04 +These settings apply only when `--tag=package-policy-2023-04` is specified on the command line. + +``` yaml $(tag) == 'package-policy-2023-04' +input-file: +- Microsoft.Authorization/stable/2020-09-01/dataPolicyManifests.json +- Microsoft.Authorization/stable/2023-04-01/policyDefinitions.json +- Microsoft.Authorization/stable/2023-04-01/policyDefinitionVersions.json +- Microsoft.Authorization/stable/2023-04-01/policySetDefinitions.json +- Microsoft.Authorization/stable/2023-04-01/policySetDefinitionVersions.json +- Microsoft.Authorization/stable/2023-04-01/policyAssignments.json +- Microsoft.Authorization/preview/2022-07-01-preview/policyExemptions.json +- Microsoft.Authorization/preview/2022-08-01-preview/policyVariables.json +- Microsoft.Authorization/preview/2022-08-01-preview/policyVariableValues.json + +# Needed when there is more than one input file +override-info: + title: PolicyClient +``` + +### Tag: package-policy-2023-04-only + These settings apply only when `--tag=package-policy-2023-04-only` is specified on the command line. ``` yaml $(tag) == 'package-policy-2023-04-only' diff --git a/specification/resources/resource-manager/readme.python.md b/specification/resources/resource-manager/readme.python.md index 6f0202da90ca..47b1ef774a77 100644 --- a/specification/resources/resource-manager/readme.python.md +++ b/specification/resources/resource-manager/readme.python.md @@ -33,6 +33,7 @@ batch: - multiapiscript-locks: true - tag: package-managedapplications-2019-07 - multiapiscript-managedapplications: true + - tag: package-policy-2023-04-only - tag: package-policy-2022-08-preview-only - tag: package-policy-2022-07-preview-only - tag: package-policy-2022-06-only