Skip to content

Commit

Permalink
fix: Rename applicationinsights/data-plane/Microsoft.Insights (#4736)
Browse files Browse the repository at this point in the history
* fix: Rename applicationinsights/data-plane/Microsoft.Insights

Folders in the repo use uppercase for the namespace

* fix: Casing on applicationinsights/data-plane/Microsoft.Insights YAML
  • Loading branch information
nschonni authored and jhendrixMSFT committed Dec 3, 2018
1 parent 1a66a41 commit 8d501e6
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/applicationinsights/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These settings apply only when `--tag=v1` is specified on the command line.

``` yaml $(tag) == 'v1'
input-file:
- microsoft.insights/preview/v1/AppInsights.json
- Microsoft.Insights/preview/v1/AppInsights.json
directive:
- reason: Don't expose the GET endpoint since it's behavior is more limited than POST
remove-operation: Query_Get
Expand All @@ -48,7 +48,7 @@ directive:

``` yaml $(tag) == '20180420'
input-file:
- microsoft.insights/preview/2018-04-20/swagger.json
- Microsoft.Insights/preview/2018-04-20/swagger.json
directive:
- reason: Don't expose the GET endpoint since it's behavior is more limited than POST
remove-operation: Query_Get
Expand Down

0 comments on commit 8d501e6

Please sign in to comment.