microsoft / cobalt

Infrastructure turn-key solution for app service workloads
MIT License
116 stars 77 forks source link

feat: Upgrade azurerm provider to 2.9 #396

Closed helayoty closed 4 years ago

helayoty commented 4 years ago

All Submissions:


What is the current behavior?


The current azurerm provider version (1.4) will not work for new features introduced by > 2.0.0 and to be able to contribute back specific modules such as azure ML workspace, we needed to pump the azurerm provider version to >= 2.6

We had to go with version 2.9 as it has fix for app gateway issues.

Issue Number: N/A

What is the new behavior?


Does this introduce a breaking change?


Any relevant logs, error output, etc?


(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information


helayoty commented 4 years ago

@nmiodice