Skip to content
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

Usage Operations #164

Conversation

paulsmelser
Copy link
Member

resolves #163

@paulsmelser paulsmelser changed the title Release/major/new usage operations Usage Operations Mar 28, 2018
Copy link
Contributor

@jonfk jonfk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

* @param subscriptionId The value is a GUID formatted subscription-id that identifies the subscription for which usage records are required.
* @return {@link SubscriptionDailyUsage}
*/
ResponseEntity<PartnerCenterResponse<SubscriptionDailyUsage>> getDailySubscriptionUsage(String customerId, String subscriptionId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Nice docs

This change includes PartnerUsage, SubscriptionUsageSummary, Subscription(Daily/Monthly)UsageRecord. More to come for SpendingBudget and CustomerUsage
This is mostly to stay in step with Microsoft's own naming.
@paulsmelser paulsmelser force-pushed the release/major/new_usage_operations branch from e743141 to 11a76b8 Compare March 28, 2018 16:18
@paulsmelser paulsmelser merged commit ddefc82 into SpringSocialMicrosoft:master Mar 28, 2018
Spring Social for Microsoft Partner Center automation moved this from In progress to Done Mar 28, 2018
@paulsmelser paulsmelser deleted the release/major/new_usage_operations branch September 26, 2018 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Add new Usage Operations
2 participants