Skip to content

Commit ffebb24

Browse files
tombuildsstuffzman-ms
authored andcommitted
devcenter: devCenterUri should be a read only field (#26189)
* devcenter: `devCenterUri` should be a read only field This field cannot be updated - therefore it should be marked as readonly * devcenter: `devCenterUri` within the Project should also be marked as readonly
1 parent 76a8c97 commit ffebb24

File tree

1 file changed

+4
-2
lines changed
  • specification/devcenter/resource-manager/Microsoft.DevCenter/stable/2023-04-01

1 file changed

+4
-2
lines changed

specification/devcenter/resource-manager/Microsoft.DevCenter/stable/2023-04-01/devcenter.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2757,7 +2757,8 @@
27572757
},
27582758
"devCenterUri": {
27592759
"description": "The URI of the Dev Center.",
2760-
"$ref": "#/definitions/DevCenterUri"
2760+
"$ref": "#/definitions/DevCenterUri",
2761+
"readOnly": true
27612762
}
27622763
}
27632764
},
@@ -2852,7 +2853,8 @@
28522853
},
28532854
"devCenterUri": {
28542855
"description": "The URI of the Dev Center resource this project is associated with.",
2855-
"$ref": "#/definitions/DevCenterUri"
2856+
"$ref": "#/definitions/DevCenterUri",
2857+
"readOnly": true
28562858
}
28572859
}
28582860
},

0 commit comments

Comments
 (0)