Skip to content

Commit 51286cf

Browse files
author
SDKAuto
committed
CodeGen from PR 15722 in Azure/azure-rest-api-specs
Removing readonly for isVerified property as it is no more readonly property (#15722)
1 parent 8840c59 commit 51286cf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

schemas/2021-07-01-preview/Microsoft.Devices.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,17 @@
275275
"certificate": {
276276
"type": "string",
277277
"description": "The certificate content"
278+
},
279+
"isVerified": {
280+
"oneOf": [
281+
{
282+
"type": "boolean"
283+
},
284+
{
285+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
286+
}
287+
],
288+
"description": "Determines whether certificate has been verified."
278289
}
279290
},
280291
"description": "The description of an X509 CA Certificate."

schemas/2021-07-01/Microsoft.Devices.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,17 @@
275275
"certificate": {
276276
"type": "string",
277277
"description": "The certificate content"
278+
},
279+
"isVerified": {
280+
"oneOf": [
281+
{
282+
"type": "boolean"
283+
},
284+
{
285+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
286+
}
287+
],
288+
"description": "Determines whether certificate has been verified."
278289
}
279290
},
280291
"description": "The description of an X509 CA Certificate."

0 commit comments

Comments
 (0)