Skip to content

Commit 6fd36e3

Browse files
author
msftbot[bot]
authored
[ReleasePR iothub] Removing readonly for isVerified property as it is no more readonly property (#1860)
Create to sync Azure/azure-rest-api-specs#15722 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/iothub?expand=1)
2 parents 8840c59 + 51286cf commit 6fd36e3

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)