Skip to content

Commit 04d95aa

Browse files
authored
hide synapse kusto cmdlet (#15794)
1 parent 5ee2037 commit 04d95aa

12 files changed

+4
-1263
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/Synapse/Synapse/Az.Synapse.psd1

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll',
5757
'Azure.Analytics.Synapse.Spark.dll',
5858
'Azure.Analytics.Synapse.AccessControl.dll',
5959
'Azure.Analytics.Synapse.Artifacts.dll',
60-
'Azure.Analytics.Synapse.ManagedPrivateEndpoints.dll',
61-
'Synapse.Autorest\bin\Az.Synapse.private.dll'
60+
'Azure.Analytics.Synapse.ManagedPrivateEndpoints.dll'
6261

6362
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6463
# ScriptsToProcess = @()
@@ -67,14 +66,13 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Synapse.dll',
6766
# TypesToProcess = @()
6867

6968
# Format files (.ps1xml) to be loaded when importing this module
70-
FormatsToProcess = 'Synapse.format.ps1xml', 'Synapse.Autorest\Az.Synapse.format.ps1xml'
69+
FormatsToProcess = 'Synapse.format.ps1xml'
7170

7271
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
73-
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll', 'Synapse.Autorest\Az.Synapse.psm1')
72+
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll')
7473

7574
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
76-
FunctionsToExport = @('Get-AzSynapseKustoPool', 'New-AzSynapseKustoPool',
77-
'Remove-AzSynapseKustoPool', 'Update-AzSynapseKustoPool')
75+
FunctionsToExport = @()
7876

7977
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
8078
CmdletsToExport = 'Get-AzSynapseSparkJob', 'Stop-AzSynapseSparkJob',

src/Synapse/Synapse/ChangeLog.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Added cmdlets for kusto pool
22-
- `New-AzSynapseKustoPool`
23-
- `Get-AzSynapseKustoPool`
24-
- `Update-AzSynapseKustoPool`
25-
- `Remove-AzSynapseKustoPool`
2621
* Added support for Synapse Managed Private Endpoint
2722
- Added `New-AzSynapseManagedPrivateEndpoint` cmdlet
2823
- Added `Get-AzSynapseManagedPrivateEndpoint` cmdlet

src/Synapse/Synapse/help/Az.Synapse.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ The topics in this section document the Azure PowerShell cmdlets for Azure Synap
1414
### [Add-AzSynapseTriggerSubscription](Add-AzSynapseTriggerSubscription.md)
1515
Subscribe the event trigger to external service events.
1616

17-
### [Get-AzSynapseKustoPool](Get-AzSynapseKustoPool.md)
18-
Gets a Kusto pool.
19-
20-
### [New-AzSynapseKustoPool](New-AzSynapseKustoPool.md)
21-
Create or update a Kusto pool.
22-
23-
### [Remove-AzSynapseKustoPool](Remove-AzSynapseKustoPool.md)
24-
Deletes a Kusto pool.
25-
26-
### [Update-AzSynapseKustoPool](Update-AzSynapseKustoPool.md)
27-
Update a Kusto Kusto Pool.
28-
2917
### [Clear-AzSynapseSqlPoolVulnerabilityAssessmentRuleBaseline](Clear-AzSynapseSqlPoolVulnerabilityAssessmentRuleBaseline.md)
3018
Clears the vulnerability assessment rule baseline.
3119

src/Synapse/Synapse/help/Get-AzSynapseKustoPool.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)