Skip to content

Commit

Permalink
Merge pull request #2624 from alluri02/sralluri/confluent-stable-master
Browse files Browse the repository at this point in the history
Sralluri/confluent stable master
  • Loading branch information
ruowan authored Jan 6, 2021
2 parents 403e230 + a91f222 commit 38bd87d
Show file tree
Hide file tree
Showing 19 changed files with 1,489 additions and 143 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +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
}
}
}
}
}
{
"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
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements/default",
"name": "planid1",
"type": "Microsoft.Confluent/agreements",
"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.Confluent/agreements",
"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
}
}
}
}
{
"parameters": {
"api-version": "2020-03-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements/default",
"name": "planid1",
"type": "Microsoft.Confluent/agreements",
"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
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
"organizationName": "myOrganization"
},
"responses": {
"200": {
},
"202": {
},
"204": {

}
"200": {},
"202": {}
}
}
Loading

0 comments on commit 38bd87d

Please sign in to comment.