Skip to content

Commit

Permalink
added api-version parameter in agreements APIs (Azure#12565)
Browse files Browse the repository at this point in the history
* added api-version parameter in agreements apis

* updated api-version parameter

* updated confluent.json

* updated confluent.json
  • Loading branch information
alluri02 authored and mkarmark committed Jul 20, 2021
1 parent ef065d2 commit 5759d11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
Expand Down Expand Up @@ -86,6 +89,9 @@
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
Expand Down Expand Up @@ -751,7 +757,8 @@
},
"provisioningState": {
"description": "Provision states for confluent RP",
"$ref": "#/definitions/ProvisioningState"
"$ref": "#/definitions/ProvisioningState",
"readOnly": true
},
"organizationId": {
"description": "Id of the Confluent organization.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
Expand Down Expand Up @@ -86,6 +89,9 @@
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
Expand Down Expand Up @@ -751,7 +757,8 @@
},
"provisioningState": {
"description": "Provision states for confluent RP",
"$ref": "#/definitions/ProvisioningState"
"$ref": "#/definitions/ProvisioningState",
"readOnly": true
},
"organizationId": {
"description": "Id of the Confluent organization.",
Expand Down

0 comments on commit 5759d11

Please sign in to comment.