Skip to content

Commit ecdce42

Browse files
Mhsm doc changes (#16444)
* backuprestore 7.3 preview changes * remove Go track 1 auto-generation * 7.2 stable description * lint swagger errors Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
1 parent 11cb5c6 commit ecdce42

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/backuprestore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"x-ms-long-running-operation-options": {
3838
"final-state-via": "azure-async-operation"
3939
},
40-
"description": "Creates a full backup using a user-provided SAS token to an Azure blob storage container.",
40+
"description": "Creates a full backup using a user-provided SAS token to an Azure blob storage container. This operation is supported only by the Managed HSM service.",
4141
"parameters": [
4242
{
4343
"in": "body",

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/securitydomain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"parameters": [
1313
{
1414
"name": "vaultBaseUrl",
15-
"description": "The vault name, for example https://myhsmvault.managedhsm.azure.net.",
15+
"description": "The vault name, for example https://myvault.vault.azure.net.",
1616
"required": true,
1717
"type": "string",
1818
"in": "path",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/backuprestore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"x-ms-long-running-operation-options": {
3838
"final-state-via": "azure-async-operation"
3939
},
40-
"description": "Creates a full backup using a user-provided SAS token to an Azure blob storage container.",
40+
"description": "Creates a full backup using a user-provided SAS token to an Azure blob storage container. This operation is supported only by the Managed HSM service.",
4141
"parameters": [
4242
{
4343
"in": "body",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.2/securitydomain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"parameters": [
1313
{
1414
"name": "vaultBaseUrl",
15-
"description": "The vault name, for example https://myhsmvault.managedhsm.azure.net.",
15+
"description": "The vault name, for example https://myvault.vault.azure.net.",
1616
"required": true,
1717
"type": "string",
1818
"in": "path",

specification/keyvault/data-plane/readme.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,6 @@ input-file:
144144

145145
# Code Generation
146146

147-
## Swagger to SDK
148-
149-
This section describes what SDK should be generated by the automatic system.
150-
This is not used by Autorest itself.
151-
152-
``` yaml $(swagger-to-sdk)
153-
swagger-to-sdk:
154-
- repo: azure-sdk-for-go
155-
- repo: azure-sdk-for-net-track2
156-
```
157-
158147
## C#
159148

160149
These settings apply only when `--csharp` is specified on the command line.

0 commit comments

Comments
 (0)