You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated code for each operation currently takes a Configuration. This is how opening-generator currently does it. The other Azure SDKs generate Clients instead. It may be possible to do it that way instead. We will need to evaluate the trade-offs.
The text was updated successfully, but these errors were encountered:
In #417, @bmc-msft provides examples for other Azure SDK languages, which pass the configuration into clients. I is time to reevaluate this in combination with moving to the pipeline architecture #294.
Note, I was primarily concerned about the API version being user configurable. They almost all have some sort of configuration that's passed in on init. Just api-version isn't configurable.
The generated code for each operation currently takes a
Configuration
. This is how opening-generator currently does it. The other Azure SDKs generate Clients instead. It may be possible to do it that way instead. We will need to evaluate the trade-offs.The text was updated successfully, but these errors were encountered: