Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import:
- ../../../../cspell.yaml
words:
- ADLS
- agentic
- Eloqua
- Hdfs
- Informix
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "account-1",
"capabilityHostName": "capabilityHostName",
"api-version": "2025-10-01-preview",
"capabilityHost": {
"properties": {
"customerSubnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroups/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet"
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/account-1/capabilityHosts/capabilityHostName",
"name": "capabilityHostName",
"type": "Microsoft.CognitiveServices/accounts/capabilityHosts",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"customerSubnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroups/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubne",
"provisioningState": "Succeeded"
}
}
},
"201": {
"headers": {
"Location": "example_location"
},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/account-1/capabilityHosts/capabilityHostName",
"name": "capabilityHostName",
"type": "Microsoft.CognitiveServices/accounts/capabilityHosts",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"customerSubnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroups/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubne",
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "account-1",
"capabilityHostName": "capabilityHostName",
"api-version": "2025-10-01-preview"
},
"responses": {
"202": {
"headers": {
"Location": "location_header_to_poll"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "account-1",
"capabilityHostName": "capabilityHostName",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/account-1/capabilityHosts/capabilityHostName",
"name": "capabilityHostName",
"type": "Microsoft.CognitiveServices/accounts/capabilityHosts",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"customerSubnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/myResourceGroups/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubne",
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"accountName": "account-1",
"connectionName": "connection-1",
"api-version": "2025-10-01-preview",
"connection": {
"properties": {
"category": "ContainerRegistry",
"expiryTime": "2024-03-15T14:30:00Z",
"target": "[tartget url]",
"authType": "None"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.CognitiveServices/accounts/account-1/connections/connection-1",
"name": "connection-1",
"type": "Microsoft.CognitiveServices/accounts/connections",
"properties": {
"category": "ContainerRegistry",
"expiryTime": "2024-03-15T14:30:00Z",
"target": "[tartget url]",
"authType": "None"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"accountName": "account-1",
"connectionName": "connection-1",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"accountName": "account-1",
"connectionName": "connection-1",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.CognitiveServices/accounts/account-1/connections/connection-1",
"name": "connection-1",
"type": "Microsoft.CognitiveServices/accounts/connections",
"properties": {
"category": "ContainerRegistry",
"expiryTime": "2024-03-15T14:30:00Z",
"target": "[tartget url]",
"authType": "None"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"accountName": "account-1",
"api-version": "2025-10-01-preview",
"target": "[tartget url]",
"category": "ContainerRegistry"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.CognitiveServices/accounts/account-1/linkedaccounts/connection-1",
"name": "connection-1",
"type": "Microsoft.CognitiveServices/accounts/connections",
"properties": {
"category": "ContainerRegistry",
"expiryTime": "2024-03-15T14:30:00Z",
"target": "[tartget url]",
"authType": "PAT"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.CognitiveServices/accounts/account-1/linkedaccounts/connection-2",
"name": "connection-2",
"type": "Microsoft.CognitiveServices/accounts/connections",
"properties": {
"category": "ContainerRegistry",
"target": "[tartget url]",
"authType": "PAT"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "account-1",
"connectionName": "connection-1",
"api-version": "2025-10-01-preview",
"connection": {
"properties": {
"authType": "AccessKey",
"credentials": {
"accessKeyId": "some_string",
"secretAccessKey": "some_string"
},
"category": "ADLSGen2",
"expiryTime": "2020-01-01T00:00:00Z",
"target": "some_string",
"metadata": {}
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.CognitiveServices/accounts/account-1/connections/connection-1",
"name": "connection-1",
"type": "Microsoft.CognitiveServices/accounts/connections",
"properties": {
"authType": "AccessKey",
"category": "ADLSGen2",
"expiryTime": "2020-01-01T00:00:00Z",
"target": "some_string",
"metadata": {}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"api-version": "2025-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "resourceGroupName",
"accountName": "accountName",
"raiBlocklistName": "myblocklist",
"raiBlocklistItems": [
{
"name": "myblocklistitem1",
"properties": {
"pattern": "^[a-z0-9_-]{2,16}$",
"isRegex": true
}
},
{
"name": "myblocklistitem2",
"properties": {
"pattern": "blockwords",
"isRegex": false
}
}
]
},
"responses": {
"200": {
"body": {
"name": "myblocklist",
"properties": {
"description": "Brief description of the blocklist"
},
"etag": "\"00000000-0000-0000-0000-000000000000\""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "my-cognitive-services-account",
"projectName": "my-project",
"name": "agent-app-1",
"api-version": "2025-10-01-preview",
"body": {
"properties": {
"description": "Sample agent application for customer support",
"tags": {
"environment": "production",
"team": "ai-platform"
},
"displayName": "Customer Support Agent"
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/my-cognitive-services-account/projects/my-project/applications/agent-app-1",
"name": "agent-app-1",
"type": "Microsoft.CognitiveServices/accounts/projects/applications",
"properties": {
"description": "Sample agent application for customer support",
"tags": {
"environment": "production",
"team": "ai-platform"
},
"displayName": "Customer Support Agent",
"provisioningState": "Succeeded"
},
"systemData": {
"createdAt": "2024-09-29T12:34:56.999Z",
"createdBy": "[email protected]",
"createdByType": "User",
"lastModifiedAt": "2024-09-29T12:34:56.999Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User"
}
}
},
"201": {
"headers": {},
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.CognitiveServices/accounts/my-cognitive-services-account/projects/my-project/applications/agent-app-1",
"name": "agent-app-1",
"type": "Microsoft.CognitiveServices/accounts/projects/applications",
"properties": {
"description": "Sample agent application for customer support",
"tags": {
"environment": "production",
"team": "ai-platform"
},
"displayName": "Customer Support Agent",
"provisioningState": "Creating"
},
"systemData": {
"createdAt": "2024-09-29T12:34:56.999Z",
"createdBy": "[email protected]",
"createdByType": "User",
"lastModifiedAt": "2024-09-29T12:34:56.999Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"accountName": "my-cognitive-services-account",
"projectName": "my-project",
"name": "agent-app-1",
"api-version": "2025-10-01-preview"
},
"responses": {
"200": {},
"204": {}
}
}
Loading
Loading