Skip to content

Commit

Permalink
fix folder name for schema auto generation (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
arolshan authored May 7, 2020
1 parent a76d87a commit dbe5089
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/applicationinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ These settings apply only when `--tag=package-2018-05-01-preview` is specified o

``` yaml $(tag) == 'package-2018-05-01-preview'
input-file:
- Microsoft.Insights/preview/2018-05-01/componentProactiveDetection_API.json
- Microsoft.Insights/preview/2018-05-01/components_API.json
- Microsoft.Insights/preview/2018-05-01-preview/componentProactiveDetection_API.json
- Microsoft.Insights/preview/2018-05-01-preview/components_API.json
```

### Tag: package-2019-09-01-preview
Expand Down Expand Up @@ -342,7 +342,7 @@ input-file:
- Microsoft.Insights/stable/2015-05-01/webTests_API.json
- Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json
- Microsoft.Insights/stable/2015-05-01/workbooks_API.json
- Microsoft.Insights/preview/2018-05-01/components_API.json
- Microsoft.Insights/preview/2018-05-01-preview/components_API.json
- Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
```

Expand Down Expand Up @@ -462,8 +462,8 @@ input-file:
- $(this-folder)/Microsoft.Insights/preview/2017-10-01/componentFeaturesAndPricing_API.json
- $(this-folder)/Microsoft.Insights/preview/2018-06-17-preview/workbooks_API.json
- $(this-folder)/Microsoft.Insights/preview/2019-10-17-preview/workbookTemplates_API.json
- $(this-folder)/Microsoft.Insights/preview/2018-05-01/componentProactiveDetection_API.json
- $(this-folder)/Microsoft.Insights/preview/2018-05-01/components_API.json
- $(this-folder)/Microsoft.Insights/preview/2018-05-01-preview/componentProactiveDetection_API.json
- $(this-folder)/Microsoft.Insights/preview/2018-05-01-preview/components_API.json
- $(this-folder)/Microsoft.Insights/preview/2019-09-01-preview/QueryPackQueries_API.json
- $(this-folder)/Microsoft.Insights/preview/2019-09-01-preview/QueryPacks_API.json
- $(this-folder)/Microsoft.Insights/preview/2020-02-02-preview/components_API.json
Expand Down

0 comments on commit dbe5089

Please sign in to comment.