|
12 | 12 | "paths": {
|
13 | 13 | "/keys": {
|
14 | 14 | "get": {
|
15 |
| - "description": "List keys in the specified vault. For details, see https://docs.microsoft.com/rest/api/keyvault/getkeys/getkeys.", |
| 15 | + "description": "List keys in the specified vault. For details, see https://learn.microsoft.com/en-us/rest/api/keyvault/keys/get-keys/get-keys.", |
16 | 16 | "operationId": "ListKey",
|
17 | 17 | "parameters": [
|
18 | 18 | {
|
|
86 | 86 | },
|
87 | 87 | "/keys/{key-name}": {
|
88 | 88 | "get": {
|
89 |
| - "description": "Gets the public part of a stored key. If the requested key is symmetric, then no key material is released in the response. For more details, refer: https://docs.microsoft.com/rest/api/keyvault/getkey/getkey.", |
| 89 | + "description": "Gets the public part of a stored key. If the requested key is symmetric, then no key material is released in the response. For more details, refer: https://learn.microsoft.com/en-us/rest/api/keyvault/keys/get-key/get-key.", |
90 | 90 | "operationId": "GetKey",
|
91 | 91 | "parameters": [
|
92 | 92 | {
|
|
186 | 186 | },
|
187 | 187 | "/keys/{key-name}/create": {
|
188 | 188 | "post": {
|
189 |
| - "description": "Creates a new key, stores it, then returns key parameters and attributes. For details, see: https://docs.microsoft.com/rest/api/keyvault/createkey/createkey.", |
| 189 | + "description": "Creates a new key, stores it, then returns key parameters and attributes. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/keys/create-key/create-key.", |
190 | 190 | "operationId": "CreateKey",
|
191 | 191 | "parameters": [
|
192 | 192 | {
|
|
331 | 331 | },
|
332 | 332 | "/keys/{key-name}/decrypt": {
|
333 | 333 | "post": {
|
334 |
| - "description": "Decrypts a single block of encrypted data. For details, see: https://docs.microsoft.com/rest/api/keyvault/decrypt/decrypt.", |
| 334 | + "description": "Decrypts a single block of encrypted data. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/keys/decrypt/decrypt.", |
335 | 335 | "operationId": "Decrypt",
|
336 | 336 | "parameters": [
|
337 | 337 | {
|
|
401 | 401 | },
|
402 | 402 | "/keys/{key-name}/encrypt": {
|
403 | 403 | "post": {
|
404 |
| - "description": "Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault. For details, see: https://docs.microsoft.com/rest/api/keyvault/encrypt/encrypt.", |
| 404 | + "description": "Encrypts an arbitrary sequence of bytes using an encryption key that is stored in a key vault. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/keys/encrypt/encrypt.", |
405 | 405 | "operationId": "Encrypt",
|
406 | 406 | "parameters": [
|
407 | 407 | {
|
|
471 | 471 | },
|
472 | 472 | "/secrets": {
|
473 | 473 | "get": {
|
474 |
| - "description": "List secrets in a specified key vault. For details, see: https://docs.microsoft.com/rest/api/keyvault/getsecrets/getsecrets.", |
| 474 | + "description": "List secrets in a specified key vault. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/secrets/get-secret/get-secret.", |
475 | 475 | "operationId": "ListSecret",
|
476 | 476 | "parameters": [
|
477 | 477 | {
|
|
547 | 547 | },
|
548 | 548 | "/secrets/{secret-name}": {
|
549 | 549 | "get": {
|
550 |
| - "description": "Get a specified secret from a given key vault. For details, see: https://docs.microsoft.com/rest/api/keyvault/getsecret/getsecret.", |
| 550 | + "description": "Get a specified secret from a given key vault. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/secrets/get-secret/get-secret.", |
551 | 551 | "operationId": "GetSecret",
|
552 | 552 | "parameters": [
|
553 | 553 | {
|
|
611 | 611 | "summary": "Get secret"
|
612 | 612 | },
|
613 | 613 | "put": {
|
614 |
| - "description": "Sets a secret in a specified key vault. This operation adds a secret to the Azure Key Vault. If the named secret already exists, Azure Key Vault creates a new version of that secret. This operation requires the secrets/set permission. For details, see: https://docs.microsoft.com/rest/api/keyvault/setsecret/setsecret.", |
| 614 | + "description": "Sets a secret in a specified key vault. This operation adds a secret to the Azure Key Vault. If the named secret already exists, Azure Key Vault creates a new version of that secret. This operation requires the secrets/set permission. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/secrets/set-secret/set-secret.", |
615 | 615 | "operationId": "SetSecret",
|
616 | 616 | "parameters": [
|
617 | 617 | {
|
|
703 | 703 | },
|
704 | 704 | "/secrets/{secret-name}/versions": {
|
705 | 705 | "get": {
|
706 |
| - "description": "List all versions of the specified secret. For details, see: https://docs.microsoft.com/rest/api/keyvault/getsecretversions/getsecretversions.", |
| 706 | + "description": "List all versions of the specified secret. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/secrets/get-secret-versions/get-secret-versions.", |
707 | 707 | "operationId": "ListSecretVersions",
|
708 | 708 | "parameters": [
|
709 | 709 | {
|
|
773 | 773 | },
|
774 | 774 | "/secrets/{secret-name}/{secret-version}": {
|
775 | 775 | "get": {
|
776 |
| - "description": "Get the value of a specified secret version from a given key vault. For details, see: https://docs.microsoft.com/rest/api/keyvault/getsecret/getsecret.", |
| 776 | + "description": "Get the value of a specified secret version from a given key vault. For details, see: https://learn.microsoft.com/en-us/rest/api/keyvault/secrets/get-secret/get-secret.", |
777 | 777 | "operationId": "GetSecretVersion",
|
778 | 778 | "parameters": [
|
779 | 779 | {
|
|
0 commit comments