Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make PodSecurityStandardsLevel optional.
  • Loading branch information
Jenny Liu committed Jun 12, 2025
commit 2d7d8940c8a106af4ad106f70879e8818b353deb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ model DeploymentSafeguardsProperties {

@doc("The pod security standards level")
@added(Versions.v2025_05_02_preview)
podSecurityStandardsLevel: PodSecurityStandardsLevel;
podSecurityStandardsLevel?: PodSecurityStandardsLevel;
}

@lroStatus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@
},
"required": [
"level",
"systemExcludedNamespaces",
"podSecurityStandardsLevel"
"systemExcludedNamespaces"
]
},
"PodSecurityStandardsLevel": {
Expand Down
Loading