Skip to content

Commit

Permalink
Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#…
Browse files Browse the repository at this point in the history
…23169)

* add container security context property

* update readme tag to previous stable version

* add example with security context

* avocado fix default tag should contain all endpoints

* add back spot priority changes

* use previous stable version as default tag

* prettier fix

* use spaces

* fix error

* use spaces

* fix CI errors
  • Loading branch information
fnuarnav authored Mar 17, 2023
1 parent 657cf71 commit 4d61e7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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

0 comments on commit 4d61e7c

Please sign in to comment.