You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/regionmove/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/regionmovecollection.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -947,6 +947,7 @@
947
947
"Committed"
948
948
],
949
949
"type": "string",
950
+
"readOnly": true,
950
951
"x-ms-enum": {
951
952
"name": "MoveState",
952
953
"modelAsString": true
@@ -985,6 +986,7 @@
985
986
"InitialSync"
986
987
],
987
988
"type": "string",
989
+
"readOnly": true,
988
990
"x-ms-enum": {
989
991
"name": "JobName",
990
992
"modelAsString": true
@@ -999,7 +1001,8 @@
999
1001
},
1000
1002
"jobProgress": {
1001
1003
"description": "Gets or sets the monitoring job percentage.",
1002
-
"type": "string"
1004
+
"type": "string",
1005
+
"readOnly": true
1003
1006
}
1004
1007
}
1005
1008
},
@@ -1018,7 +1021,8 @@
1018
1021
},
1019
1022
"targetId": {
1020
1023
"description": "Gets the Target ARM Id of the resource.",
1021
-
"type": "string"
1024
+
"type": "string",
1025
+
"readOnly": true
1022
1026
}
1023
1027
}
1024
1028
},
@@ -1542,18 +1546,22 @@
1542
1546
"properties": {
1543
1547
"code": {
1544
1548
"type": "string",
1549
+
"readOnly": true,
1545
1550
"description": "An identifier for the error. Codes are invariant and are intended to be consumed programmatically."
1546
1551
},
1547
1552
"message": {
1548
1553
"type": "string",
1554
+
"readOnly": true,
1549
1555
"description": "A message describing the error, intended to be suitable for display in a user interface."
1550
1556
},
1551
1557
"target": {
1552
1558
"type": "string",
1559
+
"readOnly": true,
1553
1560
"description": "The target of the particular error. For example, the name of the property in error."
0 commit comments