Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
5269a33
Fixes for:
binilkk Dec 11, 2018
0d7d1ac
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Dec 14, 2018
010817d
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Jan 15, 2019
b251b90
Updated the Specification as example for Risky IP Download report.
binilkk Jan 15, 2019
515dcb5
Added the Result details
binilkk Jan 16, 2019
77abaa8
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Feb 5, 2019
00a8482
Fixed review comments, changed the URI scheme as well as changed get/…
binilkk Feb 5, 2019
37ed054
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Feb 22, 2019
74422c4
Addressing Review Feedback, changing POST call of blobUri -> generate…
binilkk Feb 22, 2019
a3a8cea
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Mar 12, 2019
04ddb18
Added new operation to get connector metadata.
binilkk Mar 12, 2019
2ff7922
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Mar 19, 2019
229a535
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Mar 20, 2019
522535b
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Mar 20, 2019
bded5d8
Addressing PR Comments
binilkk Mar 20, 2019
94ff45a
Merge branch 'master' of https://github.com/azure/azure-rest-api-spec…
binilkk Mar 21, 2019
68a6a72
Fixing typo
binilkk Mar 21, 2019
f8b65ae
Updated examples with real values
binilkk Mar 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Addressing Review Feedback, changing POST call of blobUri -> generate…
…BlobUri
  • Loading branch information
binilkk committed Feb 22, 2019
commit 74422c4469e2235d395a497c7883378c16b9fe5c
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@
}
}
},
"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/reports/riskyIp/blobUri": {
"/providers/Microsoft.ADHybridHealthService/services/{serviceName}/reports/riskyIp/generateBlobUri": {
"post": {
"tags": [ "Reports" ],
"description": "Initiate the generation of a new Risky IP report. Returns the URI for the new one.",
Expand Down