Skip to content

Commit

Permalink
Fix resource types & versions supported by KV for schema generation (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored and giromm2ms committed Dec 20, 2020
1 parent 12ea402 commit a328887
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ output-folder: $(azureresourceschema-folder)/schemas
input-file:
- Microsoft.KeyVault/stable/2019-09-01/keyvault.json
- Microsoft.KeyVault/stable/2019-09-01/providers.json
- Microsoft.KeyVault/stable/2019-09-01/keys.json
- Microsoft.KeyVault/stable/2019-09-01/secrets.json

```

Expand All @@ -52,6 +54,7 @@ output-folder: $(azureresourceschema-folder)/schemas
input-file:
- Microsoft.KeyVault/preview/2018-02-14-preview/keyvault.json
- Microsoft.KeyVault/preview/2018-02-14-preview/providers.json
- Microsoft.KeyVault/preview/2018-02-14-preview/secrets.json

```

Expand All @@ -64,6 +67,7 @@ output-folder: $(azureresourceschema-folder)/schemas
input-file:
- Microsoft.KeyVault/stable/2018-02-14/keyvault.json
- Microsoft.KeyVault/stable/2018-02-14/providers.json
- Microsoft.KeyVault/stable/2018-02-14/secrets.json

```

Expand All @@ -76,6 +80,7 @@ output-folder: $(azureresourceschema-folder)/schemas
input-file:
- Microsoft.KeyVault/stable/2016-10-01/keyvault.json
- Microsoft.KeyVault/stable/2016-10-01/providers.json
- Microsoft.KeyVault/stable/2016-10-01/secrets.json

```

Expand Down

0 comments on commit a328887

Please sign in to comment.