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
- Host: GitHub
- URL: https://github.com/chgeuer/ex_microsoft_azure_management_samples
- Owner: chgeuer
- License: apache-2.0
- Created: 2018-05-03T09:46:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T19:19:40.000Z (over 6 years ago)
- Last Synced: 2025-03-28T21:42:48.641Z (about 2 months ago)
- Topics: azure, azure-resource-manager, elixir, elixir-examples
- Language: Elixir
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' {} +
```