Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"title": "Operations_List",
"operationId": "Operations_List",
"parameters": {
"api-version": "2026-03-02-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.ContainerService/locations/operations/read",
"isDataAction": true,
"display": {
"provider": "Microsoft Container Service",
"resource": "Operation",
"operation": "Get Operation",
"description": "tulzcjyupeonkxrou"
},
"origin": "user",
"actionType": "Internal"
}
],
"nextLink": "http://nextlink.contoso.com"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"title": "PreparedImageSpecifications_CreateOrUpdate",
"operationId": "PreparedImageSpecifications_CreateOrUpdate",
"parameters": {
"api-version": "2026-03-02-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"preparedImageSpecificationName": "my-prepared-image-specification",
"resource": {
"properties": {
"version": "20250101-abcd1234",
"containerImages": [
"redis:8.0.0"
],
"customizationScripts": [
{
"name": "initialize-node",
"executionPoint": "NodeImageBuildTime",
"scriptType": "Bash",
"script": "echo \"test prepared image specification\" > /var/log/test-node-customization.txt"
}
],
"identityProfile": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1"
}
},
"tags": {
"team": "blue"
},
"location": "westus2"
}
},
"responses": {
"200": {
"body": {
"properties": {
"containerImages": [
"redis:8.0.0"
],
"customizationScripts": [
{
"name": "initialize-node",
"executionPoint": "NodeImageBuildTime",
"scriptType": "Bash",
"script": "echo \"test prepared image specification\" > /var/log/test-node-customization.txt"
}
],
"identityProfile": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
"objectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"clientId": "df4316d4-0ef3-45a3-99d0-2d13a6543aff"
},
"version": "20250101-abcd1234",
"provisioningState": "Succeeded"
},
"eTag": "ETagValue",
"tags": {
"team": "blue"
},
"location": "westus2",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/preparedImageSpecifications/my-prepared-image-specification",
"name": "my-prepared-image-specification",
"type": "Microsoft.ContainerService/preparedImageSpecifications",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2025-05-02T04:08:43.702Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2025-05-02T04:08:43.702Z"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://contoso.com/operationstatus"
},
"body": {
"properties": {
"containerImages": [
"redis:8.0.0"
],
"customizationScripts": [
{
"name": "initialize-node",
"executionPoint": "NodeImageBuildTime",
"scriptType": "Bash",
"script": "echo \"test prepared image specification\" > /var/log/test-node-customization.txt"
}
],
"identityProfile": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
"objectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"clientId": "df4316d4-0ef3-45a3-99d0-2d13a6543aff"
},
"version": "20250101-abcd1234",
"provisioningState": "Succeeded"
},
"eTag": "ETagValue",
"tags": {
"team": "blue"
},
"location": "westus2",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/preparedImageSpecifications/my-prepared-image-specification",
"name": "my-prepared-image-specification",
"type": "Microsoft.ContainerService/preparedImageSpecifications",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2025-05-02T04:08:43.702Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2025-05-02T04:08:43.702Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "PreparedImageSpecifications_Delete",
"operationId": "PreparedImageSpecifications_Delete",
"parameters": {
"api-version": "2026-03-02-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"preparedImageSpecificationName": "my-prepared-image-specification"
},
"responses": {
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"title": "PreparedImageSpecifications_DeleteVersion",
"operationId": "PreparedImageSpecifications_DeleteVersion",
"parameters": {
"api-version": "2026-03-02-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"preparedImageSpecificationName": "my-prepared-image-specification",
"version": "20250101-abcd1234"
},
"responses": {
"202": {
"headers": {
"location": "https://contoso.com/operationstatus"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"title": "PreparedImageSpecifications_Get",
"operationId": "PreparedImageSpecifications_Get",
"parameters": {
"api-version": "2026-03-02-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"preparedImageSpecificationName": "my-prepared-image-specification"
},
"responses": {
"200": {
"body": {
"properties": {
"containerImages": [
"redis:8.0.0"
],
"customizationScripts": [
{
"name": "initialize-node",
"executionPoint": "NodeImageBuildTime",
"scriptType": "Bash",
"script": "echo \"test prepared image specification\" > /var/log/test-node-customization.txt",
"postScriptAction": "None"
}
],
"identityProfile": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
"objectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"clientId": "df4316d4-0ef3-45a3-99d0-2d13a6543aff"
},
"version": "20250101-abcd1234",
"provisioningState": "Succeeded"
},
"eTag": "ETagValue",
"tags": {
"team": "blue"
},
"location": "westus2",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/preparedImageSpecifications/my-prepared-image-specification",
"name": "my-prepared-image-specification",
"type": "Microsoft.ContainerService/preparedImageSpecifications",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2025-05-02T04:08:43.702Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2025-05-02T04:08:43.702Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"title": "PreparedImageSpecifications_GetVersion",
"operationId": "PreparedImageSpecifications_GetVersion",
"parameters": {
"api-version": "2026-03-02-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1",
"preparedImageSpecificationName": "my-prepared-image-specification",
"version": "20250101-abcd1234"
},
"responses": {
"200": {
"body": {
"properties": {
"containerImages": [
"redis:8.0.0"
],
"customizationScripts": [
{
"name": "initialize-node",
"executionPoint": "NodeImageBuildTime",
"scriptType": "Bash",
"script": "echo \"test prepared image specification\" > /var/log/test-node-customization.txt",
"postScriptAction": "None"
}
],
"identityProfile": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
"objectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"clientId": "df4316d4-0ef3-45a3-99d0-2d13a6543aff"
},
"version": "20250101-abcd1234",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/preparedImageSpecifications/my-prepared-image-specification/versions/20250101-abcd1234",
"name": "20250101-abcd1234",
"type": "Microsoft.ContainerService/preparedImageSpecifications/versions",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2025-05-02T04:08:43.702Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2025-05-02T04:08:43.702Z"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"title": "PreparedImageSpecifications_ListByResourceGroup",
"operationId": "PreparedImageSpecifications_ListByResourceGroup",
"parameters": {
"api-version": "2026-03-02-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "rg1"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"containerImages": [
"redis:8.0.0"
],
"customizationScripts": [
{
"name": "initialize-node",
"executionPoint": "NodeImageBuildTime",
"scriptType": "Bash",
"script": "echo \"test prepared image specification\" > /var/log/test-node-customization.txt",
"postScriptAction": "None"
}
],
"identityProfile": {
"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
"objectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"clientId": "df4316d4-0ef3-45a3-99d0-2d13a6543aff"
},
"version": "20250101-abcd1234",
"provisioningState": "Succeeded"
},
"eTag": "ETagValue",
"tags": {
"team": "blue"
},
"location": "westus2",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/preparedImageSpecifications/my-prepared-image-specification",
"name": "my-prepared-image-specification",
"type": "Microsoft.ContainerService/preparedImageSpecifications",
"systemData": {
"createdBy": "someUser",
"createdByType": "User",
"createdAt": "2025-05-02T04:08:43.702Z",
"lastModifiedBy": "someOtherUser",
"lastModifiedByType": "User",
"lastModifiedAt": "2025-05-02T04:08:43.702Z"
}
}
],
"nextLink": "https://microsoft.com/ah"
}
}
}
}
Loading
Loading