Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
738 stars 194 forks source link

Fix tests in favor of policy changes #4126

Open super-harsh opened 3 months ago

super-harsh commented 3 months ago

Describe the current behavior

Azure SQL Database tests were skipped due to Azure SQL Database should have Microsoft Entra-only authentication error as a result of policy changes.

Note: Also need to pay attention to the StorageAccount resource to set allowPublicAccess to false.

Describe the improvement

matthchr commented 1 month ago

I think we've already done the allowPublicAccess change, is that right @super-harsh?

matthchr commented 1 month ago

Ah we still need to fix this for the recording tests.