-
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.
* 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 * Added new operation to get connector metadata. * Addressing PR Comments * Fixing typo * Updated examples with real values
- Loading branch information
1 parent
beed341
commit e5a6df2
Showing
2 changed files
with
142 additions
and
27 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
32 changes: 32 additions & 0 deletions
32
...manager/Microsoft.ADHybridHealthService/stable/2014-01-01/examples/ConnectorMetadata.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,32 @@ | ||
{ | ||
"parameters": { | ||
"serviceName": "sampleServiceName", | ||
"serviceMemberId": "SampleServiceMemberId", | ||
"api-version": "2014-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"connectors": [ | ||
{ | ||
"connectorId": "3efbb72d-5047-4816-a7dd-73fefe16a2f3", | ||
"connectorDisplayName": "adhsdfus1runner.adhs.com" | ||
}, | ||
{ | ||
"connectorId": "b891884f-051e-4a83-95af-2544101c9083", | ||
"connectorDisplayName": "dfadhybridhealth.dfdomain.net - AAD" | ||
} | ||
], | ||
"runProfileNames": [ | ||
"Export", | ||
"ApplyRules", | ||
"DeltaImport" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |