forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Publish private branch 'azure-kusto/devCM' (Azure#24160)
* [AutoSync] dad295e34cd Merged PR 7593889: Python pipeline: Re-tag python image from pipeline if needed * [AutoSync] 779e3f273da Merged PR 7983985: NetworkSettingsAllowedFqdnListUpdater: allow updating while suspended * [AutoSync] 8234bea6386 Merged PR 8021356: Add db pagination to may 2023 version * [AutoSync] 3a2bf0e47c8 Merged PR 8120727: Region buildout: Fix specifying RpVmSize * [AutoSync] c87d8729e5a Merged PR 8147686: [Swagger] Fix LintDiff errors * [AutoSync] 5350cd308a9 Merged PR 8166361: Use upper-case values when configuring CORS --------- Co-authored-by: swagger-automation <[email protected]>
- Loading branch information
1 parent
dd6fbdd
commit 3ee1392
Showing
85 changed files
with
11,347 additions
and
1 deletion.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...o/stable/2023-05-02/examples/KustoAttachedDatabaseConfigurationCheckNameAvailability.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
145 changes: 145 additions & 0 deletions
145
...t.Kusto/stable/2023-05-02/examples/KustoAttachedDatabaseConfigurationsCreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "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" | ||
} | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...Microsoft.Kusto/stable/2023-05-02/examples/KustoAttachedDatabaseConfigurationsDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...er/Microsoft.Kusto/stable/2023-05-02/examples/KustoAttachedDatabaseConfigurationsGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "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" | ||
} | ||
} | ||
} | ||
} | ||
} |
66 changes: 66 additions & 0 deletions
66
...ft.Kusto/stable/2023-05-02/examples/KustoAttachedDatabaseConfigurationsListByCluster.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...manager/Microsoft.Kusto/stable/2023-05-02/examples/KustoClusterAddLanguageExtensions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...nager/Microsoft.Kusto/stable/2023-05-02/examples/KustoClusterDetachFollowerDatabases.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...manager/Microsoft.Kusto/stable/2023-05-02/examples/KustoClusterListFollowerDatabases.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "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" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.