Skip to content

Commit

Permalink
CodeGen from PR 21710 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2a8e95229a5635a7edf913a20aeca09c56923c09 into 0691ac4b0e05c8ca3bde2f8a33f036c12282fa25
  • Loading branch information
SDKAuto committed Jul 13, 2023
1 parent 1bb889f commit 6ac7685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
14 changes: 3 additions & 11 deletions schemas/2022-04-30-preview/Microsoft.Devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,21 +464,14 @@
{
"type": "string",
"enum": [
"Invalid",
"DeviceMessages",
"TwinChangeEvents",
"DeviceLifecycleEvents",
"DeviceJobLifecycleEvents",
"DigitalTwinChangeEvents",
"DeviceConnectionStateEvents",
"MqttBrokerMessages"
"DeviceMessages"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The source to which the routing rule is to be applied to. For example, DeviceMessages."
"description": "The source to which the routing rule is to be applied to. For example, DeviceMessages"
}
},
"required": [
Expand Down Expand Up @@ -1286,8 +1279,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The source that the routing rule is to be applied to, such as DeviceMessages."
]
}
},
"required": [
Expand Down
11 changes: 2 additions & 9 deletions schemas/2022-11-15-preview/Microsoft.Devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,21 +464,14 @@
{
"type": "string",
"enum": [
"Invalid",
"DeviceMessages",
"TwinChangeEvents",
"DeviceLifecycleEvents",
"DeviceJobLifecycleEvents",
"DigitalTwinChangeEvents",
"DeviceConnectionStateEvents",
"MqttBrokerMessages"
"DeviceMessages"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The source to which the routing rule is to be applied to. For example, DeviceMessages."
"description": "The source to which the routing rule is to be applied to. For example, DeviceMessages"
}
},
"required": [
Expand Down

0 comments on commit 6ac7685

Please sign in to comment.