-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version of NetApp module does not work with get_client_from_json_dict #16760
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @appgwsuppgithub. Issue Details
Describe the bug
To Reproduce
Expected behavior Additional context There seem to have been many changes with 8fae515#diff-e0ab8e5f8b111235d15c2b525ecdf6a9531826e786d90a30c0a34fa1f1f371e4, including renaming of the The documentation also seems to not reflect the changes to the
|
Thanks for the feedback, we’ll investigate asap. |
Thanks @lmazuel for the update. Are there any plans on updating the documentation accordingly? When I install the azure-mgmt-netapp module via pip right now, I get the 1.0 (beta?) version, which is not documented in the official SDK docs yet, which is very confusing. |
We discussed on our team and concluded we do not want to support the JSON or file factory for security purposes, and we don't want to encourage practices that feel unsecure. Please let me know any feedback or questions related to this. |
@sschols if the documentation is still not accurate, would you mind creating another issue about it? I like to keep issues focuses, since otherwise it ends up with many many different people and the success rate of fixes becomes low. |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
[Hub Generated] Review request for Microsoft.BotService to add version preview/2021-05-01-preview (Azure#16760) * rename * change to enum * fix bug * fix example
[Hub Generated] Review request for Microsoft.BotService to add version preview/2021-05-01-preview (Azure#16760) * rename * change to enum * fix bug * fix example
Describe the bug
Creating a new NetAppManagementClient via the get_client_from_json_dict function of the client factory fails:
To Reproduce
Steps to reproduce the behavior:
get_client_from_json_dict(NetAppManagementClient, client_config_dict)
Expected behavior
A NetApp Management Client should be created
Additional context
There seem to have been many changes with 8fae515#diff-e0ab8e5f8b111235d15c2b525ecdf6a9531826e786d90a30c0a34fa1f1f371e4, including renaming of the
credentials
parameter (8fae515#diff-e0ab8e5f8b111235d15c2b525ecdf6a9531826e786d90a30c0a34fa1f1f371e4R14). The credentials parameter is the one being set by get_client_from_json_dict. This is likely the cause of thisThe documentation also seems to not reflect the changes to the
azure.mgmt.netapp
package yet, there is no information on theNetAppManagementClient
in https://docs.microsoft.com/de-de/python/api/azure-mgmt-netapp/azure.mgmt.netapp, it still refers to theAzureNetAppFilesManagementClient
implementation.The text was updated successfully, but these errors were encountered: