Skip to content
Merged
4 changes: 3 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,7 @@ nonreadable
nonstarted
Nonsupported
nopublicipaddresses
Noreuse
northcentralus
northeurope
norwayeast
Expand Down Expand Up @@ -2703,6 +2704,7 @@ routesets
wayfind
wayfinding
Securitytypes
seccomp
leadgen
dryruns
Dryrun
Expand Down Expand Up @@ -2755,4 +2757,4 @@ Ochestrator
remediatable
Overprovisioning
Unprepares
Unpreparing
Unpreparing
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@
"properties": {
"privileged": {
"type": "boolean",
"description": "The flag to determine if the container permissions is eleveted to Privileged."
"description": "The flag to determine if the container permissions is elevated to Privileged."
},
"allowPrivilegeEscalation": {
"type": "boolean",
Expand All @@ -982,12 +982,13 @@
},
"seccompProfile": {
"type": "string",
"description": "a base64 encoded string containing the contents of the JSON in the Seccomp profile"
"description": "a base64 encoded string containing the contents of the JSON in the seccomp profile"
}
}
},
"SecurityContextCapabilitiesDefinition": {
"description": "The capabilities to add or drop from a container.",
"type": "object",
"properties": {
"add": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2022-10-01-preview",
"api-version": "2023-05-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerGroup": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "subid",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"api-version": "2022-10-01-preview"
"api-version": "2023-05-01"
},
"responses": {
"200": {
Expand Down