-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev adhybridhealthservice microsoft.ad hybrid health service 2014 01 …
…01 binilkk (#5042) * Fixes for: Issue #1 : #4576 (comment) Typo in the DeltaOperationType Enum. Issue #2 : #4844 (comment) GlobalAdmins list is marked as an object, while it's an array. * Updated the Specification as example for Risky IP Download report. * Added the Result details * Fixed review comments, changed the URI scheme as well as changed get/post methods * Addressing Review Feedback, changing POST call of blobUri -> generateBlobUri
- Loading branch information
1 parent
ae4cea8
commit ab12855
Showing
2 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
22 changes: 22 additions & 0 deletions
22
...e-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/examples/RiskyIpDownload.json
This file contains 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,22 @@ | ||
{ | ||
"parameters": { | ||
"serviceName": "sampleServiceName", | ||
"api-version": "2014-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"tenantId": "TenantId of the tenant.", | ||
"serviceId": "ServiceId of the tenant.", | ||
"resultSasUri": "SAS Uri of the blob.", | ||
"blobCreateDateTime": "2019-01-07T20:32:02+00:00", | ||
"jobCompletionTime": "2019-01-07T20:32:05+00:00", | ||
"status": "status of the task." | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |