This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.
MIT License
714
stars
248
forks
source link
Null error on azure_mgmt_network network_watcher verefy_ip_flow #1308
While trying to verify an ip flow using a network watcher, using azure_mgmt_network::package_2021_08::network_watchersverify_ip_flow, I get the following error:
Error: invalid type: null, expected struct VerificationIpFlowResult at line 1 column 4
If I put wrong values in the parameters it fails normaly with the error response from the Azure API.
I have tested the input values on the Azure Portal and it works normally.
Hello,
While trying to verify an ip flow using a network watcher, using
azure_mgmt_network::package_2021_08::network_watchers
verify_ip_flow
, I get the following error:If I put wrong values in the parameters it fails normaly with the error response from the Azure API.
I have tested the input values on the Azure Portal and it works normally.
Code to reproduce:
Parameters :
Parameters output:
verify_ip_flow call: