Skip to content

Commit 6334de0

Browse files
arnavshringiLeiWang3
authored andcommitted
arnavshringi-patch-1 (Azure#16975)
* Added "readonly" in 2021-03-01-preview * Added "readonly" in 2021-09-01
1 parent 16a2980 commit 6334de0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,8 @@
789789
},
790790
"status": {
791791
"description": "SaaS Offer Status",
792-
"$ref": "#/definitions/SaaSOfferStatus"
792+
"$ref": "#/definitions/SaaSOfferStatus",
793+
"readOnly": true
793794
}
794795
}
795796
},

specification/confluent/resource-manager/Microsoft.Confluent/preview/2021-09-01-preview/confluent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,8 @@
789789
},
790790
"status": {
791791
"description": "SaaS Offer Status",
792-
"$ref": "#/definitions/SaaSOfferStatus"
792+
"$ref": "#/definitions/SaaSOfferStatus",
793+
"readOnly": true
793794
}
794795
}
795796
},

0 commit comments

Comments
 (0)