Commit f127c1b
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 2bdb2e5 commit f127c1b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments