Skip to content

Commit

Permalink
Remove arm- prefix from AppInsights data plane TypeScript readme (#4244)
Browse files Browse the repository at this point in the history
* Remove arm- prefix from AppInsights data plane TypeScript readme

* Fix headers

* Fix header
  • Loading branch information
kpajdzik authored Oct 17, 2018
1 parent 41ebc86 commit 8ab7715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## TypeScriptJS
## TypeScript
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-js clone>`.

Expand All @@ -8,7 +8,7 @@ directive:
- reason: Remove Events_GetOdataMetadata from Node SDK due to XML issues.
remove-operation: Events_GetOdataMetadata
typescript:
package-name: "@azure/arm-applicationinsights-query"
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-applicationinsights-query"
package-name: "@azure/applicationinsights-query"
output-folder: "$(typescript-sdks-folder)/packages/@azure/applicationinsights-query"
generate-metadata: true
```
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## TypeScriptJS
## TypeScript
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-js clone>`.

Expand Down

0 comments on commit 8ab7715

Please sign in to comment.