From 9a7cf5028c1a366adc6922d8f3b0bb50c4927726 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 22 Aug 2023 23:26:36 +0000 Subject: [PATCH] CodeGen from PR 24475 in Azure/azure-rest-api-specs Merge 0e4959f4b02f03fee86155bc7fa5435688cc4f44 into aa33d41d36f7d55b9bb378a21bc3a50eaee734a4 --- schemas/2021-04-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2021-06-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2021-11-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2022-02-01-preview/Microsoft.KeyVault.json | 5 +++-- schemas/2022-07-01/Microsoft.KeyVault.json | 5 +++-- schemas/2022-11-01/Microsoft.KeyVault.json | 10 ++++++---- schemas/2023-02-01/Microsoft.KeyVault.json | 10 ++++++---- 7 files changed, 27 insertions(+), 18 deletions(-) diff --git a/schemas/2021-04-01-preview/Microsoft.KeyVault.json b/schemas/2021-04-01-preview/Microsoft.KeyVault.json index 17c30fc9a2..8e22ef831d 100644 --- a/schemas/2021-04-01-preview/Microsoft.KeyVault.json +++ b/schemas/2021-04-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2021-06-01-preview/Microsoft.KeyVault.json b/schemas/2021-06-01-preview/Microsoft.KeyVault.json index ad5576d6d2..a0cf4d1fe6 100644 --- a/schemas/2021-06-01-preview/Microsoft.KeyVault.json +++ b/schemas/2021-06-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2021-11-01-preview/Microsoft.KeyVault.json b/schemas/2021-11-01-preview/Microsoft.KeyVault.json index d7edd79d15..532bbd656c 100644 --- a/schemas/2021-11-01-preview/Microsoft.KeyVault.json +++ b/schemas/2021-11-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2022-02-01-preview/Microsoft.KeyVault.json b/schemas/2022-02-01-preview/Microsoft.KeyVault.json index 7351b2023a..a93807ac42 100644 --- a/schemas/2022-02-01-preview/Microsoft.KeyVault.json +++ b/schemas/2022-02-01-preview/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2022-07-01/Microsoft.KeyVault.json b/schemas/2022-07-01/Microsoft.KeyVault.json index 176b73e9bc..2450bf1d5c 100644 --- a/schemas/2022-07-01/Microsoft.KeyVault.json +++ b/schemas/2022-07-01/Microsoft.KeyVault.json @@ -542,15 +542,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2022-11-01/Microsoft.KeyVault.json b/schemas/2022-11-01/Microsoft.KeyVault.json index 6ae928936d..8ac403800f 100644 --- a/schemas/2022-11-01/Microsoft.KeyVault.json +++ b/schemas/2022-11-01/Microsoft.KeyVault.json @@ -607,15 +607,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, @@ -845,15 +846,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, diff --git a/schemas/2023-02-01/Microsoft.KeyVault.json b/schemas/2023-02-01/Microsoft.KeyVault.json index deca5623ee..59da1df892 100644 --- a/schemas/2023-02-01/Microsoft.KeyVault.json +++ b/schemas/2023-02-01/Microsoft.KeyVault.json @@ -617,15 +617,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } }, @@ -855,15 +856,16 @@ { "type": "string", "enum": [ + "Rotate", "rotate", - "notify" + "Notify" ] }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "The type of action." + "description": "The type of the action." } } },