Azure / NoOpsAccelerator

A flexible, Infrastructure-as-Code foundation that assists customers with the development and deployment of opinionated infrastructure models that are secure, well-governed, and simple to maintain.
MIT License
63 stars 32 forks source link

fix: storage deployment type error #227

Closed OutKa5t closed 1 year ago

OutKa5t commented 1 year ago

Overview/Summary

reverts a previous change to the identity object that caused a missing json type error to occur. Further information in issue 226 and issue 218

https://github.com/Azure/NoOpsAccelerator/issues/226 https://github.com/Azure/NoOpsAccelerator/issues/218

This PR fixes/adds/changes/removes

  1. changes the construct of the object created to define the identity variable.

Breaking Changes

N/A

Testing Evidence

Deployed the bicep file individually and as part of a landing zone deployment. Build the bicep file and checked json output, no additional issues occured. See issue 226

As part of this Pull Request I have