Giter Site home page Giter Site logo

Comments (6)

 avatar commented on May 21, 2024

Hi @VaperWare,

When you invoke the Get-PartnerCustomerSubscriptionUtilization it will return the resource URI. Are you finding that the value is missing?

You will need to pipe the output from the command through the Format-List command. The following is an example

Get-PartnerCustomerSubscriptionUtilization -CustomerId <Customer ID> -SubscriptionId <Subscription ID> -StartDate (Get-Date).AddDays(-2).ToUniversalTime() -EndDate (Get-Date).ToUniversalTime() -Granularity Daily -ShowDetails | FL -force *

When you do this all of the available properties will be written to the screen. The module is using a output formatter that set the default output style for certain commands. This was done due to the amount of data returned. We decided to implement it in this way to make it more friendly and output the most commonly used information by default.

I hope that this helps!

from partner-center-powershell.

VaperWare avatar VaperWare commented on May 21, 2024

Thanks for the update, I do see the URI information when it's piped to the screen, so I'm probably missing something, but is there not a way to return the URI back to an object for processing ?

from partner-center-powershell.

 avatar commented on May 21, 2024

from partner-center-powershell.

VaperWare avatar VaperWare commented on May 21, 2024

Isaiah,
Thanks for the clarification, I see them now in the object, a different way of looking at things.

from partner-center-powershell.

VaperWare avatar VaperWare commented on May 21, 2024

One last question on this command, is there a reliable way to pull the utilization records to match up to an invoice for URI reconciliation ?

from partner-center-powershell.

 avatar commented on May 21, 2024

Hi @VaperWare,

This feature provides access to the same utilization data that is used to create and calculate the reconciliation file, but it does not have knowledge of billing system reconciliation file logic. Consequently, you should not expect reconciliation file summary results to exactly match the result retrieved from this API for the same time period. There is a possibility it might match, but odds are you will find minor differences between the two. See Get a customer's utilization records for Azure for additional details.

from partner-center-powershell.

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.