-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
AZCLient: NetworkManagementClient is not having flow_logs attribute #24503
Comments
Thanks for your feedback, we'll investigate ASAP! |
Hi @amitdwivedi-broadcom azure-mgmt-network<16.0.0b1 is track1 version which has been deprecated. Please try latest version and here is the migration guidance: https://devblogs.microsoft.com/azure-sdk/migrating-python-management-libraries/ |
@amitdwivedi-broadcom Apologies for the late reply. Thanks for reaching out to us and sharing this feedback. Could you please check and let us know if you had a chance to follow the above suggestion ? Awaiting your reply. |
@amitdwivedi-broadcom I wanted to do quick follow-up to check if you had a chance to follow the above suggestions. Please let us know if you need any further assistance on this. Awaiting your reply. |
This worked with latest version thanks
…On Thu, May 26, 2022, 10:38 navba-MSFT ***@***.***> wrote:
@amitdwivedi-broadcom <https://github.com/amitdwivedi-broadcom> I wanted
to do quick follow-up to check if you had a chance to follow the above
suggestions. Please let us know if you need any further assistance on this.
Awaiting your reply.
—
Reply to this email directly, view it on GitHub
<#24503 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANZ77XYCVXWFYWHI63UA533VL4BMJANCNFSM5WHZ4TRA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
This electronic communication and the information and any files transmitted
with it, or attached to it, are confidential and are intended solely for
the use of the individual or entity to whom it is addressed and may contain
information that is confidential, legally privileged, protected by privacy
laws, or otherwise restricted from disclosure to anyone else. If you are
not the intended recipient or the person responsible for delivering the
e-mail to the intended recipient, you are hereby notified that any use,
copying, distributing, dissemination, forwarding, printing, or copying of
this e-mail is strictly prohibited. If you received this e-mail in error,
please return the e-mail to the sender, delete it from your computer, and
destroy any printed copy of it.
|
@amitdwivedi-broadcom Thanks for getting back. We will now proceed with closure of this github issue. If you need any further assistance on this issue in future, please feel free to reopen this thread. We would be happy to help. |
Describe the bug
NetworkManagementClient is not having flow_logs attribute
To Reproduce
Steps to reproduce the behavior:
sub = 'd8e556db-074e-4a5f-a34a-bc1dbc554039'
rg = 'NetworkWatcherRG'
mgmt_client = NetworkManagementClient(credentials, sub)
watcher_list = mgmt_client.network_watchers.list(resource_group_name=rg)
for wl in watcher_list:
watcher_name = wl.name
mgmt_client = NetworkManagementClient(credentials, sub)
flow_l = mgmt_client.flow_logs.list(rg, watcher_name)
Expected behavior
Document says that NetworkManagementClient has flow_logs attribute
Screenshots
Python exception
Azure flow log
The text was updated successfully, but these errors were encountered: