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] Public private branch 'dev-azure-kusto-Microsoft.Kusto-2021-08-27' #15905

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f9262a4
Adds base for updating Microsoft.Kusto from version stable/2021-01-01…
hilalevi170 Aug 11, 2021
fff7651
Updates readme
hilalevi170 Aug 11, 2021
620a14a
Updates API version in new specs and examples
hilalevi170 Aug 11, 2021
015140c
Swagger changes
hilalevi170 Aug 11, 2021
056abae
it1
hilalevi170 Aug 11, 2021
bc28a37
hh
hilalevi170 Aug 11, 2021
f604653
it2
hilalevi170 Aug 11, 2021
28edc7b
it3
hilalevi170 Aug 11, 2021
67a7e1f
it5
hilalevi170 Aug 11, 2021
0f08b6d
it6
hilalevi170 Aug 11, 2021
00a2d84
it7
hilalevi170 Aug 11, 2021
3cf8a32
readme
hilalevi170 Aug 11, 2021
a6dc631
it10
hilalevi170 Aug 12, 2021
a29a7fa
it11
hilalevi170 Aug 12, 2021
f7807a0
it11
hilalevi170 Aug 16, 2021
b0516b1
it 12
hilalevi170 Aug 16, 2021
a24569e
it 13
hilalevi170 Aug 16, 2021
dc92b85
prettier
hilalevi170 Aug 16, 2021
9f6e2e9
python
hilalevi170 Aug 16, 2021
50490eb
allowedIpRangeList - remove default
hilalevi170 Aug 16, 2021
d95d3fb
bassel changes
hilalevi170 Aug 17, 2021
6589141
checkNameAvailability
hilalevi170 Aug 17, 2021
1707244
fix lint
hilalevi170 Aug 17, 2021
aa024e2
checkName
hilalevi170 Aug 17, 2021
32cbce5
fix
hilalevi170 Aug 17, 2021
6570270
managedPrivate check name
hilalevi170 Aug 18, 2021
cf57635
prettier
hilalevi170 Aug 18, 2021
2723a01
Update readme.python.md
msyyc Aug 19, 2021
9628467
add attached enum
hilalevi170 Aug 22, 2021
6590b76
Merge branch 'dev-azure-kusto-Microsoft.Kusto-2021-08-27' of https://…
hilalevi170 Aug 22, 2021
536cd6d
Dor comments
hilalevi170 Aug 22, 2021
dc40d8f
fix description
hilalevi170 Aug 24, 2021
99e6577
readOnly
hilalevi170 Aug 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"api-version": "2021-08-27",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"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,141 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurations1",
"api-version": "2021-08-27",
"parameters": {
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterLeader",
"databaseName": "kustodatabase",
"defaultPrincipalsModificationKind": "Union",
"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/KustoClusterRPTest4/attachedDatabaseConfigurations/attachedDatabaseConfigurations1",
"name": "KustoClusterRPTest4/attachedDatabaseConfigurations1",
"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"
}
}
},
"201": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/attachedDatabaseConfigurations/attachedDatabaseConfigurations1",
"name": "KustoClusterRPTest4/attachedDatabaseConfigurations1",
"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": "Creating"
}
}
},
"202": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/attachedDatabaseConfigurations/attachedDatabaseConfigurations1",
"name": "KustoClusterRPTest4/attachedDatabaseConfigurations1",
"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": "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": "kustoclusterrptest4",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurations1",
"api-version": "2021-08-27"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"attachedDatabaseConfigurationName": "attachedDatabaseConfigurations1",
"api-version": "2021-08-27"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/AttachedDatabaseConfigurations/attachedDatabaseConfigurations1",
"name": "KustoClusterRPTest4/attachedDatabaseConfigurations1",
"type": "Microsoft.Kusto/Clusters/AttachedDatabaseConfigurations",
"location": "westus",
"properties": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4",
"databaseName": "*",
"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,60 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"api-version": "2021-08-27"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/AttachedDatabaseConfigurations/KustoDatabase8",
"name": "KustoClusterRPTest4/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/KustoClusterRPTest4/AttachedDatabaseConfigurations/KustoDatabase9",
"name": "KustoClusterRPTest4/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": "kustoclusterrptest4",
"api-version": "2021-08-27",
"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": "kustoclusterrptest4",
"api-version": "2021-08-27",
"followerDatabaseToRemove": {
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/leader4",
"attachedDatabaseConfigurationName": "myAttachedDatabaseConfiguration"
}
},
"responses": {
"200": {},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"api-version": "2021-08-27"
},
"responses": {
"200": {
"body": {
"value": [
{
"attachedDatabaseConfigurationName": "attachedDbConfiguration",
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/follower1",
"databaseName": "*"
},
{
"attachedDatabaseConfigurationName": "attachedDbConfiguration2",
"clusterResourceId": "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/follower4",
"databaseName": "db1"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"api-version": "2021-08-27"
},
"responses": {
"200": {
"body": {
"value": [
{
"languageExtensionName": "PYTHON"
},
{
"languageExtensionName": "R"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "12345678-1234-1234-1234-123456789098",
"resourceGroupName": "kustorptest",
"clusterName": "kustoclusterrptest4",
"principalAssignmentName": {
"name": "kustoprincipal1",
"type": "Microsoft.Kusto/clusters/principalAssignments"
},
"api-version": "2021-08-27"
},
"responses": {
"200": {
"body": {
"name": "kustoprincipal1",
"nameAvailable": false,
"message": "Name 'kustoprincipal1' is already taken. Please specify a different name"
}
}
}
}
Loading