Skip to content

Commit

Permalink
fix: remove opentelemetry managementState required field (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgutschon authored Dec 8, 2024
1 parent 77b680a commit 2d784c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions opentelemetry.io/opentelemetrycollector_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7139,8 +7139,7 @@
}
},
"required": [
"config",
"managementState"
"config"
],
"type": "object",
"additionalProperties": false
Expand Down
3 changes: 1 addition & 2 deletions opentelemetry.io/opentelemetrycollector_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7364,8 +7364,7 @@
}
},
"required": [
"config",
"managementState"
"config"
],
"type": "object",
"additionalProperties": false
Expand Down

0 comments on commit 2d784c6

Please sign in to comment.