-
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.
[Microsoft.StorageSync] Add AFS file share metadata certificate publi…
…c keys API to version 2022-06-01 (S360 compliance) (#20517) * Fix readme.md file so that tag information includes full API version 2022-06-01 * Add afs share metadata certificate public keys API https://portal.azure-devex-tools.com/amekpis/completeness/detail?errorId=DBF8D800-EB0B-48E0-B665-BC91CB1A17B9 * Fix casing of afssharemetadatacertificatepublickeys * Temporarily rename examples file to fix casing issue. * Fix casing of new example file
- Loading branch information
Showing
3 changed files
with
114 additions
and
4 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...Sync/stable/2022-06-01/examples/CloudEndpoints_AfsShareMetadataCertificatePublicKeys.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": "52b8da2f-61e0-4a1f-8dde-336911f367fb", | ||
"resourceGroupName": "SampleResourceGroup_1", | ||
"storageSyncServiceName": "SampleStorageSyncService_1", | ||
"syncGroupName": "SampleSyncGroup_1", | ||
"cloudEndpointName": "SampleCloudEndpoint_1", | ||
"api-version": "2022-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"x-ms-request-id": "74e55a4d-1c6f-46de-9a8d-278e53a47403", | ||
"x-ms-correlation-request-id": "d166ca76-dad2-49df-b409-d2acfd42d730" | ||
}, | ||
"body": { | ||
"firstKey": "key1", | ||
"secondKey": "key2" | ||
} | ||
} | ||
} | ||
} |
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