|
359 | 359 | ], |
360 | 360 | "operationId": "PolicyDefinitions_List", |
361 | 361 | "summary": "Retrieves policy definitions in a subscription", |
362 | | - "description": "This operation retrieves a list of all the policy definitions in a given subscription that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy definitions associated with the subscription, including those that apply directly or from management groups that contain the given subscription. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.", |
| 362 | + "description": "This operation retrieves a list of all the policy definitions in a given subscription that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy definitions associated with the subscription, including those that apply directly or from management groups that contain the given subscription. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.", |
363 | 363 | "x-ms-examples": { |
364 | 364 | "List policy definitions by subscription": { |
365 | 365 | "$ref": "./examples/listPolicyDefinitions.json" |
|
405 | 405 | ], |
406 | 406 | "operationId": "PolicyDefinitions_ListBuiltIn", |
407 | 407 | "summary": "Retrieve built-in policy definitions", |
408 | | - "description": "This operation retrieves a list of all the built-in policy definitions.", |
| 408 | + "description": "This operation retrieves a list of all the built-in policy definitions that match the optional given $filter. If $filter='policyType -eq {value}' is provided, the returned list only includes all built-in policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy definitions whose category match the {value}.", |
409 | 409 | "x-ms-examples": { |
410 | 410 | "List built-in policy definitions": { |
411 | 411 | "$ref": "./examples/listBuiltInPolicyDefinitions.json" |
|
415 | 415 | { |
416 | 416 | "$ref": "#/parameters/ApiVersionParameter" |
417 | 417 | }, |
| 418 | + { |
| 419 | + "$ref": "#/parameters/PolicyDefinitionsFilterParameter" |
| 420 | + }, |
418 | 421 | { |
419 | 422 | "$ref": "#/parameters/TopParameter" |
420 | 423 | } |
|
445 | 448 | ], |
446 | 449 | "operationId": "PolicyDefinitions_ListByManagementGroup", |
447 | 450 | "summary": "Retrieve policy definitions in a management group", |
448 | | - "description": "This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.", |
| 451 | + "description": "This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.", |
449 | 452 | "x-ms-examples": { |
450 | 453 | "List policy definitions by management group": { |
451 | 454 | "$ref": "./examples/listPolicyDefinitionsByManagementGroup.json" |
|
0 commit comments