Commit 0210570
fix: remove omitempty from ClientID JSON tag
Remove omitempty from ClientID field in BackendSecurityPolicyAzureCredentials
to maintain consistency with other ID fields and avoid breaking existing
integrations that expect the field to always be present in JSON output.
This addresses the GitHub Copilot review comment in PR #1183.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Matt Mencel <[email protected]>1 parent 11d6e02 commit 0210570
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments