Revert "Revert "[Hub Generated] Publish private branch 'azure-kusto/devCM' (#24160)" (#24355)" (#24551)

This reverts commit 6c157d4989.
This commit is contained in:
michaelshikh07 2023-06-24 12:27:04 +03:00 коммит произвёл GitHub
Родитель 6f73e89696
Коммит b0068e9b28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
85 изменённых файлов: 11347 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2023-05-02",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"resourceName": {
"name": "adc1",
"type": "Microsoft.Kusto/clusters/attachedDatabaseConfigurations"
}
},
"responses": {
"200": {
"body": {
"name": "adc1",
"nameAvailable": false,
"message": "Name 'adc1' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,145 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"api-version": "2023-05-02",
"parameters": {
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"databaseName": "kustodatabase",
"defaultPrincipalsModificationKind": "Union",
"databaseNameOverride": "overridekustodatabase",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
]
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2/attachedDatabaseConfigurations/attachedDatabaseConfigurationsTest",
"name": "kustoCluster2/attachedDatabaseConfigurationsTest",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"databaseName": "db1",
"defaultPrincipalsModificationKind": "Union",
"databaseNameOverride": "overridekustodatabase",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
]
},
"provisioningState": "Succeeded"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2/attachedDatabaseConfigurations/attachedDatabaseConfigurationsTest",
"name": "kustoCluster2/attachedDatabaseConfigurationsTest",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"databaseName": "db1",
"defaultPrincipalsModificationKind": "Union",
"databaseNameOverride": "overridekustodatabase",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
]
},
"provisioningState": "Creating"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2/attachedDatabaseConfigurations/attachedDatabaseConfigurationsTest",
"name": "kustoCluster2/attachedDatabaseConfigurationsTest",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"databaseName": "db1",
"defaultPrincipalsModificationKind": "Union",
"databaseNameOverride": "overridekustodatabase",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
]
},
"provisioningState": "Creating"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2/AttachedDatabaseConfigurations/attachedDatabaseConfigurationsTest",
"name": "kustoCluster2/attachedDatabaseConfigurationsTest",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"databaseName": "*",
"defaultPrincipalsModificationKind": "Union",
"databaseNamePrefix": "prefix",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,66 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2/AttachedDatabaseConfigurations/KustoDatabase8",
"name": "kustoCluster2/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
"databaseName": "db1",
"defaultPrincipalsModificationKind": "Union",
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2/AttachedDatabaseConfigurations/KustoDatabase9",
"name": "kustoCluster2/KustoDatabase9",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
"databaseName": "db1",
"defaultPrincipalsModificationKind": "Union",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
],
"functionsToInclude": [
"functionsToInclude1"
],
"functionsToExclude": [
"functionsToExclude2"
]
},
"provisioningState": "Succeeded"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,30 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02",
"languageExtensionsToAdd": {
"value": [
{
"languageExtensionName": "PYTHON"
},
{
"languageExtensionName": "R"
}
]
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02",
"followerDatabaseToRemove": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest"
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"attachedDatabaseConfigurationName": "attachedDbConfiguration",
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/follower1",
"databaseName": "*",
"databaseShareOrigin": "DataShare"
},
{
"attachedDatabaseConfigurationName": "attachedDbConfiguration2",
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/follower4",
"databaseName": "db1",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
]
},
"databaseShareOrigin": "Direct"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"languageExtensionName": "PYTHON"
},
{
"languageExtensionName": "R"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster1",
"api-version": "2023-05-02",
"clusterMigrateRequest": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/kustoCluster2"
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"principalAssignmentName": {
"name": "kustoprincipal1",
"type": "Microsoft.Kusto/clusters/principalAssignments"
},
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"name": "kustoprincipal1",
"nameAvailable": false,
"message": "Name 'kustoprincipal1' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,53 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"principalAssignmentName": "kustoprincipal1",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"role": "AllDatabasesAdmin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/PrincipalAssignments",
"properties": {
"role": "AllDatabasesAdmin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/PrincipalAssignments",
"properties": {
"role": "AllDatabasesAdmin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"principalAssignmentName": "kustoprincipal1",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,28 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"principalAssignmentName": "kustoprincipal1",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/PrincipalAssignments",
"properties": {
"role": "AllDatabasesAdmin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,47 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "AllDatabasesAdmin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal2",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "AllDatabasesViewer",
"principalId": "11112222-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,30 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02",
"languageExtensionsToRemove": {
"value": [
{
"languageExtensionName": "PYTHON"
},
{
"languageExtensionName": "R"
}
]
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,20 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2023-05-02",
"location": "westus",
"clusterName": {
"name": "kustoCluster",
"type": "Microsoft.Kusto/clusters"
}
},
"responses": {
"200": {
"body": {
"name": "kuskusprod",
"nameAvailable": false,
"message": "Name 'kuskusprod' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,148 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02",
"parameters": {
"location": "westus",
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"identity": {
"type": "SystemAssigned"
},
"properties": {
"enableStreamingIngest": true,
"enablePurge": true,
"enableDoubleEncryption": false,
"enableAutoStop": true,
"publicIPType": "DualStack",
"publicNetworkAccess": "Enabled",
"allowedIpRangeList": [
"0.0.0.0/0"
],
"languageExtensions": {
"value": [
{
"languageExtensionName": "PYTHON",
"languageExtensionImageName": "Python3_10_8"
},
{
"languageExtensionName": "R",
"languageExtensionImageName": "R"
}
]
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster",
"name": "kustoCluster",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"enablePurge": true,
"enableDoubleEncryption": false,
"enableAutoStop": true,
"publicIPType": "DualStack",
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"publicNetworkAccess": "Enabled",
"restrictOutboundNetworkAccess": "Disabled",
"allowedIpRangeList": [
"0.0.0.0/0"
],
"languageExtensions": {
"value": [
{
"languageExtensionName": "PYTHON",
"languageExtensionImageName": "Python3_10_8"
},
{
"languageExtensionName": "R",
"languageExtensionImageName": "R"
}
]
}
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "b932977f-6277-4ab7-a2cd-5bd21f07aaf4",
"principalId": "faabad1f-4876-463c-af9d-6ba2d2d2394c",
"userAssignedIdentities": {}
},
"etag": "abcd"
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster",
"name": "kustoCluster",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"enablePurge": true,
"enableDoubleEncryption": false,
"enableAutoStop": true,
"publicIPType": "DualStack",
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"publicNetworkAccess": "Enabled",
"restrictOutboundNetworkAccess": "Disabled",
"allowedIpRangeList": [
"0.0.0.0/0"
],
"languageExtensions": {
"value": [
{
"languageExtensionName": "PYTHON",
"languageExtensionImageName": "Python3_10_8"
},
{
"languageExtensionName": "R",
"languageExtensionImageName": "R"
}
]
}
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "b932977f-6277-4ab7-a2cd-5bd21f07aaf4",
"principalId": "faabad1f-4876-463c-af9d-6ba2d2d2394c",
"userAssignedIdentities": {}
},
"etag": "abcd123"
}
}
}
}

Просмотреть файл

@ -0,0 +1,25 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"findings": [
"Outbound dependency 'Storage:443' might not be satisfied (Outbound)"
]
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,83 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster",
"name": "kustoCluster",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"enablePurge": false,
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"enableAutoStop": true,
"publicIPType": "IPv4",
"publicNetworkAccess": "Enabled",
"allowedIpRangeList": [],
"restrictOutboundNetworkAccess": "Enabled",
"allowedFqdnList": [
"my-stroage.blob.core.windows.net"
],
"privateEndpointConnections": [
{
"name": "privateEndpointTest",
"type": "Microsoft.Kusto/Clusters/PrivateEndpointConnections",
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateEndpointConnections/privateEndpointTest",
"properties": {
"provisioningState": "Succeeded",
"groupId": "cluster",
"privateEndpoint": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-approved",
"actionsRequired": "None"
}
}
}
],
"migrationCluster": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"uri": "https://kustocluster2.westus.kusto.windows.net",
"dataIngestionUri": "https://ingest-kustocluster2.westus.kusto.windows.net",
"role": "Destination"
}
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-06-29T15:06:54.2757906Z"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "b932977f-6277-4ab7-a2cd-5bd21f07aaf4",
"principalId": "faabad1f-4876-463c-af9d-6ba2d2d2394c",
"userAssignedIdentities": {}
},
"etag": "abcd123"
}
}
}
}

Просмотреть файл

@ -0,0 +1,95 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster",
"name": "kustoCluster",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"enableAutoStop": true,
"publicIPType": "DualStack",
"publicNetworkAccess": "Enabled",
"allowedIpRangeList": [],
"restrictOutboundNetworkAccess": "Enabled",
"allowedFqdnList": [
"my-stroage.blob.core.windows.net"
],
"privateEndpointConnections": [
{
"name": "privateEndpointTest",
"type": "Microsoft.Kusto/Clusters/PrivateEndpointConnections",
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateEndpointConnections/privateEndpointTest",
"properties": {
"provisioningState": "Succeeded",
"groupId": "cluster",
"privateEndpoint": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-approved",
"actionsRequired": "None"
}
}
}
],
"migrationCluster": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"uri": "https://kustocluster2.westus.kusto.windows.net",
"dataIngestionUri": "https://ingest-kustocluster2.westus.kusto.windows.net",
"role": "Destination"
}
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"etag": "abcd123"
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest3",
"name": "KustoClusterRPTest3",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": true,
"enableStreamingIngest": true,
"engineType": "V2",
"publicNetworkAccess": "Enabled",
"publicIPType": "IPv4",
"allowedIpRangeList": [
"0.0.0.0/0"
],
"restrictOutboundNetworkAccess": "Disabled",
"privateEndpointConnections": []
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"etag": "abcd123"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,73 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4",
"name": "KustoClusterRPTest4",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V2",
"publicNetworkAccess": "Enabled",
"restrictOutboundNetworkAccess": "Disabled",
"allowedIpRangeList": [],
"allowedFqdnList": [
"my-stroage.blob.core.windows.net"
],
"migrationCluster": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"uri": "https://kustocluster2.westus.kusto.windows.net",
"dataIngestionUri": "https://ingest-kustocluster2.westus.kusto.windows.net",
"role": "Destination"
}
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"etag": "abcd123"
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest3",
"name": "KustoClusterRPTest3",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"enableDiskEncryption": true,
"enableStreamingIngest": true,
"engineType": "V3",
"publicNetworkAccess": "Enabled",
"allowedIpRangeList": [
"0.0.0.0/0"
],
"provisioningState": "Succeeded",
"restrictOutboundNetworkAccess": "Disabled"
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"etag": "abcd123"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,68 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"resourceType": "clusters",
"sku": {
"name": "Standard_L8s_v3",
"tier": "Standard"
},
"capacity": {
"minimum": 2,
"maximum": 100,
"default": 2,
"scaleType": "automatic"
}
},
{
"resourceType": "clusters",
"sku": {
"name": "Standard_L8as_v3",
"tier": "Standard"
},
"capacity": {
"minimum": 2,
"maximum": 100,
"default": 2,
"scaleType": "automatic"
}
},
{
"resourceType": "clusters",
"sku": {
"name": "Standard_L16as_v3",
"tier": "Standard"
},
"capacity": {
"minimum": 2,
"maximum": 100,
"default": 2,
"scaleType": "automatic"
}
},
{
"resourceType": "clusters",
"sku": {
"name": "Standard_L16s_v3",
"tier": "Standard"
},
"capacity": {
"minimum": 2,
"maximum": 100,
"default": 2,
"scaleType": "automatic"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,103 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Standard_L8s_v3",
"tier": "Standard",
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
"zones": []
}
]
},
{
"name": "Standard_L16s_v3",
"tier": "Standard",
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
"zones": []
}
]
},
{
"name": "Standard_L8as_v3",
"tier": "Standard",
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
"zones": []
}
]
},
{
"name": "Standard_L16as_v3",
"tier": "Standard",
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West Europe",
"zones": []
}
]
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,20 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,20 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,136 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"api-version": "2023-05-02",
"If-Match": "*",
"parameters": {
"location": "westus"
},
"identity": {
"type": "SystemAssigned"
},
"properties": {
"enableStreamingIngest": true,
"enablePurge": true,
"enableAutoStop": true,
"publicIPType": "IPv4",
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"restrictOutboundNetworkAccess": "Disabled"
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"name": "kustoCluster2",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"enablePurge": true,
"enableAutoStop": true,
"publicIPType": "IPv4",
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"restrictOutboundNetworkAccess": "Disabled"
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "b932977f-6277-4ab7-a2cd-5bd21f07aaf4",
"principalId": "faabad1f-4876-463c-af9d-6ba2d2d2394c",
"userAssignedIdentities": {}
},
"etag": "abcd123"
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"name": "kustoCluster2",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"enablePurge": true,
"enableAutoStop": true,
"publicIPType": "IPv4",
"keyVaultProperties": {
"keyVaultUri": "https://dummy.keyvault.com",
"keyName": "keyName",
"keyVersion": "keyVersion"
},
"engineType": "V3",
"restrictOutboundNetworkAccess": "Disabled"
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "b932977f-6277-4ab7-a2cd-5bd21f07aaf4",
"principalId": "faabad1f-4876-463c-af9d-6ba2d2d2394c",
"userAssignedIdentities": {}
},
"etag": "abcd123"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"name": "kustoCluster2",
"type": "Microsoft.Kusto/Clusters",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"enableDiskEncryption": false,
"enableStreamingIngest": true,
"enablePurge": true,
"enableAutoStop": true,
"publicIPType": "IPv4",
"engineType": "V3",
"restrictOutboundNetworkAccess": "Disabled"
},
"sku": {
"name": "Standard_L16as_v3",
"capacity": 2,
"tier": "Standard"
},
"identity": {
"type": "SystemAssigned",
"tenantId": "b932977f-6277-4ab7-a2cd-5bd21f07aaf4",
"principalId": "faabad1f-4876-463c-af9d-6ba2d2d2394c",
"userAssignedIdentities": {}
},
"etag": "abcd123"
}
}
}
}

Просмотреть файл

@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"parameters": {
"dataConnectionName": "dataConnectionTest",
"properties": {
"kind": "EventGrid",
"properties": {
"consumerGroup": "$Default",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"ignoreFirstRecord": false,
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"databaseRouting": "Single"
}
}
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": [
{
"errorMessage": "Database does not exist"
}
]
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,44 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"parameters": {
"dataConnectionName": "dataConnectionTest",
"properties": {
"kind": "EventHub",
"properties": {
"consumerGroup": "testConsumerGroup1",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"compression": "None",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON"
}
}
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": [
{
"errorMessage": "Event hub's namespace does not exist"
},
{
"errorMessage": "Database does not exist"
}
]
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2023-05-02",
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"dataConnectionName": {
"name": "DataConnections8",
"type": "Microsoft.Kusto/clusters/databases/dataConnections"
}
},
"responses": {
"200": {
"body": {
"name": "DataConnections8",
"nameAvailable": false,
"message": "Name 'DataConnections8' is already taken. Please specify a different name.",
"reason": "AlreadyExists"
}
}
}
}

Просмотреть файл

@ -0,0 +1,91 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase1",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest",
"parameters": {
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase1/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase1/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase1/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,32 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase1",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/KustoDataConnection1",
"name": "kustoCluster/KustoDatabase1/KustoDataConnection1",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,91 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase1",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest",
"parameters": {
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase1/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase1/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase1/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase1/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,66 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest",
"parameters": {
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1",
"compression": "None"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1",
"compression": "None"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1",
"compression": "None"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,98 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest",
"parameters": {
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"databaseRouting": "Single"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,104 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest",
"parameters": {
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"databaseRouting": "Single"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single"
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection9",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,35 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"eventSystemProperties": [],
"compression": "None",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,78 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection1",
"name": "kustoCluster/KustoDatabase8/KustoDataConnection1",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"eventSystemProperties": [],
"compression": "None",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z",
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection2",
"name": "kustoCluster/KustoDatabase8/KustoDataConnection2",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventGrid",
"properties": {
"ignoreFirstRecord": false,
"storageAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
"eventGridResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/teststorageaccount/providers/Microsoft.EventGrid/eventSubscriptions/eventSubscriptionTest",
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest2",
"consumerGroup": "$Default",
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"dataFormat": "JSON",
"blobStorageEventType": "Microsoft.Storage.BlobCreated",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"databaseRouting": "Single",
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/KustoDataConnection3",
"name": "kustoCluster/KustoDatabase8/KustoDataConnection3",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "CosmosDb",
"properties": {
"tableName": "TestTable",
"mappingRuleName": "TestMapping",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"managedIdentityObjectId": "87654321-1234-1234-1234-123456789123",
"cosmosDbAccountResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.DocumentDb/databaseAccounts/cosmosDbAccountTest1",
"cosmosDbDatabase": "cosmosDbDatabaseTest",
"cosmosDbContainer": "cosmosDbContainerTest",
"retrievalStartDate": "2022-07-29T12:00:00.6554616Z",
"provisioningState": "Succeeded"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,72 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"dataConnectionName": "dataConnectionTest",
"parameters": {
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1",
"compression": "None"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1",
"compression": "None"
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/DataConnections/dataConnectionTest",
"name": "kustoCluster/KustoDatabase8/dataConnectionTest",
"type": "Microsoft.Kusto/Clusters/Databases/DataConnections",
"location": "westus",
"kind": "EventHub",
"properties": {
"eventHubResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHub/namespaces/eventhubTestns1/eventhubs/eventhubTest1",
"managedIdentityResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedidentityTest1",
"consumerGroup": "testConsumerGroup1",
"compression": "None"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,69 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"databasePrincipalsToAdd": {
"value": [
{
"name": "Some User",
"role": "Admin",
"type": "User",
"fqn": "aaduser=some_guid",
"email": "user@microsoft.com",
"appId": ""
},
{
"name": "Kusto",
"role": "Viewer",
"type": "Group",
"fqn": "aadgroup=some_guid",
"email": "kusto@microsoft.com",
"appId": ""
},
{
"name": "SomeApp",
"role": "Admin",
"type": "App",
"fqn": "aadapp=some_guid_app_id",
"email": "",
"appId": "some_guid_app_id"
}
]
}
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Some User",
"role": "Admin",
"type": "User",
"fqn": "aaduser=some_guid",
"email": "user@microsoft.com",
"appId": ""
},
{
"name": "Kusto",
"role": "Viewer",
"type": "Group",
"fqn": "aadgroup=some_guid",
"email": "kusto@microsoft.com",
"appId": ""
},
{
"name": "SomeApp",
"role": "Admin",
"type": "App",
"fqn": "aadapp=some_guid_app_id",
"email": "",
"appId": "some_guid_app_id"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,43 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "database",
"api-version": "2023-05-02",
"parameters": {
"inviteeEmail": "invitee@contoso.com",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable*"
],
"externalTablesToExclude": [],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
],
"functionsToInclude": [
"functionsToInclude1"
],
"functionsToExclude": [
"functionsToExclude2"
]
}
}
},
"responses": {
"200": {
"body": {
"generatedInvitation": "eyJ0eXAiOiJKVInvitationToken"
}
}
}
}

Просмотреть файл

@ -0,0 +1,41 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Some User",
"role": "Admin",
"type": "User",
"fqn": "aaduser=some_guid",
"email": "user@microsoft.com",
"appId": ""
},
{
"name": "Kusto",
"role": "Viewer",
"type": "Group",
"fqn": "aadgroup=some_guid",
"email": "kusto@microsoft.com",
"appId": ""
},
{
"name": "SomeApp",
"role": "Admin",
"type": "App",
"fqn": "aadapp=some_guid_app_id",
"email": "",
"appId": "some_guid_app_id"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"principalAssignmentName": {
"name": "kustoprincipal1",
"type": "Microsoft.Kusto/clusters/databases/principalAssignments"
},
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"name": "kustoprincipal1",
"nameAvailable": false,
"message": "Name 'kustoprincipal1' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,54 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"principalAssignmentName": "kustoprincipal1",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"role": "Admin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "Admin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "Admin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"principalAssignmentName": "kustoprincipal1",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,29 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"principalAssignmentName": "kustoprincipal1",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "Admin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,47 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal1",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "Viewer",
"principalId": "11223344-1234-1234-1234-123456789999",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/PrincipalAssignments/kustoprincipal1",
"name": "kustoCluster/Kustodatabase8/kustoprincipal2",
"type": "Microsoft.Kusto/Clusters/Databases/PrincipalAssignments",
"properties": {
"role": "Admin",
"principalId": "87654321-1234-1234-1234-123456789123",
"principalType": "App",
"tenantId": "12345678-1234-1234-1234-123456789123",
"tenantName": "tenantName",
"principalName": "TestApp",
"provisioningState": "Succeeded",
"aadObjectId": "98765432-1234-1234-1234-123456789123"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,53 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "kustoReadOnlyDatabase",
"api-version": "2023-05-02",
"parameters": {
"location": "westus",
"kind": "ReadOnlyFollowing",
"properties": {
"hotCachePeriod": "P1D"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/kustoReadOnlyDatabase",
"name": "kustoCluster/kustoReadOnlyDatabase",
"type": "Microsoft.Kusto/Clusters/Databases",
"kind": "ReadOnlyFollowing",
"location": "westus"
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/kustoReadOnlyDatabase",
"name": "kustoCluster/kustoReadOnlyDatabase",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadOnlyFollowing",
"properties": {
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/kustoReadOnlyDatabase",
"name": "kustoCluster/kustoReadOnlyDatabase",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadOnlyFollowing",
"properties": {
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,69 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"databasePrincipalsToRemove": {
"value": [
{
"name": "Some User",
"role": "Admin",
"type": "User",
"fqn": "aaduser=some_guid",
"email": "user@microsoft.com",
"appId": ""
},
{
"name": "Kusto",
"role": "Viewer",
"type": "Group",
"fqn": "aadgroup=some_guid",
"email": "kusto@microsoft.com",
"appId": ""
},
{
"name": "SomeApp",
"role": "Admin",
"type": "App",
"fqn": "aadapp=some_guid_app_id",
"email": "",
"appId": "some_guid_app_id"
}
]
}
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Some User",
"role": "Admin",
"type": "User",
"fqn": "aaduser=some_guid",
"email": "user@microsoft.com",
"appId": ""
},
{
"name": "Kusto",
"role": "Viewer",
"type": "Group",
"fqn": "aadgroup=some_guid",
"email": "kusto@microsoft.com",
"appId": ""
},
{
"name": "SomeApp",
"role": "Admin",
"type": "App",
"fqn": "aadapp=some_guid_app_id",
"email": "",
"appId": "some_guid_app_id"
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2023-05-02",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"resourceName": {
"name": "database1",
"type": "Microsoft.Kusto/clusters/databases"
}
},
"responses": {
"200": {
"body": {
"name": "database1",
"nameAvailable": false,
"message": "Name 'database1' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,54 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"parameters": {
"kind": "ReadWrite",
"location": "westus",
"properties": {
"softDeletePeriod": "P1D"
}
},
"callerRole": "Admin"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"kind": "ReadWrite",
"location": "westus"
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadWrite",
"properties": {
"softDeletePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadWrite",
"properties": {
"softDeletePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"kind": "ReadWrite",
"location": "westus",
"properties": {
"softDeletePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,83 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadWrite",
"properties": {
"softDeletePeriod": "P1D",
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase9",
"name": "kustoCluster/KustoDatabase9",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadOnlyFollowing",
"properties": {
"softDeletePeriod": "P1D",
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded",
"statistics": {
"size": 1024
},
"leaderClusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"principalsModificationKind": "Union",
"tableLevelSharingProperties": {
"tablesToInclude": [
"Table1"
],
"tablesToExclude": [
"Table2"
],
"externalTablesToInclude": [
"ExternalTable1"
],
"externalTablesToExclude": [
"ExternalTable2"
],
"materializedViewsToInclude": [
"MaterializedViewTable1"
],
"materializedViewsToExclude": [
"MaterializedViewTable2"
]
},
"originalDatabaseName": "KustoDatabase9",
"databaseShareOrigin": "Direct"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase10",
"name": "kustoCluster/KustoDatabase10",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadWrite",
"properties": {
"softDeletePeriod": "P1D",
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded",
"suspensionDetails": {
"suspensionStartDate": "2023-04-16T15:06:54.2757906Z"
}
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,62 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"api-version": "2023-05-02",
"parameters": {
"kind": "ReadWrite",
"properties": {
"hotCachePeriod": "P1D"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"kind": "ReadWrite",
"location": "westus",
"properties": {
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"kind": "ReadWrite",
"location": "westus",
"properties": {
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8",
"name": "kustoCluster/KustoDatabase8",
"type": "Microsoft.Kusto/Clusters/Databases",
"location": "westus",
"kind": "ReadWrite",
"properties": {
"hotCachePeriod": "P1D",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2023-05-02",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"resourceName": {
"name": "pme1",
"type": "Microsoft.Kusto/clusters/managedPrivateEndpoints"
}
},
"responses": {
"200": {
"body": {
"name": "pme1",
"nameAvailable": false,
"message": "Name 'pme1' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,54 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"managedPrivateEndpointName": "managedPrivateEndpointTest",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve."
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/managedPrivateEndpointTest",
"name": "kustoCluster/KustoDatabase8/managedPrivateEndpointTest",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve."
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/managedPrivateEndpointTest",
"name": "kustoCluster/KustoDatabase8/managedPrivateEndpointTest",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve."
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/managedPrivateEndpointTest",
"name": "kustoCluster/KustoDatabase8/managedPrivateEndpointTest",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve."
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"managedPrivateEndpointName": "managedPrivateEndpointTest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"managedPrivateEndpointName": "managedPrivateEndpointTest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/managedPrivateEndpointTest",
"name": "kustoCluster/KustoDatabase8/managedPrivateEndpointTest",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve."
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/kustoManagedPrivateEndpoint1",
"name": "kustoCluster/KustoDatabase8/kustomanagedPrivateEndpoint1",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve."
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/kustoManagedPrivateEndpoint2",
"name": "kustoCluster/KustoDatabase8/kustomanagedPrivateEndpoint2",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.EventHubs/storageAccounts/eventHubTest",
"groupId": "namespace",
"requestMessage": "Please Approve."
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"managedPrivateEndpointName": "managedPrivateEndpointTest",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve Managed Private Endpoint Request."
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/managedPrivateEndpointTest",
"name": "kustoCluster/KustoDatabase8/managedPrivateEndpointTest",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve Managed Private Endpoint Request."
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/ManagedPrivateEndpoints/managedPrivateEndpointTest",
"name": "kustoCluster/KustoDatabase8/managedPrivateEndpointTest",
"type": "Microsoft.Kusto/Clusters/ManagedPrivateEndpoints",
"properties": {
"privateLinkResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
"groupId": "blob",
"requestMessage": "Please Approve Managed Private Endpoint Request."
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,28 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"location": "westus",
"operationId": "30972f1b-b61d-4fd8-bd34-3dcfa24670f3",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationresults/30972f1b-b61d-4fd8-bd34-3dcfa24670f3",
"name": "30972f1b-b61d-4fd8-bd34-3dcfa24670f3",
"status": "Failed",
"startTime": "2020-10-26T13:45:39.6554616Z",
"endTime": "2020-10-26T13:45:42.7025301Z",
"percentComplete": 1.0,
"properties": {
"operationKind": "FollowerDatabaseCreate",
"operationState": "BadInput"
},
"error": {
"code": "CannotAlterFollowerDatabase",
"message": "[BadRequest] Cannot alter leader cluster 'test' for resource name 'adc'."
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,12 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"location": "westus",
"operationId": "30972f1b-b61d-4fd8-bd34-3dcfa24670f3",
"api-version": "2023-05-02"
},
"responses": {
"200": {},
"202": {}
}
}

Просмотреть файл

@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "operationName",
"display": {
"provider": "providerName",
"resource": "resourceName",
"operation": "operationName",
"description": "operation description"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,188 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/AzureActiveDirectory",
"name": "kustoCluster/AzureActiveDirectory",
"type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
"properties": {
"category": "Azure Active Directory",
"endpoints": [
{
"domainName": "login.microsoftonline.com",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "graph.windows.net",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "graph.microsoft.com",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "graph.microsoft-ppe.com",
"endpointDetails": [
{
"port": 443
}
]
}
],
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/AzureMonitor",
"name": "kustoCluster/AzureMonitor",
"type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
"properties": {
"category": "Azure Monitor",
"endpoints": [
{
"domainName": "prod.warmpath.msftcloudes.com",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "gcs.prod.monitoring.core.windows.net",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "production.diagnostics.monitoring.core.windows.net",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "shoebox2.metrics.nsatc.net:443",
"endpointDetails": [
{
"port": 443
}
]
}
],
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/CertificateAuthority",
"name": "kustoCluster/CertificateAuthority",
"type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
"properties": {
"category": "Certificate Authority",
"endpoints": [
{
"domainName": "ocsp.msocsp.com",
"endpointDetails": [
{
"port": 80
}
]
},
{
"domainName": "ocsp.digicert.com",
"endpointDetails": [
{
"port": 80
}
]
},
{
"domainName": "crl3.digicert.com",
"endpointDetails": [
{
"port": 80
}
]
},
{
"domainName": "crl.microsoft.com",
"endpointDetails": [
{
"port": 80
}
]
},
{
"domainName": "www.microsoft.com",
"endpointDetails": [
{
"port": 80
}
]
}
],
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/AzureStorage",
"name": "kustoCluster/AzureStorage",
"type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
"properties": {
"category": "Azure Storage",
"endpoints": [
{
"domainName": "clusterinternalsa.blob.core.windows.net",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "clusterinternalsa.queue.core.windows.net",
"endpointDetails": [
{
"port": 443
}
]
},
{
"domainName": "clusterinternalsa.table.core.windows.net",
"endpointDetails": [
{
"port": 443
}
]
}
],
"provisioningState": "Succeeded"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,47 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"privateEndpointConnectionName": "privateEndpointTest",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by johndoe@contoso.com"
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/privateEndpointConnections/privateEndpointTest",
"name": "privateEndpointTest",
"type": "Microsoft.Kusto/clusters/privateEndpointConnections",
"properties": {
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by johndoe@contoso.com",
"actionsRequired": "None"
}
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/privateEndpointConnections/privateEndpointTest",
"name": "privateEndpointTest",
"type": "Microsoft.Kusto/clusters/privateEndpointConnections",
"properties": {
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by johndoe@contoso.com",
"actionsRequired": "None"
}
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"privateEndpointConnectionName": "privateEndpointTest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,30 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"privateEndpointConnectionName": "privateEndpointTest",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateEndpointConnections/privateEndpointTest",
"name": "privateEndpointTest",
"type": "Microsoft.Kusto/clusters/privateEndpointConnections",
"properties": {
"privateEndpoint": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-approved",
"actionsRequired": "None"
},
"groupId": "cluster",
"provisioningState": "Succeeded"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,50 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateEndpointConnections/privateEndpointTest",
"name": "privateEndpointTest",
"type": "Microsoft.Kusto/clusters/privateEndpointConnections",
"properties": {
"privateEndpoint": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-approved",
"actionsRequired": "None"
},
"groupId": "cluster",
"provisioningState": "Succeeded"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateEndpointConnections/privateEndpointTest2",
"name": "privateEndpointTest2",
"type": "Microsoft.Kusto/clusters/privateEndpointConnections",
"properties": {
"privateEndpoint": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName2"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Auto-approved",
"actionsRequired": "None"
},
"groupId": "cluster",
"provisioningState": "Succeeded"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,37 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"privateLinkResourceName": "cluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateLinkResources/cluster",
"name": "cluster",
"type": "Microsoft.Kusto/clusters/PrivateLinkResources",
"properties": {
"groupId": "cluster",
"requiredMembers": [
"Engine",
"DataManagement",
"blob-ne3kstrldkustoCluster00",
"queue-ne3kstrldkustoCluster00",
"table-ne3kstrldkustoCluster00",
"blob-qmukstrldkustoCluster01",
"queue-qmukstrldkustoCluster01",
"table-qmukstrldkustoCluster01"
],
"requiredZoneNames": [
"privatelink.westus2.kusto.windows.net",
"privatelink.blob.core.windows.net",
"privatelink.queue.core.windows.net",
"privatelink.table.core.windows.net"
]
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,40 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/privateLinkResources/cluster",
"name": "cluster",
"type": "Microsoft.Kusto/clusters/PrivateLinkResources",
"properties": {
"groupId": "cluster",
"requiredMembers": [
"Engine",
"DataManagement",
"blob-ne3kstrldkustoCluster00",
"queue-ne3kstrldkustoCluster00",
"table-ne3kstrldkustoCluster00",
"blob-qmukstrldkustoCluster01",
"queue-qmukstrldkustoCluster01",
"table-qmukstrldkustoCluster01"
],
"requiredZoneNames": [
"privatelink.westus2.kusto.windows.net",
"privatelink.blob.core.windows.net",
"privatelink.queue.core.windows.net",
"privatelink.table.core.windows.net"
]
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2023-05-02",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "db",
"scriptName": {
"name": "kustoScriptName1",
"type": "Microsoft.Kusto/clusters/databases/scripts"
}
},
"responses": {
"200": {
"body": {
"name": "kustoScriptName1",
"nameAvailable": false,
"message": "Name 'kustoScriptName1' is already taken. Please specify a different name"
}
}
}
}

Просмотреть файл

@ -0,0 +1,80 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"scriptName": "kustoScript",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"scriptUrlSasToken": "?sv=2019-02-02&st=2019-04-29T22%3A18%3A26Z&se=2019-04-30T02%3A23%3A26Z&sr=b&sp=rw&sip=168.1.5.60-168.1.5.70&spr=https&sig=********************************",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/Scripts/kustoScript",
"name": "kustoCluster/KustoDatabase8/kustoScript",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user2@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-07-01T17:16:24.3644126Z"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/Scripts/kustoScript",
"name": "kustoCluster/KustoDatabase8/kustoScript",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-06-29T15:06:54.2757906Z"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/Scripts/kustoScript",
"name": "kustoCluster/KustoDatabase8/kustoScript",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user2@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-07-01T17:16:24.3644126Z"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"scriptName": "kustoScript",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
},
"204": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2022-12-29"
}
}
}
}

Просмотреть файл

@ -0,0 +1,32 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"scriptName": "kustoScript",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/Scripts/kustoScript",
"name": "kustoCluster/Kustodatabase8/kustoScript",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-06-29T15:06:54.2757906Z"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,53 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "Kustodatabase8",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/Scripts/kustoScript1",
"name": "kustoCluster/Kustodatabase8/kustoScript1",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-06-29T15:06:54.2757906Z"
}
},
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/Kustodatabase8/Scripts/kustoScript2",
"name": "kustoCluster/Kustodatabase8/kustoScript2",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script2.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user2@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-06-30T16:07:55.2831451Z"
}
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,63 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase8",
"scriptName": "kustoScript",
"api-version": "2023-05-02",
"parameters": {
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"scriptUrlSasToken": "?sv=2019-02-02&st=2019-04-29T22%3A18%3A26Z&se=2019-04-30T02%3A23%3A26Z&sr=b&sp=rw&sip=168.1.5.60-168.1.5.70&spr=https&sig=********************************",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/Scripts/kustoScript",
"name": "kustoCluster/KustoDatabase8/kustoScript",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user2@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-07-01T17:16:24.3644126Z"
}
}
},
"202": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789098/providers/Microsoft.Kusto/locations/westus/operationResults/742bef43-608b-4b58-ba96-6f7a32ec5f0f?api-version=2021-02-01"
},
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase8/Scripts/kustoScript",
"name": "kustoCluster/KustoDatabase8/kustoScript",
"type": "Microsoft.Kusto/Clusters/Databases/Scripts",
"properties": {
"scriptUrl": "https://mysa.blob.core.windows.net/container/script.txt",
"forceUpdateTag": "2bcf3c21-ffd1-4444-b9dd-e52e00ee53fe",
"continueOnErrors": true
},
"systemData": {
"createdBy": "user@microsoft.com",
"createdByType": "User",
"createdAt": "2021-06-29T15:06:54.2757906Z",
"lastModifiedBy": "user2@microsoft.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2021-07-01T17:16:24.3644126Z"
}
}
}
}
}

Просмотреть файл

@ -0,0 +1,101 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"location": "westus",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Standard_L8s_v3",
"tier": "Standard",
"locations": [
"West US"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West US",
"zones": []
}
]
},
{
"name": "Standard_L16s_v3",
"tier": "Standard",
"locations": [
"West US"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West US",
"zones": []
}
]
},
{
"name": "Standard_L8as_v3",
"tier": "Standard",
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West US",
"zones": []
}
]
},
{
"name": "Standard_L16as_v3",
"tier": "Standard",
"locations": [
"West US",
"West Europe"
],
"locationInfo": [
{
"location": "West US",
"zones": [
"1",
"2",
"3"
]
},
{
"location": "West US",
"zones": []
}
]
}
]
}
}
}
}

Просмотреть файл

@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"databaseName": "KustoDatabase9",
"api-version": "2023-05-02"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/Databases/KustoDatabase9",
"name": "kustoCluster/KustoDatabase9",
"type": "Microsoft.Kusto/Clusters/Databases",
"kind": "ReadWrite",
"location": "westus",
"properties": {
"softDeletePeriod": "P1D",
"provisioningState": "Succeeded",
"suspensionDetails": {
"suspensionStartDate": "2023-04-16T15:06:54.2757906Z"
}
}
}
}
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,182 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/documentation/api-scenario/references/v1.2/schema.json
scope: ResourceGroup
variables:
clusterName:
type: string
prefix: clustern
databaseName:
type: string
prefix: database
principalAssignmentName:
type: string
prefix: principa
scriptName:
type: string
prefix: scriptna
managedPrivateEndpointName:
type: string
prefix: managedp
dataConnectionName:
type: string
prefix: dataconn
privateEndpointConnectionName:
type: string
prefix: privatee
attachedDatabaseConfigurationName:
type: string
prefix: attached
scenarios:
- scenario: GeneratedScenario
variables:
location: westus
steps:
- operationId: Clusters_CheckNameAvailability
exampleFile: ../examples/KustoClustersCheckNameAvailability.json
- operationId: AttachedDatabaseConfigurations_CheckNameAvailability
exampleFile: >-
../examples/KustoAttachedDatabaseConfigurationCheckNameAvailability.json
- operationId: Databases_CheckNameAvailability
exampleFile: ../examples/KustoDatabasesCheckNameAvailability.json
- operationId: ClusterPrincipalAssignments_CheckNameAvailability
exampleFile: ../examples/KustoClusterPrincipalAssignmentsCheckNameAvailability.json
- operationId: DataConnections_CheckNameAvailability
exampleFile: ../examples/KustoDataConnectionsCheckNameAvailability.json
- operationId: DatabasePrincipalAssignments_CheckNameAvailability
exampleFile: >-
../examples/KustoDatabasePrincipalAssignmentsCheckNameAvailability.json
- operationId: Scripts_CheckNameAvailability
exampleFile: ../examples/KustoScriptsCheckNameAvailability.json
- operationId: ManagedPrivateEndpoints_CheckNameAvailability
exampleFile: ../examples/KustoManagedPrivateEndpointsCheckNameAvailability.json
- operationId: Clusters_CreateOrUpdate
exampleFile: ../examples/KustoClustersCreateOrUpdate.json
- operationId: Clusters_List
exampleFile: ../examples/KustoClustersList.json
- operationId: Clusters_ListSkus
exampleFile: ../examples/KustoClustersListSkus.json
- operationId: Clusters_ListByResourceGroup
exampleFile: ../examples/KustoClustersListByResourceGroup.json
- operationId: Clusters_Get
exampleFile: ../examples/KustoClustersGet.json
- operationId: Clusters_ListSkusByResource
exampleFile: ../examples/KustoClustersListResourceSkus.json
- operationId: Clusters_ListOutboundNetworkDependenciesEndpoints
exampleFile: ../examples/KustoOutboundNetworkDependenciesList.json
- operationId: Clusters_Update
exampleFile: ../examples/KustoClustersUpdate.json
- operationId: Clusters_ListFollowerDatabases
exampleFile: ../examples/KustoClusterListFollowerDatabases.json
- operationId: Clusters_ListLanguageExtensions
exampleFile: ../examples/KustoClusterListLanguageExtensions.json
- operationId: Clusters_DetachFollowerDatabases
exampleFile: ../examples/KustoClusterDetachFollowerDatabases.json
- operationId: Clusters_DiagnoseVirtualNetwork
exampleFile: ../examples/KustoClustersDiagnoseVirtualNetwork.json
- operationId: Clusters_AddLanguageExtensions
exampleFile: ../examples/KustoClusterAddLanguageExtensions.json
- operationId: Clusters_Stop
exampleFile: ../examples/KustoClustersStop.json
- operationId: Clusters_Start
exampleFile: ../examples/KustoClustersStart.json
- operationId: Clusters_RemoveLanguageExtensions
exampleFile: ../examples/KustoClusterRemoveLanguageExtensions.json
- operationId: Databases_CreateOrUpdate
exampleFile: ../examples/KustoDatabasesCreateOrUpdate.json
- operationId: Databases_ListByCluster
exampleFile: ../examples/KustoDatabasesListByCluster.json
- operationId: Databases_Get
exampleFile: ../examples/KustoDatabasesGet.json
- operationId: Databases_Update
exampleFile: ../examples/KustoDatabasesUpdate.json
- operationId: Databases_ListPrincipals
exampleFile: ../examples/KustoDatabaseListPrincipals.json
- operationId: Databases_RemovePrincipals
exampleFile: ../examples/KustoDatabaseRemovePrincipals.json
- operationId: Databases_AddPrincipals
exampleFile: ../examples/KustoDatabaseAddPrincipals.json
- operationId: Scripts_CreateOrUpdate
exampleFile: ../examples/KustoScriptsCreateOrUpdate.json
- operationId: Scripts_ListByDatabase
exampleFile: ../examples/KustoScriptsListByDatabase.json
- operationId: Scripts_Get
exampleFile: ../examples/KustoScriptsGet.json
- operationId: Scripts_Update
exampleFile: ../examples/KustoScriptsUpdate.json
- operationId: DataConnections_CreateOrUpdate
exampleFile: ../examples/KustoDataConnectionsCreateOrUpdate.json
- operationId: DataConnections_ListByDatabase
exampleFile: ../examples/KustoDataConnectionsListByDatabase.json
- operationId: DataConnections_Get
exampleFile: ../examples/KustoDataConnectionsGet.json
- operationId: DataConnections_Update
exampleFile: ../examples/KustoDataConnectionsUpdate.json
- operationId: DataConnections_dataConnectionValidation
exampleFile: ../examples/KustoDataConnectionValidationAsync.json
- operationId: ManagedPrivateEndpoints_CreateOrUpdate
exampleFile: ../examples/KustoManagedPrivateEndpointsCreateOrUpdate.json
- operationId: ManagedPrivateEndpoints_List
exampleFile: ../examples/KustoManagedPrivateEndpointsList.json
- operationId: ManagedPrivateEndpoints_Get
exampleFile: ../examples/KustoManagedPrivateEndpointsGet.json
- operationId: ManagedPrivateEndpoints_Update
exampleFile: ../examples/KustoManagedPrivateEndpointsUpdate.json
- operationId: AttachedDatabaseConfigurations_CreateOrUpdate
exampleFile: ../examples/KustoAttachedDatabaseConfigurationsCreateOrUpdate.json
- operationId: AttachedDatabaseConfigurations_ListByCluster
exampleFile: ../examples/KustoAttachedDatabaseConfigurationsListByCluster.json
- operationId: AttachedDatabaseConfigurations_Get
exampleFile: ../examples/KustoAttachedDatabaseConfigurationsGet.json
- operationId: PrivateEndpointConnections_CreateOrUpdate
exampleFile: ../examples/KustoPrivateEndpointConnectionsCreateOrUpdate.json
- operationId: PrivateEndpointConnections_List
exampleFile: ../examples/KustoPrivateEndpointConnectionsList.json
- operationId: PrivateEndpointConnections_Get
exampleFile: ../examples/KustoPrivateEndpointConnectionsGet.json
- operationId: ClusterPrincipalAssignments_CreateOrUpdate
exampleFile: ../examples/KustoClusterPrincipalAssignmentsCreateOrUpdate.json
- operationId: ClusterPrincipalAssignments_List
exampleFile: ../examples/KustoClusterPrincipalAssignmentsList.json
- operationId: ClusterPrincipalAssignments_Get
exampleFile: ../examples/KustoClusterPrincipalAssignmentsGet.json
- operationId: DatabasePrincipalAssignments_CreateOrUpdate
exampleFile: ../examples/KustoDatabasePrincipalAssignmentsCreateOrUpdate.json
- operationId: DatabasePrincipalAssignments_List
exampleFile: ../examples/KustoDatabasePrincipalAssignmentsList.json
- operationId: DatabasePrincipalAssignments_Get
exampleFile: ../examples/KustoDatabasePrincipalAssignmentsGet.json
- operationId: Operations_List
exampleFile: ../examples/KustoOperationsList.json
- operationId: OperationsResults_Get
variables:
operationId:
type: string
prefix: operatio
exampleFile: ../examples/KustoOperationResultsGet.json
- operationId: Skus_List
exampleFile: ../examples/KustoSkus.json
- operationId: PrivateLinkResources_List
exampleFile: ../examples/KustoPrivateLinkResourcesList.json
- operationId: PrivateLinkResources_Get
variables:
privateLinkResourceName:
type: string
prefix: privatel
exampleFile: ../examples/KustoPrivateLinkResourcesGet.json
- operationId: DatabasePrincipalAssignments_Delete
exampleFile: ../examples/KustoDatabasePrincipalAssignmentsDelete.json
- operationId: ClusterPrincipalAssignments_Delete
exampleFile: ../examples/KustoClusterPrincipalAssignmentsDelete.json
- operationId: PrivateEndpointConnections_Delete
exampleFile: ../examples/KustoPrivateEndpointConnectionsDelete.json
- operationId: AttachedDatabaseConfigurations_Delete
exampleFile: ../examples/KustoAttachedDatabaseConfigurationsDelete.json
- operationId: ManagedPrivateEndpoints_Delete
exampleFile: ../examples/KustoManagedPrivateEndpointsDelete.json
- operationId: DataConnections_Delete
exampleFile: ../examples/KustoDataConnectionsDelete.json
- operationId: Scripts_Delete
exampleFile: ../examples/KustoScriptsDelete.json
- operationId: Databases_Delete
exampleFile: ../examples/KustoDatabasesDelete.json
- operationId: Clusters_Delete
exampleFile: ../examples/KustoClustersDelete.json

Просмотреть файл

@ -28,9 +28,17 @@ These are the global settings for the Kusto API.
title: KustoManagementClient
description: 'The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.'
openapi-type: arm
tag: package-2022-12
tag: package-2023-05
```
### Tag: package-2023-05
These settings apply only when `--tag=package-2023-05` is specified on the command line.
```yaml $(tag) == 'package-2023-05'
input-file:
- Microsoft.Kusto/stable/2023-05-02/kusto.json
```
### Tag: package-2022-12
These settings apply only when `--tag=package-2022-12` is specified on the command line.