forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs …
…into fix_kv_python_readme * 'master' of https://github.com/Azure/azure-rest-api-specs: (22 commits) Update DeletionRecovery Level (Azure#9895) Updating operations API to enable metrics via public metrics REST API. (Azure#9918) Xynoclafe/2020 06 version (Azure#9888) update java md (Azure#9923) Compute 2020-06-01 API version (Azure#9167) Merge Dev containerservice microsoft.container service 2020 06 01 (Azure#9914) new Batch Document Translation API Preview 1.0 (Azure#9218) 1. Add a property as required (Azure#9899) Operational insights delete wrong lines data export (Azure#9849) [SRP]Adding allowBlobPublicAccess and minimumTlsVersion property for June19 and April19 (Azure#9831) [Hub Generated] Review request for Microsoft.ContainerInstance to add version stable/2019-12-01 (Azure#9838) add Java to AVS (Azure#9855) LaMigrationDate (Azure#9882) change vmware client name to AVSClient (Azure#9863) Fix typo in common private links definition for actionsRequired (Azure#9727) Microsoft.Support RP documentation updates (Azure#9880) BUG FIX: Fixed HopLink properties: context should be a dictionary, uint32 from… (Azure#9868) Update ci-fix.md (Azure#9881) Update Attestation control plane swagger to include 2 new defaultprovider API (Azure#9819) update java readme digitaltwins (Azure#9878) ...
- Loading branch information
Showing
229 changed files
with
36,406 additions
and
334 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
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
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
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
...rosoft.Attestation/preview/2018-09-01-preview/examples/Get_DefaultProviderByLocation.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": { | ||
"subscriptionId": "6c96b33e-f5b8-40a6-9011-5cb1c58b0915", | ||
"api-version": "2018-09-01-preview", | ||
"location": "Central US" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "providers/Microsoft.Attestation/attestationProviders/sharedcus", | ||
"name": "sharedcus", | ||
"type": "Microsoft.Attestation/attestationProviders", | ||
"location": "Central US", | ||
"properties": { | ||
"trustModel": "AAD", | ||
"status": "Ready", | ||
"attestUri": "https://sharedcus.cus.attest.azure.net" | ||
} | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...nager/Microsoft.Attestation/preview/2018-09-01-preview/examples/Get_DefaultProviders.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,36 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "6c96b33e-f5b8-40a6-9011-5cb1c58b0915", | ||
"api-version": "2018-09-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "providers/Microsoft.Attestation/attestationProviders/sharedcus", | ||
"name": "sharedcus", | ||
"type": "Microsoft.Attestation/attestationProviders", | ||
"location": "Central US", | ||
"properties": { | ||
"trustModel": "AAD", | ||
"status": "Ready", | ||
"attestUri": "https://sharedcus.cus.attest.azure.net" | ||
} | ||
}, | ||
{ | ||
"id": "providers/Microsoft.Attestation/attestationProviders/shareduks", | ||
"name": "shareduks", | ||
"type": "Microsoft.Attestation/attestationProviders", | ||
"location": "UK South", | ||
"properties": { | ||
"trustModel": "AAD", | ||
"status": "Ready", | ||
"attestUri": "https://shareduks.uks.attest.azure.net" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.