Skip to content

Commit 3be2b71

Browse files
authored
arnavshringi-patch-1 (#16975)
* Added "readonly" in 2021-03-01-preview * Added "readonly" in 2021-09-01
1 parent 0233d35 commit 3be2b71

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)