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: docs/rules.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1250,7 +1250,7 @@ Per [ARM guidelines](https://github.com/Azure/azure-resource-manager-rpc/blob/ma
1250
1250
1251
1251
Please refer to [top-level-resources-list-by-subscription.md](./top-level-resources-list-by-subscription.md) for details.
1252
1252
1253
-
### trackedExtensionResourcesAreNotAllowed
1253
+
### TrackedExtensionResourcesAreNotAllowed
1254
1254
1255
1255
Extension resources are always considered to be proxy and must not be of the type tracked.
1256
1256
@@ -1350,6 +1350,12 @@ Only valid types are allowed for properties.
1350
1350
1351
1351
Please refer to [valid-formats.md](./valid-formats.md) for details.
1352
1352
1353
+
### ValidQueryParametersForPointOperations
1354
+
1355
+
Point operations (GET, PUT, PATCH, DELETE) must not include any query parameters other than api-version.
1356
+
1357
+
Please refer to [valid-query-parameters-for-point-operations.md](./valid-query-parameters-for-point-operations.md) for details.
1358
+
1353
1359
### ValidResponseCodeRequired
1354
1360
1355
1361
Every operation response must contain a valid code like "200","201","202" or "204" which indicates the operation is succeed and it's not allowed that a response schema just contains a "default" code.
0 commit comments