An open API service indexing awesome lists of open source software.

https://github.com/chgeuer/ex_microsoft_azure_management_samples

Sample Elixir code calling the @Azure ARM management API
https://github.com/chgeuer/ex_microsoft_azure_management_samples

azure azure-resource-manager elixir elixir-examples

Last synced: about 1 month ago
JSON representation

Sample Elixir code calling the @Azure ARM management API

Awesome Lists containing this project

README

        

# ExMicrosoftAzureManagementSamples

Currently, I'm having problems POSTing to ARM API: https://github.com/swagger-api/swagger-codegen/issues/8138

- https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#parameterObject
- https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/ElixirClientCodegen.java
- https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen/src/main/resources/elixir
- https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/resources/elixir/api.mustache#L46

- https://swagger.io/docs/specification/2-0/describing-request-body/

```sh
find . -type f -name "*.ex" -exec sed -i'' -e 's/add_param(:body, :"parameters", parameters)/add_param(:body, :body, parameters)/g' {} +
```