Code Monkey home page Code Monkey logo

Comments (6)

github-actions avatar github-actions commented on June 14, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub.

from azure-sdk-for-python.

ChenxiJiang333 avatar ChenxiJiang333 commented on June 14, 2024

Hi @xiaopeng163 I failed to reproduce this issue, and since the properties' values were returned by the service, please follow https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/debug_guide.md to get detailed log for deep investigation.

from azure-sdk-for-python.

xiaopeng163 avatar xiaopeng163 commented on June 14, 2024
image

FYI

the subnet on azure portal
image

from azure-sdk-for-python.

ChenxiJiang333 avatar ChenxiJiang333 commented on June 14, 2024

I see, yet since GatewaySubnet's ip usage is dynamic, I think there's no certain value for its current_value or limits, so the returned value -1.0 might be just fine.

from azure-sdk-for-python.

xiaopeng163 avatar xiaopeng163 commented on June 14, 2024

ok, make sense.

another question or feature request from our side is, if both IPv4 and IPv6 enabled for the subnet, is that possible to have separated data for them in the usage report? like:

{
    "current_value_v4" : 1, 
    "current_value_v6": 2,
    "limit_v4": xxxxxx,
    "limit_v6": xxxxxx
    ....
}

from azure-sdk-for-python.

ChenxiJiang333 avatar ChenxiJiang333 commented on June 14, 2024

ok, make sense.

another question or feature request from our side is, if both IPv4 and IPv6 enabled for the subnet, is that possible to have separated data for them in the usage report? like:

{
    "current_value_v4" : 1, 
    "current_value_v6": 2,
    "limit_v4": xxxxxx,
    "limit_v6": xxxxxx
    ....
}

Here's the related swagger https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/stable/2023-11-01/virtualNetwork.json#L2148, python sdk is just a tool to call its api, so to request feature, you need to turn to the service team by opening an issue at https://github.com/Azure/azure-rest-api-specs/tree/main.

from azure-sdk-for-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.