Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0dcdc6c
Added tag for 2024-05-01-preview in readme file
drishtipeshwani09 Aug 11, 2025
c88647c
Copy files from preview/2024-05-01-preview
drishtipeshwani09 Aug 11, 2025
eaf6d34
Update version to stable/2025-09-01
drishtipeshwani09 Aug 11, 2025
895c381
Added tag for 2025-09-01 in readme file
drishtipeshwani09 Aug 11, 2025
fc22114
changes related to identityAcls
drishtipeshwani09 Aug 15, 2025
6e7649a
correct cg profile examples
drishtipeshwani09 Aug 15, 2025
2952cfc
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Aug 15, 2025
b5ee593
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Aug 18, 2025
4e865f4
Fix swagger lint check error
drishtipeshwani09 Aug 18, 2025
2fff3d4
Merge branch 'dev/dpes/aci2025stableversion' of https://github.com/dr…
drishtipeshwani09 Aug 18, 2025
9c4f825
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Aug 20, 2025
829696d
Corrected Container Group Profile List Result
drishtipeshwani09 Sep 2, 2025
09bb501
Merge branch 'dev/dpes/aci2025stableversion' of https://github.com/dr…
drishtipeshwani09 Sep 2, 2025
6aad2af
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Sep 2, 2025
14d080f
revert previous change
drishtipeshwani09 Sep 2, 2025
2c1d4b6
Merge branch 'dev/dpes/aci2025stableversion' of https://github.com/dr…
drishtipeshwani09 Sep 2, 2025
58eb170
Corrected Container Group Profile List Result
drishtipeshwani09 Sep 2, 2025
ecd173c
fix lint check
drishtipeshwani09 Sep 3, 2025
46cab3c
fix failing lint check
drishtipeshwani09 Sep 3, 2025
3b1cc6b
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Sep 3, 2025
5f3c8a0
fix issues
drishtipeshwani09 Sep 3, 2025
d10bf7d
Merge branch 'dev/dpes/aci2025stableversion' of https://github.com/dr…
drishtipeshwani09 Sep 3, 2025
886b110
fix issues
drishtipeshwani09 Sep 3, 2025
af0a924
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Sep 4, 2025
6d6999f
Merge branch 'main' into dev/dpes/aci2025stableversion
drishtipeshwani09 Sep 4, 2025
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"location": "westcentralus",
"api-version": "2025-09-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"osType": "Linux",
"image": "ubuntu:16.04"
},
{
"osType": "Linux",
"image": "alpine:3.6"
},
{
"osType": "Windows",
"image": "microsoft/nanoserver:10.0.14393.2485"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"location": "westus",
"api-version": "2025-09-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"resourceType": "containerGroups",
"osType": "Linux",
"location": "West US",
"ipAddressType": "Public",
"gpu": "K80",
"capabilities": {
"maxMemoryInGB": 14,
"maxCpu": 4,
"maxGpuCount": 4
}
},
{
"resourceType": "containerGroups",
"osType": "Windows",
"location": "West US",
"ipAddressType": "Public",
"gpu": "None",
"capabilities": {
"maxMemoryInGB": 14,
"maxCpu": 4,
"maxGpuCount": 0
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2025-09-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerName": "container1"
},
"responses": {
"200": {
"body": {
"webSocketUri": "wss://web-socket-uri",
"password": "password"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2025-09-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerName": "container1",
"containerExecRequest": {
"command": "/bin/bash",
"terminalSize": {
"rows": 12,
"cols": 12
}
}
},
"responses": {
"200": {
"body": {
"webSocketUri": "wss://web-socket-uri",
"password": "password"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2025-09-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"zones": [
"1"
],
"containerGroup": {
"location": "westeurope",
"properties": {
"containers": [
{
"name": "accdemo",
"properties": {
"command": [],
"environmentVariables": [],
"image": "confiimage",
"ports": [
{
"port": 8000
}
],
"resources": {
"requests": {
"cpu": 1,
"memoryInGB": 1.5
}
},
"securityContext": {
"privileged": false,
"capabilities": {
"add": [
"CAP_NET_ADMIN"
]
}
}
}
}
],
"imageRegistryCredentials": [],
"ipAddress": {
"ports": [
{
"protocol": "TCP",
"port": 8000
}
],
"type": "Public"
},
"osType": "Linux",
"sku": "Confidential",
"confidentialComputeProperties": {
"ccePolicy": "eyJhbGxvd19hbGwiOiB0cnVlLCAiY29udGFpbmVycyI6IHsibGVuZ3RoIjogMCwgImVsZW1lbnRzIjogbnVsbH19"
}
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"sku": "Confidential",
"isCreatedFromStandbyPool": false,
"provisioningState": "Succeeded",
"containers": [
{
"name": "accdemo",
"properties": {
"image": "confiimage",
"command": [],
"ports": [
{
"port": 8000
}
],
"environmentVariables": [],
"resources": {
"requests": {
"memoryInGB": 1.5,
"cpu": 1.0
}
},
"securityContext": {
"privileged": false,
"capabilities": {
"add": [
"CAP_NET_ADMIN"
]
}
}
}
}
],
"ipAddress": {
"ports": [
{
"protocol": "TCP",
"port": 8000
}
],
"type": "Public"
},
"initContainers": [],
"imageRegistryCredentials": [],
"osType": "Linux",
"instanceView": {
"events": [],
"state": "Running"
},
"confidentialComputeProperties": {
"ccePolicy": "eyJhbGxvd19hbGwiOiB0cnVlLCAiY29udGFpbmVycyI6IHsibGVuZ3RoIjogMCwgImVsZW1lbnRzIjogbnVsbH19"
}
},
"id": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/test-rg/providers/Microsoft.ContainerInstance/containerGroups/demo1",
"name": "demo1",
"type": "Microsoft.ContainerInstance/containerGroups",
"location": "westeurope"
}
},
"201": {
"body": {
"properties": {
"sku": "Confidential",
"isCreatedFromStandbyPool": false,
"provisioningState": "Succeeded",
"containers": [
{
"name": "accdemo",
"properties": {
"image": "confiimage",
"command": [],
"ports": [
{
"port": 8000
}
],
"environmentVariables": [],
"resources": {
"requests": {
"memoryInGB": 1.5,
"cpu": 1.0
}
},
"securityContext": {
"privileged": false,
"capabilities": {
"add": [
"CAP_NET_ADMIN"
]
}
}
}
}
],
"ipAddress": {
"ports": [
{
"protocol": "TCP",
"port": 8000
}
],
"type": "Public"
},
"initContainers": [],
"imageRegistryCredentials": [],
"osType": "Linux",
"instanceView": {
"events": [],
"state": "Running"
},
"confidentialComputeProperties": {
"ccePolicy": "eyJhbGxvd19hbGwiOiB0cnVlLCAiY29udGFpbmVycyI6IHsibGVuZ3RoIjogMCwgImVsZW1lbnRzIjogbnVsbH19"
}
},
"id": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/test-rg/providers/Microsoft.ContainerInstance/containerGroups/demo1",
"name": "demo1",
"type": "Microsoft.ContainerInstance/containerGroups",
"location": "westeurope"
}
}
}
}
Loading
Loading