Skip to content

Commit

Permalink
Update policyDefinitionVersions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Jun 7, 2024
1 parent 6f36dce commit 3d6d2cd
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,15 +786,17 @@
"required": true,
"type": "string",
"pattern": "^[^<>*%&:\\?.+/]*[^<>*%&:\\?.+/ ]+$",
"description": "The name of the policy definition."
"description": "The name of the policy definition.",
"x-ms-parameter-location": "method"
},
"PolicyDefinitionVersion": {
"name": "policyDefinitionVersion",
"in": "path",
"required": true,
"type": "string",
"pattern": "^\\d+\\.\\d+\\.\\d+$",
"description": "The policy definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number"
"description": "The policy definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number",
"x-ms-parameter-location": "method"
},
"PolicyDefinitionsFilterParameter": {
"name": "$filter",
Expand Down

0 comments on commit 3d6d2cd

Please sign in to comment.