Skip to content

Commit 1a2c0d5

Browse files
authored
Merge pull request #271158 from davidsmatlak/ds-policy-doc-edits-20240403
Azure Policy Fixes image, removes unused images, and fixes typo
2 parents 338c7ab + 4b13db5 commit 1a2c0d5

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

articles/governance/policy/concepts/definition-structure-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A parameter uses the following properties in a policy definition:
3333
- For object-type parameters, the values must match the appropriate schema.
3434
- `schema`: (Optional) Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the [Json.NET Schema](https://www.newtonsoft.com/jsonschema) 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
3535

36-
## Sample Parameters
36+
## Sample parameters
3737

3838
### Example 1
3939

articles/governance/policy/concepts/effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ to `Unknown`. The `Unknown` compliance state indicates that you must attest the
810810
The following screenshot shows how a manual policy assignment with the `Unknown`
811811
state appears in the Azure portal:
812812

813-
![Resource compliance table in the Azure portal showing an assigned manual policy with a compliance reason of 'unknown.'](./manual-policy-portal.png)
813+
:::image type="content" source="../media/effects/manual-policy-portal.png" alt-text="Screenshot of Resource compliance table in the Azure portal that shows an assigned manual policy with a compliance reason of unknown.":::
814814

815815
When a policy definition with `manual` effect is assigned, you can set the compliance states of targeted resources or scopes through custom [attestations](attestation-structure.md). Attestations also allow you to provide optional supplemental information through the form of metadata and links to **evidence** that accompany the chosen compliance state. The person assigning the manual policy can recommend a default storage location for evidence by specifying the `evidenceStorages` property of the [policy assignment's metadata](../concepts/assignment-structure.md#metadata).
816816

Binary file not shown.

articles/governance/policy/media/cli.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
114 KB
Loading

articles/governance/policy/media/powershell.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)