azure-storage v5.32.2 - Fix Storage Queue, Container, and File Share controls stuck in error
Jul 27, 2026•GuardrailsMods
Bug fixes
- Fixed ReferenceError: _ is not defined that put Azure > Storage > Queue > CMDB (and the equivalent Container and File Share CMDB/Delete/Discovery controls) into error and DLQ. The queue/cmdb, container/cmdb, container/delete, fileShare/cmdb, fileShare/delete, and fileShare/discovery Lambda handlers referenced lodash (_.get) in their error-handling catch blocks but never required the module, so any thrown control error crashed the handler. Each handler now requires lodash, matching the sibling queue/discovery handler.