Skip to content
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

[Hub Generated] Review request for Microsoft.KeyVault to add version preview/2021-06-01-preview #21671

Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@
"api-version": "2021-04-01-preview"
},
"responses": {
"202": {}
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -27,6 +27,9 @@
},
"responses": {
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
},
"body": {
"properties": {
"tenantId": "00000000-0000-0000-0000-000000000000",
Original file line number Diff line number Diff line change
@@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -190,7 +190,13 @@
"description": "Request successful. Resource does not exist."
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
}
},
"200": {
"description": "Delete successful."
@@ -524,7 +530,13 @@
],
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously."
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
}
},
"default": {
"description": "The error response describing why the operation failed.",
@@ -873,7 +885,11 @@
"description": "Create a new managed HSM pool. This is the default option."
}
]
}
},
"x-ms-mutability": [
"create",
"update"
]
},
"statusMessage": {
"readOnly": true,
@@ -1177,7 +1193,8 @@
"x-ms-enum": {
"name": "NetworkRuleBypassOptions",
"modelAsString": true
}
},
"default": "AzureServices"
},
"defaultAction": {
"type": "string",
@@ -1189,21 +1206,24 @@
"x-ms-enum": {
"name": "NetworkRuleAction",
"modelAsString": true
}
},
"default": "Allow"
},
"ipRules": {
"type": "array",
"items": {
"$ref": "#/definitions/MHSMIPRule"
},
"description": "The list of IP address rules."
"description": "The list of IP address rules.",
"default": []
leni-msft marked this conversation as resolved.
Show resolved Hide resolved
},
"virtualNetworkRules": {
"type": "array",
"items": {
"$ref": "#/definitions/MHSMVirtualNetworkRule"
},
"description": "The list of virtual network rules."
"description": "The list of virtual network rules.",
"default": []
}
},
"description": "A set of rules governing the network accessibility of a managed hsm pool."
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@
"api-version": "2021-06-01-preview"
},
"responses": {
"202": {}
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -27,6 +27,9 @@
},
"responses": {
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
},
"body": {
"properties": {
"tenantId": "00000000-0000-0000-0000-000000000000",
Original file line number Diff line number Diff line change
@@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -190,7 +190,13 @@
"description": "Request successful. Resource does not exist."
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
}
},
"200": {
"description": "Delete successful."
@@ -524,7 +530,13 @@
],
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously."
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
}
},
"default": {
"description": "The error response describing why the operation failed.",
@@ -873,7 +885,11 @@
"description": "Create a new managed HSM pool. This is the default option."
}
]
}
},
"x-ms-mutability": [
"create",
"update"
]
},
"statusMessage": {
"readOnly": true,
@@ -1177,7 +1193,8 @@
"x-ms-enum": {
"name": "NetworkRuleBypassOptions",
"modelAsString": true
}
},
"default": "AzureServices"
},
"defaultAction": {
"type": "string",
@@ -1189,21 +1206,24 @@
"x-ms-enum": {
"name": "NetworkRuleAction",
"modelAsString": true
}
},
"default": "Allow"
},
"ipRules": {
"type": "array",
"items": {
"$ref": "#/definitions/MHSMIPRule"
},
"description": "The list of IP address rules."
"description": "The list of IP address rules.",
"default": []
},
"virtualNetworkRules": {
"type": "array",
"items": {
"$ref": "#/definitions/MHSMVirtualNetworkRule"
},
"description": "The list of virtual network rules."
"description": "The list of virtual network rules.",
"default": []
}
},
"description": "A set of rules governing the network accessibility of a managed hsm pool."
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@
"api-version": "2021-11-01-preview"
},
"responses": {
"202": {}
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -27,6 +27,9 @@
},
"responses": {
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
},
"body": {
"properties": {
"tenantId": "00000000-0000-0000-0000-000000000000",
Original file line number Diff line number Diff line change
@@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -190,7 +190,13 @@
"description": "Request successful. Resource does not exist."
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
}
},
"200": {
"description": "Delete successful."
@@ -524,7 +530,13 @@
],
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously."
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
}
},
"default": {
"description": "The error response describing why the operation failed.",
@@ -873,7 +885,11 @@
"description": "Create a new managed HSM pool. This is the default option."
}
]
}
},
"x-ms-mutability": [
"create",
"update"
]
},
"statusMessage": {
"readOnly": true,
@@ -1177,7 +1193,8 @@
"x-ms-enum": {
"name": "NetworkRuleBypassOptions",
"modelAsString": true
}
},
"default": "AzureServices"
},
"defaultAction": {
"type": "string",
@@ -1189,21 +1206,24 @@
"x-ms-enum": {
"name": "NetworkRuleAction",
"modelAsString": true
}
},
"default": "Allow"
},
"ipRules": {
"type": "array",
"items": {
"$ref": "#/definitions/MHSMIPRule"
},
"description": "The list of IP address rules."
"description": "The list of IP address rules.",
"default": []
},
"virtualNetworkRules": {
"type": "array",
"items": {
"$ref": "#/definitions/MHSMVirtualNetworkRule"
},
"description": "The list of virtual network rules."
"description": "The list of virtual network rules.",
"default": []
}
},
"description": "A set of rules governing the network accessibility of a managed hsm pool."
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@
"api-version": "2021-10-01"
},
"responses": {
"202": {}
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -27,6 +27,9 @@
},
"responses": {
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
},
"body": {
"properties": {
"tenantId": "00000000-0000-0000-0000-000000000000",
Original file line number Diff line number Diff line change
@@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://some.endpoint.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hsm-group/providers/Microsoft.KeyVault/managedHSMs/hsm1?api-version=2022-07-01&kv-operation=abJjb2RkIjoiAGVsZXRlTWFuYWdlZEhzbUFzeW5jYm9"
}
},
"204": {}
}
}
Loading