-
Notifications
You must be signed in to change notification settings - Fork 523
Application Insights components & webtests API schema updates #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application Insights components & webtests API schema updates #420
Conversation
| @@ -0,0 +1,657 @@ | |||
| { | |||
| "id": "https://schema.management.azure.com/schemas/2015-05-01/microsoft.insights.json#", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microsoft.insights [](start = 64, length = 18)
please be consistent in names. First letter upper case, so: "Microsoft.Insights".
| "type": { | ||
| "type": "string", | ||
| "enum": [ | ||
| "microsoft.insights/components" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microsoft.insights [](start = 13, length = 18)
These one as well: first letter in upper case. Please fix all of them.
…uggestions - remove unnecessary sub-components from API as well
|
Updated naming and improved the schema overall by removing some extra, unneeded definitions. |
|
@TianoMS, any further suggestions? |
|
@d3r3kk can you fix the file name as well? it's "microsoft.insights.json" now. |
|
@TianoMS you bet. All done. |
Description
Update Application Insights webtest and components API to version 2015-05-01
Requirements: