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
* Generated from 6e7cafe31e550ebb35e76be3945898776f1afaa5 (#6129)
Update API version missed in Azure/azure-rest-api-specs#6276
* Packaging update of azure-mgmt-resource
* Generated from 7dd7493e50c01e2f7ceecd01127ab710280b0e32 (#6241)
chore: jsonfmt resources
* [AutoPR resources/resource-manager] Add missing displayName and domains properties to response of Tenants_List call (#6116)
* Generated from 38bec715e92c9f8bcd1b0e381042194d3261fe58
Add missing displayName and domains properties to response of Tenants_List call
* Generated from 38bec715e92c9f8bcd1b0e381042194d3261fe58
Add missing displayName and domains properties to response of Tenants_List call
* updated release notes and version
* updated test recordings
Copy file name to clipboardExpand all lines: sdk/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_03_01/operations/_policy_assignments_operations.py
+15-16
Original file line number
Diff line number
Diff line change
@@ -276,9 +276,9 @@ def list_for_resource_group(
276
276
includes all policy assignments that apply to the resource group, which
277
277
is everything in the unfiltered list except those applied to resources
278
278
contained within the resource group. If $filter=policyDefinitionId eq
279
-
'{value}' is provided, the returned list includes only policy
280
-
assignments that apply to the resource group and assign the policy
281
-
definition whose id is {value}.
279
+
'{value}' is provided, the returned list includes all policy
280
+
assignments of the policy definition whose id is {value} that apply to
281
+
the resource group.
282
282
283
283
:param resource_group_name: The name of the resource group that
284
284
contains policy assignments.
@@ -367,16 +367,16 @@ def list_for_resource(
367
367
to the resource, which is everything in the unfiltered list except
368
368
those applied to resources contained within the resource. If
369
369
$filter=policyDefinitionId eq '{value}' is provided, the returned list
370
-
includes only policy assignments that apply to the resource and assign
371
-
the policy definition whose id is {value}. Three parameters plus the
372
-
resource name are used to identify a specific resource. If the resource
373
-
is not part of a parent resource (the more common case), the parent
374
-
resource path should not be provided (or provided as ''). For example a
375
-
web app could be specified as ({resourceProviderNamespace} ==
Copy file name to clipboardExpand all lines: sdk/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2018_05_01/operations/_policy_assignments_operations.py
+15-16
Original file line number
Diff line number
Diff line change
@@ -276,9 +276,9 @@ def list_for_resource_group(
276
276
includes all policy assignments that apply to the resource group, which
277
277
is everything in the unfiltered list except those applied to resources
278
278
contained within the resource group. If $filter=policyDefinitionId eq
279
-
'{value}' is provided, the returned list includes only policy
280
-
assignments that apply to the resource group and assign the policy
281
-
definition whose id is {value}.
279
+
'{value}' is provided, the returned list includes all policy
280
+
assignments of the policy definition whose id is {value} that apply to
281
+
the resource group.
282
282
283
283
:param resource_group_name: The name of the resource group that
284
284
contains policy assignments.
@@ -367,16 +367,16 @@ def list_for_resource(
367
367
to the resource, which is everything in the unfiltered list except
368
368
those applied to resources contained within the resource. If
369
369
$filter=policyDefinitionId eq '{value}' is provided, the returned list
370
-
includes only policy assignments that apply to the resource and assign
371
-
the policy definition whose id is {value}. Three parameters plus the
372
-
resource name are used to identify a specific resource. If the resource
373
-
is not part of a parent resource (the more common case), the parent
374
-
resource path should not be provided (or provided as ''). For example a
375
-
web app could be specified as ({resourceProviderNamespace} ==
0 commit comments