ssc-spc-ccoe-cei / azure-guardrails-solution-accelerator

This implementation automates reporting to verify compliance with GC Cloud Guardrails. SSC and TBS review the results. Cette mise en œuvre automatise la production de rapports afin de vérifier la conformité aux mesures de sécurité infonuagique du GC. SPC et SCT examinent les résultats.
Other
11 stars 4 forks source link

[Bugfix] Dont project profile column if not present #192

Closed singhgss closed 2 months ago

singhgss commented 2 months ago

Overview/Summary

This Pull Request fixes an issue in the KQL queries where the profile_d field was not being projected if it was not present. The changes ensure that queries are robust and handle scenarios where profile_d may be absent.

This PR fixes/adds/changes/removes

  1. Fixed KQL queries to ensure profile_d is projected even when not present.
  2. Improved error handling for cases where profile_d is not present.

Breaking Changes

  1. None identified; the changes are backward-compatible with existing queries.
  2. No changes expected to impact current deployments or functionality.

Testing Evidence

As part of this Pull Request I have