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 495983c3ebae536000fe644f4d02e2c333ce5ce2 into 78eac0bd58633028293cb1ec1709baa200bed9e2
  • Loading branch information
SDKAuto committed Nov 13, 2023
1 parent 793854b commit ae7a213
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 52 deletions.
12 changes: 3 additions & 9 deletions schemas/2021-07-02/Microsoft.Devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,19 +440,14 @@
{
"type": "string",
"enum": [
"Invalid",
"DeviceMessages",
"TwinChangeEvents",
"DeviceLifecycleEvents",
"DeviceJobLifecycleEvents",
"DeviceConnectionStateEvents"
"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 @@ -1167,8 +1162,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
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
18 changes: 4 additions & 14 deletions schemas/2023-06-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 @@ -1294,16 +1287,13 @@
"TwinChangeEvents",
"DeviceLifecycleEvents",
"DeviceJobLifecycleEvents",
"DigitalTwinChangeEvents",
"DeviceConnectionStateEvents",
"MqttBrokerMessages"
"DeviceConnectionStateEvents"
]
},
{
"$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
12 changes: 3 additions & 9 deletions schemas/2023-06-30/Microsoft.Devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,19 +440,14 @@
{
"type": "string",
"enum": [
"Invalid",
"DeviceMessages",
"TwinChangeEvents",
"DeviceLifecycleEvents",
"DeviceJobLifecycleEvents",
"DeviceConnectionStateEvents"
"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 @@ -1167,8 +1162,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

0 comments on commit ae7a213

Please sign in to comment.