-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Dev keyvault microsoft.key vault 2021 04 01 preview #13585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
leniatgh
merged 17 commits into
master
from
dev-keyvault-Microsoft.KeyVault-2021-04-01-preview
Apr 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0b58e73
Adds base for updating Microsoft.KeyVault from version preview/2020-0…
jiacheng-L 986da95
Updates readme
jiacheng-L fa35def
Updates API version in new specs and examples
jiacheng-L ab9e37d
Open API change for Managed Hsm private endpoints feature (#12938)
riteshchitlangia1 4913df4
GET responses following a successful DELETE should be returning 404. …
riteshchitlangia1 1f87e26
Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)
kim-soohwan 78d9d1a
Addressing Comments for PR 13585 (#13586)
kim-soohwan eaa0bea
Added deletedmanagedhsm object to examples and managedhsm.json (#13591)
kim-soohwan f3bd899
Try to use the common type for SystemData (#13723)
jiacheng-L 1cba1b7
04012021 fix schema (#13749)
kim-soohwan 5323325
Merge branch 'master' into dev-keyvault-Microsoft.KeyVault-2021-04-01…
akning-ms 76effcc
Merge branch 'master' into dev-keyvault-Microsoft.KeyVault-2021-04-01…
akning-ms 32e8a70
Add missing default error response (#13762)
jiacheng-L 6a34453
Fix Lint error (#13765)
jiacheng-L 8688527
Added python tag for 2021 preview (#13805)
kim-soohwan 4903fe5
Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (…
riteshchitlangia1 981c898
Add suppression for SystemData (#13835)
jiacheng-L File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
...manager/Microsoft.KeyVault/preview/2021-04-01-preview/examples/DeletedManagedHsm_Get.json
This file contains hidden or 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,48 @@ | ||
| { | ||
| "parameters": { | ||
| "name": "hsm1", | ||
| "location": "westus", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "api-version": "2021-04-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "tenantId": "00000000-0000-0000-0000-000000000000", | ||
| "initialAdminObjectIds": [ | ||
| "00000000-0000-0000-0000-000000000000" | ||
| ], | ||
| "enableSoftDelete": true, | ||
| "softDeleteRetentionInDays": 90, | ||
| "enablePurgeProtection": true, | ||
| "hsmUri": "https://westus.hsm1.managedhsm.azure.net", | ||
| "provisioningState": "Succeeded", | ||
| "statusMessage": "ManagedHsm is functional.", | ||
| "scheduledPurgeDate": "2021-04-01T00:00:59Z" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1", | ||
| "name": "hsm1", | ||
| "type": "Microsoft.KeyVault/managedHSMs", | ||
| "location": "westus", | ||
| "sku": { | ||
| "family": "B", | ||
| "name": "Standard_B1" | ||
| }, | ||
| "tags": { | ||
| "Dept": "hsm", | ||
| "Environment": "dogfood" | ||
| } | ||
| } | ||
| }, | ||
| "404": { | ||
| "headers": {}, | ||
| "body": { | ||
| "error": { | ||
| "code": "", | ||
| "message": "" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
69 changes: 69 additions & 0 deletions
69
...anager/Microsoft.KeyVault/preview/2021-04-01-preview/examples/DeletedManagedHsm_List.json
This file contains hidden or 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,69 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "api-version": "2021-04-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "properties": { | ||
| "tenantId": "00000000-0000-0000-0000-000000000000", | ||
| "initialAdminObjectIds": [ | ||
| "00000000-0000-0000-0000-000000000000" | ||
| ], | ||
| "enableSoftDelete": true, | ||
| "softDeleteRetentionInDays": 90, | ||
| "enablePurgeProtection": true, | ||
| "hsmUri": "https://westus.hsm1.managedhsm.azure.net", | ||
| "provisioningState": "Succeeded", | ||
| "statusMessage": "ManagedHsm is functional.", | ||
| "scheduledPurgeDate": "2021-04-01T00:00:59Z" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1", | ||
| "name": "hsm1", | ||
| "type": "Microsoft.KeyVault/managedHSMs", | ||
| "location": "westus", | ||
| "sku": { | ||
| "family": "B", | ||
| "name": "Standard_B1" | ||
| }, | ||
| "tags": { | ||
| "Dept": "hsm", | ||
| "Environment": "dogfood" | ||
| } | ||
| }, | ||
| { | ||
| "properties": { | ||
| "tenantId": "00000000-0000-0000-0000-000000000000", | ||
| "initialAdminObjectIds": [ | ||
| "00000000-0000-0000-0000-000000000000" | ||
| ], | ||
| "enableSoftDelete": true, | ||
| "softDeleteRetentionInDays": 90, | ||
| "enablePurgeProtection": true, | ||
| "hsmUri": "https://westus.hsm2.managedhsm.azure.net", | ||
| "provisioningState": "Succeeded", | ||
| "statusMessage": "ManagedHsm is functional.", | ||
| "scheduledPurgeDate": "2021-04-01T00:00:59Z" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm2", | ||
| "name": "hsm2", | ||
| "type": "Microsoft.KeyVault/managedHSMs", | ||
| "location": "westus", | ||
| "sku": { | ||
| "family": "B", | ||
| "name": "Standard_B1" | ||
| }, | ||
| "tags": { | ||
| "Dept": "hsm", | ||
| "Environment": "production" | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedManagedHSMs?api-version=2021-04-01-preview&$skiptoken=dmF1bHQtcGVza3ktanVyeS03MzA3Ng==" | ||
| } | ||
| } | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
...nager/Microsoft.KeyVault/preview/2021-04-01-preview/examples/DeletedManagedHsm_Purge.json
This file contains hidden or 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,20 @@ | ||
| { | ||
| "parameters": { | ||
| "name": "hsm1", | ||
| "location": "westus", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "api-version": "2021-04-01-preview" | ||
| }, | ||
| "responses": { | ||
| "202": {}, | ||
| "404": { | ||
| "headers": {}, | ||
| "body": { | ||
| "error": { | ||
| "code": "", | ||
| "message": "" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.