Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion source/Public/Copy Job/Get-FabricCopyJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Get-FabricCopyJob {

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$CopyJob
)

Expand Down
1 change: 0 additions & 1 deletion source/Public/Copy Job/New-FabricCopyJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function New-FabricCopyJob {

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$CopyJobName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Copy Job/Update-FabricCopyJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Update-FabricCopyJob

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$CopyJobName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Data Pipeline/Get-FabricDataPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Get-FabricDataPipeline {

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$DataPipelineName
)

Expand Down
1 change: 0 additions & 1 deletion source/Public/Data Pipeline/New-FabricDataPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function New-FabricDataPipeline

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$DataPipelineName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Data Pipeline/Update-FabricDataPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function Update-FabricDataPipeline

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$DataPipelineName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Domain/New-FabricDomain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function New-FabricDomain
param (
[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$DomainName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Domain/Update-FabricDomain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function Update-FabricDomain

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$DomainName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/Environment/Get-FabricEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EnvironmentName
)

Expand Down Expand Up @@ -151,4 +150,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve environment. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/Environment/New-FabricEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function New-FabricEnvironment

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EnvironmentName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Environment/Update-FabricEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Update-FabricEnvironment

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EnvironmentName,

[Parameter(Mandatory = $false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function Update-FabricEnvironmentStagingSparkCompute

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$InstancePoolName,

[Parameter(Mandatory = $true)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/Eventhouse/Get-FabricEventhouse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function Get-FabricEventhouse {

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EventhouseName
)
try {
Expand Down Expand Up @@ -177,4 +176,4 @@ function Get-FabricEventhouse {
Write-Message -Message "Failed to retrieve Eventhouse. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/Eventhouse/New-FabricEventhouse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function New-FabricEventhouse

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EventhouseName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Eventhouse/Update-FabricEventhouse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function Update-FabricEventhouse

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EventhouseName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/Eventstream/Get-FabricEventstream.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EventstreamName
)

Expand Down Expand Up @@ -156,4 +155,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve Eventstream. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/Eventstream/New-FabricEventstream.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EventstreamName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Eventstream/Update-FabricEventstream.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Update-FabricEventstream

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$EventstreamName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/KQL Dashboard/Get-FabricKQLDashboard.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function Get-FabricKQLDashboard {

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLDashboardName
)

Expand Down Expand Up @@ -150,4 +149,4 @@ function Get-FabricKQLDashboard {
Write-Message -Message "Failed to retrieve KQLDashboard. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/KQL Dashboard/New-FabricKQLDashboard.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function New-FabricKQLDashboard

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLDashboardName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/KQL Dashboard/Update-FabricKQLDashboard.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLDashboardName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/KQL Database/Get-FabricKQLDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLDatabaseName
)

Expand Down Expand Up @@ -147,4 +146,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve KQLDatabase. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/KQL Database/New-FabricKQLDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLDatabaseName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/KQL Database/Update-FabricKQLDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Update-FabricKQLDatabase

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLDatabaseName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/KQL Queryset/Get-FabricKQLQueryset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLQuerysetName
)

Expand Down Expand Up @@ -147,4 +146,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve KQLQueryset. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/KQL Queryset/New-FabricKQLQueryset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function New-FabricKQLQueryset {

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLQuerysetName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/KQL Queryset/Update-FabricKQLQueryset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Update-FabricKQLQueryset

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$KQLQuerysetName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/Lakehouse/Get-FabricLakehouse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$LakehouseName
)

Expand Down Expand Up @@ -147,4 +146,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve Lakehouse. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/Lakehouse/New-FabricLakehouse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function New-FabricLakehouse

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_]*$')]
[string]$LakehouseName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Lakehouse/Update-FabricLakehouse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Update-FabricLakehouse

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_]*$')]
[string]$LakehouseName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Lakehouse/Write-FabricLakehouseTableData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ This example loads data from a folder into the specified table in the Lakehouse,

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_]*$')]
[string]$TableName,

[Parameter(Mandatory = $true)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/ML Experiment/Get-FabricMLExperiment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function Get-FabricMLExperiment {

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$MLExperimentName
)

Expand Down Expand Up @@ -147,4 +146,4 @@ function Get-FabricMLExperiment {
Write-Message -Message "Failed to retrieve ML Experiment. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/ML Experiment/New-FabricMLExperiment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function New-FabricMLExperiment

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_]*$')]
[string]$MLExperimentName,

[Parameter(Mandatory = $false)]
Expand Down
1 change: 0 additions & 1 deletion source/Public/ML Experiment/Update-FabricMLExperiment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function Update-FabricMLExperiment

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_]*$')]
[string]$MLExperimentName,

[Parameter(Mandatory = $false)]
Expand Down
3 changes: 1 addition & 2 deletions source/Public/ML Model/Get-FabricMLModel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function Get-FabricMLModel {

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$MLModelName
)

Expand Down Expand Up @@ -147,4 +146,4 @@ function Get-FabricMLModel {
Write-Message -Message "Failed to retrieve ML Model. Error: $errorDetails" -Level Error
}

}
}
1 change: 0 additions & 1 deletion source/Public/ML Model/New-FabricMLModel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function New-FabricMLModel

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_]*$')]
[string]$MLModelName,

[Parameter(Mandatory = $false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$MirroredDatabaseName
)

Expand Down Expand Up @@ -150,4 +149,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve MirroredDatabase. Error: $errorDetails" -Level Error
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function New-FabricMirroredDatabase

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$MirroredDatabaseName,

[Parameter(Mandatory = $false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Update-FabricMirroredDatabase

[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$MirroredDatabaseName,

[Parameter(Mandatory = $false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Author: Tiago Balabuch

[Parameter(Mandatory = $false)]
[ValidateNotNullOrEmpty()]
[ValidatePattern('^[a-zA-Z0-9_ ]*$')]
[string]$MirroredWarehouseName
)

Expand Down Expand Up @@ -150,4 +149,4 @@ Author: Tiago Balabuch
Write-Message -Message "Failed to retrieve MirroredWarehouse. Error: $errorDetails" -Level Error
}

}
}
Loading
Loading