diff --git a/custom-words.txt b/custom-words.txt index f7cb0a9e1823..0b097b6ec18e 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -1448,6 +1448,7 @@ nonreadable nonstarted Nonsupported nopublicipaddresses +Noreuse northcentralus northeurope norwayeast @@ -2703,6 +2704,7 @@ routesets wayfind wayfinding Securitytypes +seccomp leadgen dryruns Dryrun @@ -2755,4 +2757,4 @@ Ochestrator remediatable Overprovisioning Unprepares -Unpreparing \ No newline at end of file +Unpreparing diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/containerInstance.json index 8d61a3b16d79..6b4540674ca7 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/containerInstance.json @@ -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", @@ -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", diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsCreatePriority.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsCreatePriority.json index 5719bd28b887..8abebd18f27a 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsCreatePriority.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsCreatePriority.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "subid", - "api-version": "2022-10-01-preview", + "api-version": "2023-05-01", "resourceGroupName": "demo", "containerGroupName": "demo1", "containerGroup": { diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsGetPriority.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsGetPriority.json index d480e6ef016a..16980f61d8ac 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsGetPriority.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2023-05-01/examples/ContainerGroupsGetPriority.json @@ -3,7 +3,7 @@ "subscriptionId": "subid", "resourceGroupName": "demo", "containerGroupName": "demo1", - "api-version": "2022-10-01-preview" + "api-version": "2023-05-01" }, "responses": { "200": {