-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Adding LogAnalytics to Compute spec #2383
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
26ea57c
Updating Compute 2016-3-30 swagger spec for casing issues in descript…
7c10e07
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
8e249cc
- Fixing 'CreateOption' in Compute swagger to ARM recommended Pascal …
6500f65
Updating description for LinuxConfiguration.
waynekuo 7e386db
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
waynekuo 8eb897f
Adding LogAnalytics to comptue spec and also including previously mis…
waynekuo 03fbec7
Adding response type models in swagger and example files.
waynekuo 2ff7912
Updating LogAnalyticsOperationResult to inherit from OperationStatusR…
waynekuo 64fd1a4
Fixing typo in example file.
waynekuo c13dab7
Adding references to example files.
waynekuo b322d91
Updating example files.
waynekuo 66438a9
Updating example files and correcting 200 reponse body.
waynekuo 5f2d932
Updating example files.
waynekuo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...nager/Microsoft.Compute/stable/2017-12-01/examples/LogAnalyticsRequestRateByInterval.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "{subscription-id}", | ||
| "location": "westus", | ||
| "api-version": "2017-12-01", | ||
| "parameters": { | ||
| "intervalLength": "FiveMins", | ||
| "blobContainerSasUri": "https://somesasuri", | ||
| "fromTime": "2018-01-21T01:54:06.862601Z", | ||
| "toTime": "2018-01-23T01:54:06.862601Z", | ||
| "groupByResourceName": true | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "startTime": "2018-01-30T17:54:14.8806951-08:00", | ||
| "endTime": "2018-01-30T17:54:17.5832413-08:00", | ||
| "status": "Succeeded", | ||
| "properties": { | ||
| "output": "https://crptestar4227.blob.core.windows.net:443/sascontainer/RequestRateByInterval_20180121-0154_20180123-0154.csv" | ||
| }, | ||
| "name": "8eb1169a-5cf9-46b1-aadf-41e4f60692df" | ||
| } | ||
| }, | ||
| "202": { | ||
| "body": "" | ||
| } | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
...e-manager/Microsoft.Compute/stable/2017-12-01/examples/LogAnalyticsThrottledRequests.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "{subscription-id}", | ||
| "location": "westus", | ||
| "api-version": "2017-12-01", | ||
| "parameters": { | ||
| "blobContainerSasUri": "https://somesasuri", | ||
| "fromTime": "2018-01-21T01:54:06.862601Z", | ||
| "toTime": "2018-01-23T01:54:06.862601Z", | ||
| "groupByOperationName": true, | ||
| "groupByResourceName": false | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "startTime": "2018-01-30T17:54:14.8806951-08:00", | ||
| "endTime": "2018-01-30T17:54:17.5832413-08:00", | ||
| "status": "Succeeded", | ||
| "properties": { | ||
| "output": "https://crptestar4227.blob.core.windows.net:443/sascontainer/ThrottledRequests_20180121-0154_20180123-0154.csv" | ||
| }, | ||
| "name": "8eb1169a-5cf9-46b1-aadf-41e4f60692df" | ||
| } | ||
| }, | ||
| "202": { | ||
| "body": "" | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
In the Swagger, 200 doesn't return a response body.
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.
Updated the Swagger file now. 200 should return a response body. Missed the copy from our internal repo.