Skip to content

Commit c35467e

Browse files
authored
added api-version parameter in agreements APIs (Azure#12565)
* added api-version parameter in agreements apis * updated api-version parameter * updated confluent.json * updated confluent.json
1 parent a57e89f commit c35467e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

specification/confluent/resource-manager/Microsoft.Confluent/preview/2020-03-01-preview/confluent.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"application/json"
4545
],
4646
"parameters": [
47+
{
48+
"$ref": "#/parameters/ApiVersionParameter"
49+
},
4750
{
4851
"$ref": "#/parameters/SubscriptionIdParameter"
4952
}
@@ -86,6 +89,9 @@
8689
"application/json"
8790
],
8891
"parameters": [
92+
{
93+
"$ref": "#/parameters/ApiVersionParameter"
94+
},
8995
{
9096
"$ref": "#/parameters/SubscriptionIdParameter"
9197
},
@@ -751,7 +757,8 @@
751757
},
752758
"provisioningState": {
753759
"description": "Provision states for confluent RP",
754-
"$ref": "#/definitions/ProvisioningState"
760+
"$ref": "#/definitions/ProvisioningState",
761+
"readOnly": true
755762
},
756763
"organizationId": {
757764
"description": "Id of the Confluent organization.",

specification/confluent/resource-manager/Microsoft.Confluent/stable/2020-03-01/confluent.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"application/json"
4545
],
4646
"parameters": [
47+
{
48+
"$ref": "#/parameters/ApiVersionParameter"
49+
},
4750
{
4851
"$ref": "#/parameters/SubscriptionIdParameter"
4952
}
@@ -86,6 +89,9 @@
8689
"application/json"
8790
],
8891
"parameters": [
92+
{
93+
"$ref": "#/parameters/ApiVersionParameter"
94+
},
8995
{
9096
"$ref": "#/parameters/SubscriptionIdParameter"
9197
},
@@ -751,7 +757,8 @@
751757
},
752758
"provisioningState": {
753759
"description": "Provision states for confluent RP",
754-
"$ref": "#/definitions/ProvisioningState"
760+
"$ref": "#/definitions/ProvisioningState",
761+
"readOnly": true
755762
},
756763
"organizationId": {
757764
"description": "Id of the Confluent organization.",

0 commit comments

Comments
 (0)