Tim G
Tim G
Just started hitting this as well. AzureRM version 3.71, we're only adding one API with a single operation. If downgrading isn't an option due to state file compatibility, are there...
Really need this feature. :(
Any idea when this will be implemented?
Downgrading the Marshmallow package seems to fix it: ~~~bash $ pip install marshmallow==3.23.2 --target ~/.azure/cliextensions/ml --upgrade Collecting marshmallow==3.23.2 Using cached marshmallow-3.23.2-py3-none-any.whl (49 kB) Collecting packaging>=17.0 Using cached packaging-24.2-py3-none-any.whl (65 kB)...
I'm getting this as well, I'm trying to refactor some code to use the awesome new `ForEach` intrinsic function, however enabling the `AWS::LanguageExtensions` transform seems to break previously working code...