Skip to content

Commit

Permalink
python config
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Jun 6, 2024
1 parent d37f1b4 commit 4f87628
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions specification/resources/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f87628

Please sign in to comment.