Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Expand Up @@ -43,6 +43,9 @@
}
},
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
},
"schema": {
"$ref": "#/definitions/ManagedHsm"
}
Expand Down Expand Up @@ -1228,6 +1234,14 @@
},
"MHSMPrivateEndpointConnectionItem": {
"properties": {
"id": {
"type": "string",
"description": "Id of private endpoint connection."
},
"etag": {
"type": "string",
"description": "Modified whenever there is a change in the state of private endpoint connection."
},
"properties": {
"$ref": "#/definitions/MHSMPrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
},
"schema": {
"$ref": "#/definitions/ManagedHsm"
}
Expand Down Expand Up @@ -1228,6 +1234,14 @@
},
"MHSMPrivateEndpointConnectionItem": {
"properties": {
"id": {
"type": "string",
"description": "Id of private endpoint connection."
},
"etag": {
"type": "string",
"description": "Modified whenever there is a change in the state of private endpoint connection."
},
"properties": {
"$ref": "#/definitions/MHSMPrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
}
},
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
},
"schema": {
"$ref": "#/definitions/ManagedHsm"
}
Expand Down Expand Up @@ -1228,6 +1234,14 @@
},
"MHSMPrivateEndpointConnectionItem": {
"properties": {
"id": {
"type": "string",
"description": "Id of private endpoint connection."
},
"etag": {
"type": "string",
"description": "Modified whenever there is a change in the state of private endpoint connection."
},
"properties": {
"$ref": "#/definitions/MHSMPrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
}
},
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
"responses": {
"202": {
"description": "Accepted and the operation will complete asynchronously.",
"headers": {
"Location": {
"description": "The URI to poll for completion status.",
"type": "string"
}
},
"schema": {
"$ref": "#/definitions/ManagedHsm"
}
Expand Down Expand Up @@ -1241,6 +1247,14 @@
},
"MHSMPrivateEndpointConnectionItem": {
"properties": {
"id": {
"type": "string",
"description": "Id of private endpoint connection."
},
"etag": {
"type": "string",
"description": "Modified whenever there is a change in the state of private endpoint connection."
},
"properties": {
"$ref": "#/definitions/MHSMPrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,14 @@
},
"MHSMPrivateEndpointConnectionItem": {
"properties": {
"id": {
"type": "string",
"description": "Id of private endpoint connection."
},
"etag": {
"type": "string",
"description": "Modified whenever there is a change in the state of private endpoint connection."
},
"properties": {
"$ref": "#/definitions/MHSMPrivateEndpointConnectionProperties",
"x-ms-client-flatten": true,
Expand Down