apply some code fixes
All Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
- [YES] I have updated the documentation accordingly.
- [YES] My code follows the code style of this project.
Current Behavior or Linked Issues
- The default value given for variable "redis_cache_tier" has miss-leading values.
value for
zones
needs to benull
whensku_name
is notPremium
,[]
is a non-acceptable value even ifsku_name
=Premium
. - Error in test code for Module/container-registry
tests.name
is not declared by packagegithub.com/microsoft/cobalt/infra/modules/providers/azure/storage-account/tests
while checking in the package it should betests.ContainerName
Does this introduce a breaking change?
- [NO]