Skip to content

Commit 04c15d5

Browse files
Sqlcollaborative -> Dataplat, sqlcollaborative -> dataplat (#8632)
1 parent a8b9cd6 commit 04c15d5

File tree

158 files changed

+1982
-1982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1982
-1982
lines changed

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Issues found with dbatools.io?
44
url: https://github.com/dataplat/web/issues/new
5-
about: Website is hosted via GitHub Pages under sqlcollaborative/web
5+
about: Website is hosted via GitHub Pages under dataplat/web
66
- name: Issues found with docs.dbatools.io?
77
url: https://github.com/dataplat/docs/issues/new
8-
about: Website is hosted under sqlcollaborative/docs
8+
about: Website is hosted under dataplat/docs
99
- name: Ask a question about dbatools or get support
1010
url: https://github.com/dataplat/dbatools/discussions/new
1111
about: Get support via forums

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: 👥 Clone appveyor repo
2525
working-directory: /tmp
2626
run: |
27-
gh repo clone sqlcollaborative/appveyor-lab
27+
gh repo clone dataplat/appveyor-lab
2828
2929
- name: Run tests
3030
env:

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code of Conduct
22

3-
SQLCollaborative Organization and the dbatools team is dedicated to providing a positive and harassment-free experience for everyone, regardless of age, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, ethnicity, race, religion, nationality, or level of experience. We do not tolerate harassment in any form, nor do we tolerate any behavior that would reasonably lead to someone being made to feel unsafe, insecure, or frightened for their physical or emotional well-being.
3+
The Data Platform Community Organization and the dbatools team is dedicated to providing a positive and harassment-free experience for everyone, regardless of age, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, ethnicity, race, religion, nationality, or level of experience. We do not tolerate harassment in any form, nor do we tolerate any behavior that would reasonably lead to someone being made to feel unsafe, insecure, or frightened for their physical or emotional well-being.
44

55
This applies to all interactions here on GitHub, Slack, YouTube comments and YouTube chat. All communication should be appropriate for a professional audience including people of many different backgrounds.
66

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dd3f591362f6ac11490b76095057c2be87e82f34
1+
77e9759849937c68ae385cf5a4c1696723440291

bin/dbatools.xml

+1,300-1,300
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/library.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ if ($ImportLibrary) {
9191
}
9292

9393
#region PowerShell TypeData
94-
#Update-TypeData -TypeName "Sqlcollaborative.Dbatools.dbaSystem.DbatoolsException" -SerializationDepth 2 -ErrorAction Ignore
95-
#Update-TypeData -TypeName "Sqlcollaborative.Dbatools.dbaSystem.DbatoolsExceptionRecord" -SerializationDepth 2 -ErrorAction Ignore
94+
#Update-TypeData -TypeName "Dataplat.Dbatools.dbaSystem.DbatoolsException" -SerializationDepth 2 -ErrorAction Ignore
95+
#Update-TypeData -TypeName "Dataplat.Dbatools.dbaSystem.DbatoolsExceptionRecord" -SerializationDepth 2 -ErrorAction Ignore
9696
#endregion PowerShell TypeData
9797
} catch {
9898
#region Warning

bin/type-extensions.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Only update on first import
2-
if (-not ([Sqlcollaborative.Dbatools.dbaSystem.SystemHost]::ModuleImported)) {
2+
if (-not ([Dataplat.Dbatools.dbaSystem.SystemHost]::ModuleImported)) {
33
# Implement query accelerator for the server object
44
Update-TypeData -TypeName Microsoft.SqlServer.Management.Smo.Server -MemberName Query -MemberType ScriptMethod -Value {
55
param (

bin/typealiases.ps1

+20-20
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ $TAType = [psobject].Assembly.GetType("System.Management.Automation.TypeAccelera
33

44
# Define our type aliases
55
$TypeAliasTable = @{
6-
DbaInstance = "Sqlcollaborative.Dbatools.Parameter.DbaInstanceParameter"
7-
DbaCmConnectionParameter = "Sqlcollaborative.Dbatools.Parameter.DbaCmConnectionParameter"
8-
DbaInstanceParameter = "Sqlcollaborative.Dbatools.Parameter.DbaInstanceParameter"
9-
dbargx = "Sqlcollaborative.Dbatools.Utility.RegexHelper"
10-
dbatime = "Sqlcollaborative.Dbatools.Utility.DbaTime"
11-
dbadatetime = "Sqlcollaborative.Dbatools.Utility.DbaDateTime"
12-
dbadate = "Sqlcollaborative.Dbatools.Utility.DbaDate"
13-
dbatimespan = "Sqlcollaborative.Dbatools.Utility.DbaTimeSpan"
14-
prettytimespan = "Sqlcollaborative.Dbatools.Utility.DbaTimeSpanPretty"
15-
dbasize = "Sqlcollaborative.Dbatools.Utility.Size"
16-
dbavalidate = "Sqlcollaborative.Dbatools.Utility.Validation"
17-
DbaMode = "Sqlcollaborative.Dbatools.General.ExecutionMode"
18-
DbaCredential = "Sqlcollaborative.Dbatools.Parameter.DbaCredentialparameter"
19-
DbaCredentialParameter = "Sqlcollaborative.Dbatools.Parameter.DbaCredentialparameter"
20-
DbaDatabaseSmo = "SqlCollaborative.Dbatools.Parameter.DbaDatabaseSmoParameter"
21-
DbaDatabaseSmoParameter = "SqlCollaborative.Dbatools.Parameter.DbaDatabaseSmoParameter"
22-
DbaDatabase = "SqlCollaborative.Dbatools.Parameter.DbaDatabaseParameter"
23-
DbaDatabaseParameter = "SqlCollaborative.Dbatools.Parameter.DbaDatabaseParameter"
24-
DbaValidatePattern = "Sqlcollaborative.Dbatools.Utility.DbaValidatePatternAttribute"
25-
DbaValidateScript = "Sqlcollaborative.Dbatools.Utility.DbaValidateScriptAttribute"
6+
DbaInstance = "Dataplat.Dbatools.Parameter.DbaInstanceParameter"
7+
DbaCmConnectionParameter = "Dataplat.Dbatools.Parameter.DbaCmConnectionParameter"
8+
DbaInstanceParameter = "Dataplat.Dbatools.Parameter.DbaInstanceParameter"
9+
dbargx = "Dataplat.Dbatools.Utility.RegexHelper"
10+
dbatime = "Dataplat.Dbatools.Utility.DbaTime"
11+
dbadatetime = "Dataplat.Dbatools.Utility.DbaDateTime"
12+
dbadate = "Dataplat.Dbatools.Utility.DbaDate"
13+
dbatimespan = "Dataplat.Dbatools.Utility.DbaTimeSpan"
14+
prettytimespan = "Dataplat.Dbatools.Utility.DbaTimeSpanPretty"
15+
dbasize = "Dataplat.Dbatools.Utility.Size"
16+
dbavalidate = "Dataplat.Dbatools.Utility.Validation"
17+
DbaMode = "Dataplat.Dbatools.General.ExecutionMode"
18+
DbaCredential = "Dataplat.Dbatools.Parameter.DbaCredentialparameter"
19+
DbaCredentialParameter = "Dataplat.Dbatools.Parameter.DbaCredentialparameter"
20+
DbaDatabaseSmo = "Dataplat.Dbatools.Parameter.DbaDatabaseSmoParameter"
21+
DbaDatabaseSmoParameter = "Dataplat.Dbatools.Parameter.DbaDatabaseSmoParameter"
22+
DbaDatabase = "Dataplat.Dbatools.Parameter.DbaDatabaseParameter"
23+
DbaDatabaseParameter = "Dataplat.Dbatools.Parameter.DbaDatabaseParameter"
24+
DbaValidatePattern = "Dataplat.Dbatools.Utility.DbaValidatePatternAttribute"
25+
DbaValidateScript = "Dataplat.Dbatools.Utility.DbaValidateScriptAttribute"
2626
}
2727

2828
# Add all type aliases

dbatools.psm1

+13-13
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ if ($IsLinux -or $IsMacOS) {
3131
$env:COMPUTERNAME = hostname
3232
}
3333

34-
if ('Sqlcollaborative.Dbatools.dbaSystem.DebugHost' -as [Type]) {
34+
if ('Dataplat.Dbatools.dbaSystem.DebugHost' -as [Type]) {
3535
# If we've already got for module import,
36-
[Sqlcollaborative.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Clear() # clear it (since we're clearly re-importing)
36+
[Dataplat.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Clear() # clear it (since we're clearly re-importing)
3737
}
3838

3939
#region Import helper functions
@@ -97,18 +97,18 @@ function Write-ImportTime {
9797
$script:dbatools_ImportPerformance = New-Object Collections.ArrayList
9898
}
9999

100-
if (-not ('Sqlcollaborative.Dbatools.Configuration.Config' -as [type])) {
100+
if (-not ('Dataplat.Dbatools.Configuration.Config' -as [type])) {
101101
$script:dbatools_ImportPerformance.AddRange(@(New-Object PSObject -Property @{ Time = $timestamp; Action = $Text }))
102102
} else {
103-
if ([Sqlcollaborative.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Count -eq 0) {
103+
if ([Dataplat.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Count -eq 0) {
104104
foreach ($entry in $script:dbatools_ImportPerformance) {
105-
$te = New-Object Sqlcollaborative.Dbatools.dbaSystem.StartTimeEntry($entry.Action, $entry.Time, [Management.Automation.Runspaces.Runspace]::DefaultRunspace.InstanceId)
106-
[Sqlcollaborative.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Add($te)
105+
$te = New-Object Dataplat.Dbatools.dbaSystem.StartTimeEntry($entry.Action, $entry.Time, [Management.Automation.Runspaces.Runspace]::DefaultRunspace.InstanceId)
106+
[Dataplat.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Add($te)
107107
}
108108
$script:dbatools_ImportPerformance.Clear()
109109
}
110-
$te = New-Object Sqlcollaborative.Dbatools.dbaSystem.StartTimeEntry($Text, $timestamp, ([Management.Automation.Runspaces.Runspace]::DefaultRunspace.InstanceId))
111-
[Sqlcollaborative.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Add($te)
110+
$te = New-Object Dataplat.Dbatools.dbaSystem.StartTimeEntry($Text, $timestamp, ([Management.Automation.Runspaces.Runspace]::DefaultRunspace.InstanceId))
111+
[Dataplat.Dbatools.dbaSystem.DebugHost]::ImportTimeEntries.Add($te)
112112
}
113113
}
114114

@@ -222,7 +222,7 @@ whether the modulebase has been set (first thing it does after loading library t
222222
Theoretically, there's a minor cuncurrency collision risk with that, but since the cost is only
223223
a little import time loss if that happens ...
224224
#>
225-
if ((-not ('Sqlcollaborative.Dbatools.dbaSystem.DebugHost' -as [type])) -or (-not [Sqlcollaborative.Dbatools.dbaSystem.SystemHost]::ModuleBase)) {
225+
if ((-not ('Dataplat.Dbatools.dbaSystem.DebugHost' -as [type])) -or (-not [Dataplat.Dbatools.dbaSystem.SystemHost]::ModuleBase)) {
226226
. $script:psScriptRoot\internal\scripts\libraryimport.ps1
227227
Write-ImportTime -Text "Starting import SMO libraries"
228228
}
@@ -243,7 +243,7 @@ if ((-not ('Sqlcollaborative.Dbatools.dbaSystem.DebugHost' -as [type])) -or (-no
243243
Write-ImportTime -Text "Loading dbatools library"
244244

245245
# Tell the library where the module is based, just in case
246-
[Sqlcollaborative.Dbatools.dbaSystem.SystemHost]::ModuleBase = $script:PSModuleRoot
246+
[Dataplat.Dbatools.dbaSystem.SystemHost]::ModuleBase = $script:PSModuleRoot
247247

248248
if ($script:multiFileImport -or -not (Test-Path -Path "$psScriptRoot\allcommands.ps1")) {
249249
# All internal functions privately available within the toolset
@@ -279,8 +279,8 @@ Write-ImportTime -Text "Configuration System"
279279

280280
# Resolving the path was causing trouble when it didn't exist yet
281281
# Not converting the path separators based on OS was also an issue.
282-
if (-not ([Sqlcollaborative.Dbatools.Message.LogHost]::LoggingPath)) {
283-
[Sqlcollaborative.Dbatools.Message.LogHost]::LoggingPath = Join-DbaPath $script:AppData "PowerShell" "dbatools"
282+
if (-not ([Dataplat.Dbatools.Message.LogHost]::LoggingPath)) {
283+
[Dataplat.Dbatools.Message.LogHost]::LoggingPath = Join-DbaPath $script:AppData "PowerShell" "dbatools"
284284
}
285285

286286
# Run all optional code
@@ -1138,7 +1138,7 @@ if ($loadedModuleNames -contains 'sqlserver' -or $loadedModuleNames -contains 's
11381138
}
11391139
}
11401140

1141-
[Sqlcollaborative.Dbatools.dbaSystem.SystemHost]::ModuleImported = $true
1141+
[Dataplat.Dbatools.dbaSystem.SystemHost]::ModuleImported = $true
11421142
#endregion Post-Import Cleanup
11431143

11441144
# Removal of runspaces is needed to successfully close PowerShell ISE
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6cbf9801ae8e9318b79a6194f346750835b12a1e
1+
108e76d6281f06ee8af1ab2091ba1356c9206020

en-us/dbatools.dll-help.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@
803803
<command:returnValues>
804804
<command:returnValue>
805805
<dev:type>
806-
<maml:name>Sqlcollaborative.Dbatools.Configuration.Config</maml:name>
806+
<maml:name>Dataplat.Dbatools.Configuration.Config</maml:name>
807807
</dev:type>
808808
<maml:description>
809809
<maml:para></maml:para>

functions/Add-DbaDbRoleMember.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function Add-DbaDbRoleMember {
105105
foreach ($input in $InputObject) {
106106
$inputType = $input.GetType().FullName
107107
switch ($inputType) {
108-
'Sqlcollaborative.Dbatools.Parameter.DbaInstanceParameter' {
108+
'Dataplat.Dbatools.Parameter.DbaInstanceParameter' {
109109
Write-Message -Level Verbose -Message "Processing DbaInstanceParameter through InputObject"
110110
$dbRoles = Get-DbaDBRole -SqlInstance $input -SqlCredential $SqlCredential -Database $Database -Role $Role
111111
}

functions/Add-DbaServerRoleMember.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function Add-DbaServerRoleMember {
125125
}
126126

127127
switch ($inputType) {
128-
'Sqlcollaborative.Dbatools.Parameter.DbaInstanceParameter' {
128+
'Dataplat.Dbatools.Parameter.DbaInstanceParameter' {
129129
Write-Message -Level Verbose -Message "Processing DbaInstanceParameter through InputObject"
130130
try {
131131
$serverRoles = Get-DbaServerRole -SqlInstance $input -SqlCredential $SqlCredential -ServerRole $ServerRole -EnableException

functions/Connect-DbaInstance.ps1

+9-9
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function Connect-DbaInstance {
300300
[switch]$AzureUnsupported,
301301
[string]$BatchSeparator,
302302
[string]$ClientName = (Get-DbatoolsConfigValue -FullName 'sql.connection.clientname'),
303-
[int]$ConnectTimeout = ([Sqlcollaborative.Dbatools.Connection.ConnectionHost]::SqlConnectionTimeout),
303+
[int]$ConnectTimeout = ([Dataplat.Dbatools.Connection.ConnectionHost]::SqlConnectionTimeout),
304304
[switch]$EncryptConnection = (Get-DbatoolsConfigValue -FullName 'sql.connection.encrypt'),
305305
[string]$FailoverPartner,
306306
[int]$LockTimeout,
@@ -355,7 +355,7 @@ function Connect-DbaInstance {
355355
return
356356
}
357357

358-
if ($ENV:APPVEYOR_BUILD_FOLDER -or ([Sqlcollaborative.Dbatools.Message.MEssageHost]::DeveloperMode)) { Stop-Function -Message }
358+
if ($ENV:APPVEYOR_BUILD_FOLDER -or ([Dataplat.Dbatools.Message.MEssageHost]::DeveloperMode)) { Stop-Function -Message }
359359
else {
360360
Write-Message -Level Warning -Message "Failed TEPP Caching: $($scriptBlock.ToString() | Select-String '"(.*?)"' | ForEach-Object { $_.Matches[0].Groups[1].Value })" -ErrorRecord $_ 3>$null
361361
}
@@ -991,21 +991,21 @@ function Connect-DbaInstance {
991991
$server
992992

993993
# Register the connected instance, so that the TEPP updater knows it's been connected to and starts building the cache
994-
[Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::SetInstance($instance.FullSmoName.ToLowerInvariant(), $server.ConnectionContext.Copy(), ($server.ConnectionContext.FixedServerRoles -match "SysAdmin"))
994+
[Dataplat.Dbatools.TabExpansion.TabExpansionHost]::SetInstance($instance.FullSmoName.ToLowerInvariant(), $server.ConnectionContext.Copy(), ($server.ConnectionContext.FixedServerRoles -match "SysAdmin"))
995995

996996
# Update cache for instance names
997-
if ([Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::Cache["sqlinstance"] -notcontains $instance.FullSmoName.ToLowerInvariant()) {
998-
[Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::Cache["sqlinstance"] += $instance.FullSmoName.ToLowerInvariant()
997+
if ([Dataplat.Dbatools.TabExpansion.TabExpansionHost]::Cache["sqlinstance"] -notcontains $instance.FullSmoName.ToLowerInvariant()) {
998+
[Dataplat.Dbatools.TabExpansion.TabExpansionHost]::Cache["sqlinstance"] += $instance.FullSmoName.ToLowerInvariant()
999999
}
10001000

10011001
# Update lots of registered stuff
1002-
# Default for [Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::TeppSyncDisabled is $true, so will not run by default
1003-
# Must be explicitly activated with [Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::TeppSyncDisabled = $false to run
1004-
if (-not [Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::TeppSyncDisabled) {
1002+
# Default for [Dataplat.Dbatools.TabExpansion.TabExpansionHost]::TeppSyncDisabled is $true, so will not run by default
1003+
# Must be explicitly activated with [Dataplat.Dbatools.TabExpansion.TabExpansionHost]::TeppSyncDisabled = $false to run
1004+
if (-not [Dataplat.Dbatools.TabExpansion.TabExpansionHost]::TeppSyncDisabled) {
10051005
# Variable $FullSmoName is used inside the script blocks, so we have to set
10061006
$FullSmoName = $instance.FullSmoName.ToLowerInvariant()
10071007
Write-Message -Level Debug -Message "Will run Invoke-TEPPCacheUpdate for FullSmoName = $FullSmoName"
1008-
foreach ($scriptBlock in ([Sqlcollaborative.Dbatools.TabExpansion.TabExpansionHost]::TeppGatherScriptsFast)) {
1008+
foreach ($scriptBlock in ([Dataplat.Dbatools.TabExpansion.TabExpansionHost]::TeppGatherScriptsFast)) {
10091009
Invoke-TEPPCacheUpdate -ScriptBlock $scriptBlock
10101010
}
10111011
}

functions/ConvertTo-DbaDataTable.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function ConvertTo-DbaDataTable {
137137
# I couldn't decide on what to convert it to so the user can decide.
138138
# If the parameter is not used, TotalMilliseconds will be used as default.
139139
# Ticks are more accurate but I think milliseconds are more useful most of the time.
140-
if (($type -eq 'System.TimeSpan') -or ($type -eq 'Sqlcollaborative.Dbatools.Utility.DbaTimeSpan') -or ($type -eq 'Sqlcollaborative.Dbatools.Utility.DbaTimeSpanPretty')) {
140+
if (($type -eq 'System.TimeSpan') -or ($type -eq 'Dataplat.Dbatools.Utility.DbaTimeSpan') -or ($type -eq 'Dataplat.Dbatools.Utility.DbaTimeSpanPretty')) {
141141
$special = $true
142142
if ($timespantype -eq 'String') {
143143
$value = $value.ToString()
@@ -149,7 +149,7 @@ function ConvertTo-DbaDataTable {
149149
$type = 'System.Int64'
150150
}
151151
$specialType = 'Timespan'
152-
} elseif ($type -eq 'Sqlcollaborative.Dbatools.Utility.Size') {
152+
} elseif ($type -eq 'Dataplat.Dbatools.Utility.Size') {
153153
$special = $true
154154
switch ($sizetype) {
155155
'Int64' {

functions/ConvertTo-DbaTimeline.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function ConvertTo-DbaTimeline {
147147
if ($InputObject[0].TypeName -eq 'AgentJobHistory') {
148148
$CallerName = "Get-DbaAgentJobHistory"
149149
$data = $InputObject | Select-Object @{ Name = "SqlInstance"; Expression = { $_.SqlInstance } }, @{ Name = "InstanceName"; Expression = { $_.InstanceName } }, @{ Name = "vLabel"; Expression = { "[" + $($_.SqlInstance -replace "\\", "\\\") + "] " + $_.Job -replace "\'", '' } }, @{ Name = "hLabel"; Expression = { $_.Status } }, @{ Name = "Style"; Expression = { $(Convert-DbaTimelineStatusColor($_.Status)) } }, @{ Name = "StartDate"; Expression = { $(ConvertTo-JsDate($_.StartDate)) } }, @{ Name = "EndDate"; Expression = { $(ConvertTo-JsDate($_.EndDate)) } }
150-
} elseif ($InputObject[0] -is [Sqlcollaborative.Dbatools.Database.BackupHistory]) {
150+
} elseif ($InputObject[0] -is [Dataplat.Dbatools.Database.BackupHistory]) {
151151
$CallerName = " Get-DbaDbBackupHistory"
152152
$data = $InputObject | Select-Object @{ Name = "SqlInstance"; Expression = { $_.SqlInstance } }, @{ Name = "InstanceName"; Expression = { $_.InstanceName } }, @{ Name = "vLabel"; Expression = { "[" + $($_.SqlInstance -replace "\\", "\\\") + "] " + $_.Database } }, @{ Name = "hLabel"; Expression = { $_.Type } }, @{ Name = "StartDate"; Expression = { $(ConvertTo-JsDate($_.Start)) } }, @{ Name = "EndDate"; Expression = { $(ConvertTo-JsDate($_.End)) } }
153153
} else {

0 commit comments

Comments
 (0)