Skip to content

Commit b1d0d6d

Browse files
committed
Updates API version in new specs and examples
1 parent a00c71a commit b1d0d6d

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+108
-108
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "KeyVaultClient",
55
"description": "The key vault client performs cryptographic key operations and vault operations against the Key Vault service.",
6-
"version": "7.3-preview"
6+
"version": "7.3"
77
},
88
"x-ms-parameterized-host": {
99
"hostTemplate": "{vaultBaseUrl}",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/certificates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "KeyVaultClient",
55
"description": "The key vault client performs cryptographic key operations and vault operations against the Key Vault service.",
6-
"version": "7.3-preview"
6+
"version": "7.3"
77
},
88
"x-ms-parameterized-host": {
99
"hostTemplate": "{vaultBaseUrl}",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "KeyVaultClient",
55
"description": "The key vault client performs cryptographic key operations and vault operations against the Key Vault service.",
6-
"version": "7.3-preview"
6+
"version": "7.3"
77
},
88
"paths": {},
99
"definitions": {

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/BackupCertificate-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
44
"certificate-name": "testcert",
5-
"api-version": "7.3-preview"
5+
"api-version": "7.3"
66
},
77
"responses": {
88
"200": {

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/BackupKey-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
44
"key-name": "testkey",
5-
"api-version": "7.3-preview"
5+
"api-version": "7.3"
66
},
77
"responses": {
88
"200": {

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/BackupSecret-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
44
"secret-name": "testsecret",
5-
"api-version": "7.3-preview"
5+
"api-version": "7.3"
66
},
77
"responses": {
88
"200": {

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/CreateCertificate-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
44
"certificate-name": "selfSignedCert01",
5-
"api-version": "7.3-preview",
5+
"api-version": "7.3",
66
"parameters": {
77
"policy": {
88
"key_props": {

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/CreateKey-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
44
"key-name": "CreateSoftKeyTest",
5-
"api-version": "7.3-preview",
5+
"api-version": "7.3",
66
"parameters": {
77
"kty": "RSA",
88
"key_size": 2048,

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/DeleteCertificate-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
44
"certificate-name": "importCert01",
5-
"api-version": "7.3-preview"
5+
"api-version": "7.3"
66
},
77
"responses": {
88
"200": {

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.3/examples/DeleteCertificateContacts-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"vaultBaseUrl": "https://myvault.vault.azure.net/",
4-
"api-version": "7.3-preview"
4+
"api-version": "7.3"
55
},
66
"responses": {
77
"200": {

0 commit comments

Comments
 (0)