Skip to content

Commit

Permalink
fix readmfile + fix cSpell
Browse files Browse the repository at this point in the history
  • Loading branch information
hohershk committed Jan 13, 2020
1 parent 3d16a91 commit 94e47a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
},
"allTables": {
"type": "boolean",
"description": "When ‘true’, all workspaces tables are exported."
"description": "When ‘true’, all workspace's tables are exported."
},
"tableNames": {
"type": "array",
Expand Down Expand Up @@ -398,7 +398,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The workspaces resource subscription ID."
"description": "The workspace's resource subscription ID."
},
"ApiVersionParameter": {
"name": "api-version",
Expand All @@ -413,7 +413,7 @@
"required": true,
"type": "string",
"x-ms-parameter-location": "method",
"description": "The workspaces resource group name.",
"description": "The workspace's resource group name.",
"pattern": "^[-\\w\\._\\(\\)]+$",
"minLength": 1,
"maxLength": 90
Expand Down
2 changes: 2 additions & 0 deletions specification/operationalinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ These settings apply only when `--tag=package-2019-08-preview` is specified on t
``` yaml $(tag) == 'package-2019-08-preview'
input-file:
- Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json
- Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json
```

---
Expand Down Expand Up @@ -159,6 +160,7 @@ input-file:
- $(this-folder)/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json
- $(this-folder)/Microsoft.OperationalInsights/stable/2015-03-20/OperationalInsights.json
- $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/Clusters.json
- $(this-folder)/Microsoft.OperationalInsights/preview/2019-08-01-preview/OperationalInsights.json
```

Expand Down

0 comments on commit 94e47a2

Please sign in to comment.