Skip to content

Commit

Permalink
Allow release_policy to be nullable (#13826)
Browse files Browse the repository at this point in the history
  • Loading branch information
herveyw-msft authored Apr 12, 2021
1 parent 73d51f1 commit 93e71dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,7 @@
},
"release_policy": {
"$ref": "#/definitions/KeyReleasePolicy",
"x-nullable": true,
"description": "The policy rules under which the key can be exported."
}
},
Expand Down Expand Up @@ -1631,6 +1632,7 @@
},
"release_policy": {
"$ref": "#/definitions/KeyReleasePolicy",
"x-nullable": true,
"description": "The policy rules under which the key can be exported."
}
},
Expand Down Expand Up @@ -1663,6 +1665,7 @@
},
"release_policy": {
"$ref": "#/definitions/KeyReleasePolicy",
"x-nullable": true,
"description": "The policy rules under which the key can be exported."
}
},
Expand Down Expand Up @@ -1947,6 +1950,7 @@
},
"release_policy": {
"$ref": "#/definitions/KeyReleasePolicy",
"x-nullable": true,
"description": "The policy rules under which the key can be exported."
}
},
Expand Down

0 comments on commit 93e71dd

Please sign in to comment.