Skip to content

Commit 9378cc0

Browse files
navba-MSFTjnlycklama
authored andcommitted
Update resources.json (#25413)
1 parent c4dac22 commit 9378cc0

File tree

1 file changed

+3
-3
lines changed
  • specification/resources/resource-manager/Microsoft.Resources/stable/2020-10-01

1 file changed

+3
-3
lines changed

specification/resources/resource-manager/Microsoft.Resources/stable/2020-10-01/resources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@
23832383
"in": "query",
23842384
"required": false,
23852385
"type": "string",
2386-
"description": "The filter to apply on the operation.<br><br>The properties you can use for eq (equals) or ne (not equals) are: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/version, and plan/promotionCode.<br><br>For example, to filter by a resource type, use: $filter=resourceType eq 'Microsoft.Network/virtualNetworks'<br><br>You can use substringof(value, property) in the filter. The properties you can use for substring are: name and resourceGroup.<br><br>For example, to get all resources with 'demo' anywhere in the name, use: $filter=substringof('demo', name)<br><br>You can link more than one substringof together by adding and/or operators.<br><br>You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. When you filter by a tag name and value, the tags for each resource are not returned in the results.<br><br>You can use some properties together when filtering. The combinations you can use are: substringof and/or resourceType, plan and plan/publisher and plan/name, identity and identity/principalId."
2386+
"description": "The filter to apply on the operation. The properties you can use for eq (equals) or ne (not equals) are: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/version, and plan/promotionCode. For example, to filter by a resource type, use: $filter=resourceType eq 'Microsoft.Network/virtualNetworks'. You can use substringof(value, property) in the filter. The properties you can use for substring are: name and resourceGroup. For example, to get all resources with 'demo' anywhere in the name, use: $filter=substringof('demo', name). You can link more than one substringof together by adding and/or operators. You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. When you filter by a tag name and value, the tags for each resource are not returned in the results. You can use some properties together when filtering. The combinations you can use are: substringof and/or resourceType, plan and plan/publisher and plan/name, identity and identity/principalId."
23872387
},
23882388
{
23892389
"name": "$expand",
@@ -2722,7 +2722,7 @@
27222722
"in": "query",
27232723
"required": false,
27242724
"type": "string",
2725-
"description": "The filter to apply on the operation.<br><br>You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'"
2725+
"description": "The filter to apply on the operation. You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'"
27262726
},
27272727
{
27282728
"name": "$top",
@@ -2874,7 +2874,7 @@
28742874
"in": "query",
28752875
"required": false,
28762876
"type": "string",
2877-
"description": "The filter to apply on the operation.<br><br>The properties you can use for eq (equals) or ne (not equals) are: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/version, and plan/promotionCode.<br><br>For example, to filter by a resource type, use: $filter=resourceType eq 'Microsoft.Network/virtualNetworks'<br><br>You can use substringof(value, property) in the filter. The properties you can use for substring are: name and resourceGroup.<br><br>For example, to get all resources with 'demo' anywhere in the name, use: $filter=substringof('demo', name)<br><br>You can link more than one substringof together by adding and/or operators.<br><br>You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. When you filter by a tag name and value, the tags for each resource are not returned in the results.<br><br>You can use some properties together when filtering. The combinations you can use are: substringof and/or resourceType, plan and plan/publisher and plan/name, identity and identity/principalId."
2877+
"description": "The filter to apply on the operation. The properties you can use for eq (equals) or ne (not equals) are: location, resourceType, name, resourceGroup, identity, identity/principalId, plan, plan/publisher, plan/product, plan/name, plan/version, and plan/promotionCode. For example, to filter by a resource type, use: $filter=resourceType eq 'Microsoft.Network/virtualNetworks'. You can use substringof(value, property) in the filter. The properties you can use for substring are: name and resourceGroup. For example, to get all resources with 'demo' anywhere in the name, use: $filter=substringof('demo', name). You can link more than one substringof together by adding and/or operators. You can filter by tag names and values. For example, to filter for a tag name and value, use $filter=tagName eq 'tag1' and tagValue eq 'Value1'. When you filter by a tag name and value, the tags for each resource are not returned in the results. You can use some properties together when filtering. The combinations you can use are: substringof and/or resourceType, plan and plan/publisher and plan/name, identity and identity/principalId."
28782878
},
28792879
{
28802880
"name": "$expand",

0 commit comments

Comments
 (0)