Skip to content

Commit

Permalink
CodeGen from PR 24475 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 5a6aba4027f3ebe09efdfe9fc151ea166f8c900c into d99f18b18405cd446f7abc2c9e6b3884f5c549f8
  • Loading branch information
SDKAuto committed Aug 15, 2023
1 parent 84ec922 commit 5adab42
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 18 deletions.
5 changes: 3 additions & 2 deletions schemas/2021-04-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2021-06-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2021-11-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2022-02-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schemas/2022-07-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions schemas/2022-11-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -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."
}
}
},
Expand Down
10 changes: 6 additions & 4 deletions schemas/2023-02-01/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -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."
}
}
},
Expand Down

0 comments on commit 5adab42

Please sign in to comment.