Skip to content

Commit

Permalink
Confluent added stable version (#12362)
Browse files Browse the repository at this point in the history
* update azure schema readme with stable version

* Update go readme with stable version

* Update java readme with stable version

* Update readme with stable version

* Update python reademe with stable version

* Update ruby with stable version

* created stable version confluent.json

* create marketplace agreements example json

* Create List Agreements json

* Create Organization List Json

* Create Organization example Json

* Create Organization Delete Json

* Create Organization Get Json

* Create Organization List By resourceGroup Json

* Create Organization List by subscription json

* Create Organization update json

* Update confluent json

* update marketplace create json

* Update marketplace list json

* Update Operations list json

* Update organization create json

* Update Organization create json
  • Loading branch information
alluri02 authored Jan 14, 2021
1 parent 3ea560a commit 0040c26
Show file tree
Hide file tree
Showing 18 changed files with 1,366 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
],
"summary": "Create Confluent Marketplace agreement in the subscription.",
"operationId": "MarketplaceAgreements_Create",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
Expand All @@ -89,6 +92,7 @@
{
"in": "body",
"name": "body",
"description": "Confluent Marketplace Agreement resource",
"schema": {
"$ref": "#/definitions/ConfluentAgreementResource"
}
Expand Down Expand Up @@ -516,13 +520,14 @@
"readOnly": true
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ConfluentAgreementProperties",
"description": "Represents the properties of the resource."
}
}
},
"ConfluentAgreementResourceListResponse": {
"description": "Response of a agreements operation.",
"description": "Response of a list operation.",
"type": "object",
"properties": {
"value": {
Expand Down Expand Up @@ -571,6 +576,10 @@
"display": {
"description": "The object that represents the operation.",
"$ref": "#/definitions/OperationDisplay"
},
"isDataAction": {
"description": "Indicates whether the operation is a data action",
"type": "boolean"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"body": {
"value": [
{
"id": "id1",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Confluent/agreements/default",
"name": "planid1",
"type": "Microsoft.MarketplaceOrdering/offertypes",
"type": "Microsoft.Confluent/agreements",
"properties": {
"publisher": "pubid1",
"product": "offid1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"value": [
{
"name": "Microsoft.Confluent/organizations/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
Expand All @@ -17,6 +18,7 @@
},
{
"name": "Microsoft.Confluent/organizations/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
Expand All @@ -26,6 +28,7 @@
},
{
"name": "Microsoft.Confluent/organizations/Delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.Confluent",
"resource": "organizations",
Expand Down
Loading

0 comments on commit 0040c26

Please sign in to comment.