diff --git a/sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/operations/_resources_operations.py b/sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/operations/_resources_operations.py
index bbc5ddf9bc76..3afe6c9f44bd 100644
--- a/sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/operations/_resources_operations.py
+++ b/sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_08_01/operations/_resources_operations.py
@@ -61,10 +61,11 @@ def list_by_resource_group(
$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'
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
+ 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.
:type filter: str
:param expand: The $expand query parameter. You can expand createdTime
@@ -351,10 +352,11 @@ def list(
$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'
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
+ 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.
:type filter: str
:param expand: The $expand query parameter. You can expand createdTime