forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Public private branch 'dev-hsm-2018-10-31-preview-SKU…
…ChangesOnly' (Azure#17297) * Add more SKU enums * Fix avocado and spellcheck errors * PHSM: Swagger: Copy the current private preview files\folders to a new folder: 2021-11-30. * Add managementNetworkProfile to properties. Introduce API version 2021-11-30. * Fix avocado errors * Fix LintDiff error to add SystemData to the resource. * Add VNET outboundnetworkdependencies GET. * Addressed the review comments * Added x-ms-identifiers as a newly introduced rule in LintDiff was complaining
- Loading branch information
1 parent
5d117a8
commit f203c1b
Showing
23 changed files
with
2,310 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1781,6 +1781,7 @@ runtimes | |
rwdlacup | ||
rwxrw | ||
Saas | ||
Safenet | ||
salesforcetables | ||
saling | ||
salinuxvm | ||
|
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
95 changes: 95 additions & 0 deletions
95
...ardwareSecurityModules/preview/2018-10-31-preview/examples/PaymentHsm_CreateOrUpdate.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,95 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "hsm-group", | ||
"name": "hsm1", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2018-10-31-preview", | ||
"parameters": { | ||
"properties": { | ||
"networkProfile": { | ||
"subnet": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/virtualNetworks/stamp01/subnets/stamp01" | ||
}, | ||
"networkInterfaces": [ | ||
{ | ||
"privateIpAddress": "1.0.0.1" | ||
} | ||
] | ||
}, | ||
"stampId": "stamp01" | ||
}, | ||
"location": "westus", | ||
"sku": { | ||
"name": "payShield10K_LMK1_CPS60" | ||
}, | ||
"tags": { | ||
"Dept": "hsm", | ||
"Environment": "dogfood" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"properties": { | ||
"networkProfile": { | ||
"subnet": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/virtualNetworks/stamp01/subnets/stamp01" | ||
}, | ||
"networkInterfaces": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/networkInterfaces/hsm_vnic", | ||
"privateIpAddress": "1.0.0.1" | ||
} | ||
] | ||
}, | ||
"stampId": "stamp01", | ||
"provisioningState": "Provisioning", | ||
"statusMessage": "DedicatedHsm device is being provisioned." | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/hsm1", | ||
"name": "hsm1", | ||
"type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", | ||
"location": "westus", | ||
"sku": { | ||
"name": "payShield10K_LMK1_CPS60" | ||
}, | ||
"tags": { | ||
"Dept": "hsm", | ||
"Environment": "dogfood" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"networkProfile": { | ||
"subnet": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/virtualNetworks/stamp01/subnets/stamp01" | ||
}, | ||
"networkInterfaces": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/networkInterfaces/hsm_vnic", | ||
"privateIpAddress": "1.0.0.1" | ||
} | ||
] | ||
}, | ||
"stampId": "stamp01", | ||
"provisioningState": "Succeeded", | ||
"statusMessage": "DedicatedHsm device is functional." | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/hsm1", | ||
"name": "hsm1", | ||
"type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", | ||
"location": "westus", | ||
"sku": { | ||
"name": "payShield10K_LMK1_CPS60" | ||
}, | ||
"tags": { | ||
"Dept": "hsm", | ||
"Environment": "dogfood" | ||
} | ||
} | ||
} | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
...Microsoft.HardwareSecurityModules/preview/2018-10-31-preview/examples/PaymentHsm_Get.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,42 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "hsm-group", | ||
"name": "hsm1", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2018-10-31-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"networkProfile": { | ||
"subnet": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/virtualNetworks/stamp01/subnets/stamp01" | ||
}, | ||
"networkInterfaces": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/networkInterfaces/hsm_vnic", | ||
"privateIpAddress": "1.0.0.1" | ||
} | ||
] | ||
}, | ||
"stampId": "stamp01", | ||
"provisioningState": "Succeeded", | ||
"statusMessage": "DedicatedHsm device is functional." | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/hsm1", | ||
"name": "hsm1", | ||
"type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", | ||
"location": "westus", | ||
"sku": { | ||
"name": "payShield10K_LMK1_CPS60" | ||
}, | ||
"tags": { | ||
"Dept": "hsm", | ||
"Environment": "dogfood", | ||
"Slice": "A" | ||
} | ||
} | ||
} | ||
} | ||
} |
49 changes: 49 additions & 0 deletions
49
...rosoft.HardwareSecurityModules/preview/2018-10-31-preview/examples/PaymentHsm_Update.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,49 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "hsm-group", | ||
"name": "hsm1", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"api-version": "2018-10-31-preview", | ||
"parameters": { | ||
"tags": { | ||
"Dept": "hsm", | ||
"Environment": "dogfood", | ||
"Slice": "A" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"networkProfile": { | ||
"subnet": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/virtualNetworks/stamp01/subnets/stamp01" | ||
}, | ||
"networkInterfaces": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.Network/networkInterfaces/hsm_vnic", | ||
"privateIpAddress": "1.0.0.1" | ||
} | ||
] | ||
}, | ||
"stampId": "stamp01", | ||
"provisioningState": "Succeeded", | ||
"statusMessage": "DedicatedHsm device is functional." | ||
}, | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs/hsm1", | ||
"name": "hsm1", | ||
"type": "Microsoft.HardwareSecurityModules/dedicatedHSMs", | ||
"location": "westus", | ||
"sku": { | ||
"name": "payShield10K_LMK1_CPS60" | ||
}, | ||
"tags": { | ||
"Dept": "hsm", | ||
"Environment": "dogfood", | ||
"Slice": "A" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.