Skip to content

Commit

Permalink
termId-new-api-version (Azure#6960)
Browse files Browse the repository at this point in the history
* termId-new-api-version

* added MarketplaceAgreements_Create.json

* added MarketplaceAgreements_List.json

* added OrganizationOperations_List.json

* added Organization_Create.json

* added Organization_Delete.json

* added Organization_Get.json

* added Organization_ListByResourceGroup.json

* added Organization_ListBySubscription.json

* added Organization_Update.json

* added Validations_ValidateOrganizations.json

* added termId in the payload

* added new api version

* updated api version in readme
  • Loading branch information
alluri02 authored Apr 25, 2022
1 parent 7f8c2bf commit 045f868
Show file tree
Hide file tree
Showing 12 changed files with 1,497 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parameters": {
"api-version": "2022-04-10-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",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2020-05-09T14:28:47.284Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-05-09T14:28:47.284Z"
},
"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
@@ -0,0 +1,45 @@
{
"parameters": {
"api-version": "2022-04-10-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
@@ -0,0 +1,44 @@
{
"parameters": {
"api-version": "2022-04-10-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Confluent/organizations/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
"operation": "Get/List organization resources",
"description": "Read organization"
}
},
{
"name": "Microsoft.Confluent/organizations/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
"operation": "Create/Update organization resources",
"description": "Write organization"
}
},
{
"name": "Microsoft.Confluent/organizations/Delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
"operation": "Delete organization resources",
"description": "Delete organization"
}
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"parameters": {
"api-version": "2022-04-10-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization",
"body": {
"properties": {
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
},
"linkOrganization": {
"token": "string"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2020-05-09T14:28:47.284Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-05-09T14:28:47.284Z"
},
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Succeeded",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"api-version": "2022-04-10-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"api-version": "2022-04-10-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"organizationName": "myOrganization"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization",
"name": "myOrganization",
"type": "Microsoft.Confluent/organizations",
"systemData": {
"createdBy": "string",
"createdByType": "User",
"createdAt": "2020-05-09T14:28:47.284Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-05-09T14:28:47.284Z"
},
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"api-version": "2022-04-10-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganizations",
"name": "myOrganizations",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parameters": {
"api-version": "2022-04-10-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganizations",
"name": "myOrganizations",
"type": "Microsoft.Confluent/organizations",
"properties": {
"createdTime": "2020-05-09T14:28:47.284Z",
"provisioningState": "Accepted",
"organizationId": "string",
"ssoUrl": "string",
"offerDetail": {
"publisherId": "string",
"id": "string",
"planId": "string",
"planName": "string",
"termUnit": "string",
"status": "Started"
},
"userDetail": {
"firstName": "string",
"lastName": "string",
"emailAddress": "[email protected]"
}
},
"tags": {
"Environment": "Dev"
},
"location": "West US"
}
],
"nextLink": "string"
}
}
}
}
Loading

0 comments on commit 045f868

Please sign in to comment.