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/common-types/resource-management/v1/types.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@
127
127
"create",
128
128
"update"
129
129
],
130
-
"description": "The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource."
130
+
"description": "The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource."
Copy file name to clipboardExpand all lines: specification/common-types/resource-management/v2/types.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
"paths": {},
8
8
"definitions": {
9
9
"Resource": {
10
+
"title": "Resource",
10
11
"description": "Common fields that are returned in the response for all Azure Resource Manager resources",
11
12
"properties": {
12
13
"id": {
@@ -29,6 +30,7 @@
29
30
},
30
31
"AzureEntityResource": {
31
32
"x-ms-client-name": "AzureEntityResource",
33
+
"title": "Entity Resource",
32
34
"description": "The resource model definition for an Azure Resource Manager resource with an etag.",
33
35
"properties": {
34
36
"etag": {
@@ -44,7 +46,8 @@
44
46
]
45
47
},
46
48
"TrackedResource": {
47
-
"description": "The resource model definition for an Azure Resource Manager tracked top level resource",
49
+
"title": "Tracked Resource",
50
+
"description": "The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'",
48
51
"properties": {
49
52
"tags": {
50
53
"type": "object",
@@ -77,7 +80,8 @@
77
80
]
78
81
},
79
82
"ProxyResource": {
80
-
"description": "The resource model definition for an Azure Resource Manager proxy resource. It will have everything other than required location and tags",
83
+
"title": "Proxy Resource",
84
+
"description": "The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location",
81
85
"allOf": [
82
86
{
83
87
"$ref": "#/definitions/Resource"
@@ -207,7 +211,7 @@
207
211
"capacity": {
208
212
"type": "integer",
209
213
"format": "int32",
210
-
"description": "If the SKU supports scale out/in then the capacity integer indicates the current scaling-factor of the resource. If scale out/in is not possible for the resource this may be omitted."
214
+
"description": "If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted."
211
215
}
212
216
},
213
217
"required": [
@@ -332,6 +336,7 @@
332
336
"description": "The resource management error additional info."
333
337
},
334
338
"Operation": {
339
+
"title": "REST API Operation",
335
340
"description": "Details of a REST API operation, returned from the Resource Provider Operations API",
0 commit comments