-
Notifications
You must be signed in to change notification settings - Fork 324
Feature/Implement organization quotas version 3 api (issue-1168) #1304
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
Feature/Implement organization quotas version 3 api (issue-1168) #1304
Conversation
…e and Delete OrganizationQuotaDefinition
…ganizationQuotaDefinition
_UpdateOrganizationQuotaDefinitionRequest
…() so the automated clean-up process can apply
|
Hey @SaifuddinMerchant ! Sorry for the review delay. This looks good. Could you please align the "create" integration test with the v2 version? Passing properties and verifying the output. |
|
Hello @Kehrlann |
Kehrlann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
This provides an implementation of all API for the Organization Quota except for Apply an organization quota to an organization
I plan to implement that Apply API in a future PR. The Organization Quota follows the pattern that Organization version 3 API interface and implementation follow
This PR partially sorts the issue raised for missing version 3 Organization Quota implementation - #1168