Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Publish private branch 'dev-azure-kusto-Microsoft.Kusto-2022-07-07' #20689

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2022-07-07",
"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"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"api-version": "2022-07-07",
"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"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"api-version": "2022-07-07"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest",
"api-version": "2022-07-07"
},
"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"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster2",
"api-version": "2022-07-07"
},
"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"
]
},
"provisioningState": "Succeeded"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2022-07-07",
"languageExtensionsToAdd": {
"value": [
{
"languageExtensionName": "PYTHON"
},
{
"languageExtensionName": "R"
}
]
}
},
"responses": {
"200": {},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2022-07-07",
"followerDatabaseToRemove": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/kustoCluster2",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurationsTest"
}
},
"responses": {
"200": {},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2022-07-07"
},
"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"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoCluster",
"api-version": "2022-07-07"
},
"responses": {
"200": {
"body": {
"value": [
{
"languageExtensionName": "PYTHON"
},
{
"languageExtensionName": "R"
}
]
}
}
}
}
Loading