Eugene Tolmachev
Eugene Tolmachev
I've branched for v3 support and now the `master` is for experimental development. So far I have (crossed out items will go into v4 as previously planned): - [x] ~handle...
Since packaging doesn't build with fable-compiler anymore have to add some test project that does.
I often find the API has been broken within the same major version. Would it make sense to start using [semantic versioning](https://semver.org/) to give the user indication - "broken API...
This [sample](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.resources/deployment-script-ssh-key-gen/azuredeploy.json#L118) demonstrates how deployment dependencies can be injected via arguments. Currently this would take some eval/unwrap/concat to accomplish, would be nice if Farmer took care of it.
It doesn't seem to be well-documented from ARM perspective, but following [the instructions](https://docs.microsoft.com/en-us/azure/app-service/quickstart-multi-container) I created the docker-compose based multi-container appService and generated the template from the resulting resource: [multicontainer.json.zip](https://github.com/CompositionalIT/farmer/files/6786479/multicontainer.json.zip). Looking...
**Is your feature request related to a problem? Please describe.** Would be nice if the types generated were immutable (even if they remain `CLIMutable`). I understand that minimizing copying might...
Adds `Event` overload to bring state machine builder API to parity with inheritance-based interface and allow for configuration of correlation. Closes #3702
**Azure.Identity** Testing code that uses `DefaultAzureCredential` in a container locally seems to require a lot of effort, unless one is willing to supply username/password into the environment. Creating a service...
dma hal?
Would it possible to implement DMA?