Azure / magic-module-specs

The magic module resource definitions for Azure.
MIT License
3 stars 9 forks source link

MM throws error not enough arguments in call to client.Get #115

Closed neil-yechenwei closed 5 years ago

houkms commented 5 years ago

This can be resolved by adjusting your api.yaml file. Add the missing field (usually the request header) in your request in SDK_Type_Definition, and set its go_varible_name to be an empty string (go_variable_name: '""' ).