-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Hub Generated] Review request for Microsoft.Confluent to add version preview/2020-03-01-preview #11426
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
Merged
Merged
[Hub Generated] Review request for Microsoft.Confluent to add version preview/2020-03-01-preview #11426
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
b06aacd
added agreement terms api
fb1fce1
fix validation issues
9372431
fix validation errors
379f92a
renamed api to accept terms
d3ebf03
Merge branch 'master' into confluent-terms-api
alluri02 7c6234e
Updated confluent swagger spec
alluri02 9feed0d
Updated the response examples
alluri02 5ca951c
lint
alluri02 993f018
rename
alluri02 ea544ca
Updated Post to Put
alluri02 08e6525
updated version
alluri02 87e036b
prettier check fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...Microsoft.Confluent/preview/2020-03-01-preview/examples/MarketplaceAgreements_Create.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2020-03-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "requestBody": { | ||
| "properties": { | ||
| "accepted": true | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements/default", | ||
| "name": "default", | ||
| "type": "Microsoft.Confluent/agreements", | ||
| "properties": { | ||
| "publisher": "pubid1", | ||
| "product": "offid1", | ||
| "plan": "planid1", | ||
| "licenseTextLink": "test.licenseLink1", | ||
| "privacyPolicyLink": "test.privacyPolicyLink1", | ||
| "retrieveDatetime": "2020-11-05T17:33:07.12132Z", | ||
| "signature": "YKWOQOKH2BCKZ46O7SCKHANWEENRFRU5WB4LXDFUYWCBWTS4AG4SGQXCOZYIR5ZJCZTXRMZKYZMO2BJSL5YKPLAR4LBFRUNS6CRYE7A", | ||
| "accepted": true | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
45 changes: 45 additions & 0 deletions
45
...r/Microsoft.Confluent/preview/2020-03-01-preview/examples/MarketplaceAgreements_List.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2020-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "id1", | ||
| "name": "planid1", | ||
| "type": "Microsoft.MarketplaceOrdering/offertypes", | ||
| "properties": { | ||
| "publisher": "pubid1", | ||
| "product": "offid1", | ||
| "plan": "planid1", | ||
| "licenseTextLink": "test.licenseLink1", | ||
| "privacyPolicyLink": "test.privacyPolicyLink1", | ||
| "retrieveDatetime": "2017-08-15T11:33:07.12132Z", | ||
| "signature": "ASDFSDAFWEFASDGWERLWER", | ||
| "accepted": true | ||
| } | ||
| }, | ||
| { | ||
| "id": "id2", | ||
| "name": "planid2", | ||
| "type": "Microsoft.MarketplaceOrdering/offertypes", | ||
| "properties": { | ||
| "publisher": "pubid2", | ||
| "product": "offid2", | ||
| "plan": "planid2", | ||
| "licenseTextLink": "test.licenseLin2k", | ||
| "privacyPolicyLink": "test.privacyPolicyLink2", | ||
| "retrieveDatetime": "2017-08-14T11:33:07.12132Z", | ||
| "signature": "ASDFSDAFWEFASDGWERLWER", | ||
| "accepted": true | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": null | ||
| } | ||
| } | ||
| } | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I thought we agreed to use PUT for these?