Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkar-rajarshi committed Jul 13, 2022
1 parent 4956019 commit 628e9b5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@
"labels": {
"description": "A set of key/value pairs that are identifying attributes used by the rules engines to make decisions.",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
},
"exceptionPolicyId": {
"description": "(Optional) The ID of the exception policy that determines various job escalation rules.",
Expand Down Expand Up @@ -2787,7 +2787,7 @@
"labelsToUpsert": {
"description": "(optional) Dictionary containing the labels to update (or add if not existing) in key-value pairs",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
}
},
"x-ms-discriminator-value": "reclassify"
Expand Down Expand Up @@ -2894,7 +2894,7 @@
"labels": {
"description": "A set of key/value pairs that are identifying attributes used by the rules engines to make decisions.",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
},
"assignments": {
"description": "A collection of the assignments of the job.\r\nKey is AssignmentId.",
Expand All @@ -2907,7 +2907,7 @@
"tags": {
"description": "A set of non-identifying attributes attached to this job",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
},
"notes": {
"description": "Notes attached to a job, sorted by timestamp",
Expand Down Expand Up @@ -2978,12 +2978,12 @@
"labels": {
"description": "A set of key/value pairs that are identifying attributes used by the rules engines to make decisions.",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
},
"tags": {
"description": "A set of non-identifying attributes attached to this worker.",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
},
"channelConfigurations": {
"description": "The channel(s) this worker can handle and their impact on the workers capacity.",
Expand Down

0 comments on commit 628e9b5

Please sign in to comment.