We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to import Function due to error in expression Note the S in 0.4.3 version at the end of ColumnWidths
Get-AbrSRMRecoveryPlan Version: 0.4.3 => ColumnWidths = 16, 10, 12, 12, 12, 12, 12, 14s => Version: 0.4.0 <= ColumnWidths = 16, 10, 12, 12, 12, 12, 12, 14 <=
import-module asbuiltreport.vmware.srm
successful load
No response
Windows Server 2022
Name Value
PSVersion 5.1.20348.1850 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.20348.1850 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
ModuleType Version Name ExportedCommands
Script 1.3.0 AsBuiltReport.Core {New-AsBuiltReport, New-AsBuiltConfig, New-AsBuiltReportConfig} Script 0.4.3 AsBuiltReport.VMware.SRM Invoke-AsBuiltReport.VMware.SRM Script 0.4.2 AsBuiltReport.VMware.SRM Invoke-AsBuiltReport.VMware.SRM Script 1.3.3.1 AsBuiltReport.VMware.vSphere Invoke-AsBuiltReport.VMware.vSphere
The text was updated successfully, but these errors were encountered:
#23
60fb691
Fix typo in ColumnWidths.
There is something wrong with this module. I will delay the release until I validate what is wrong.
Sorry, something went wrong.
typo in script - version 0.4.2 -> 0.4.3 in vmware.SRM module AsBuiltR…
868fef1
…eport#23
rebelinux
Successfully merging a pull request may close this issue.
Bug description
Unable to import Function due to error in expression
Note the S in 0.4.3 version at the end of ColumnWidths
Get-AbrSRMRecoveryPlan
Version: 0.4.3 =>
ColumnWidths = 16, 10, 12, 12, 12, 12, 12, 14s =>
Version: 0.4.0 <=
ColumnWidths = 16, 10, 12, 12, 12, 12, 12, 14 <=
Command-line input
import-module asbuiltreport.vmware.srm
Steps to reproduce
import-module asbuiltreport.vmware.srm
Expected behaviour
successful load
Screenshots
No response
Operating System
Windows Server 2022
PowerShell Version
Name Value
PSVersion 5.1.20348.1850
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.20348.1850
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PowerShell Modules
ModuleType Version Name ExportedCommands
Script 1.3.0 AsBuiltReport.Core {New-AsBuiltReport, New-AsBuiltConfig, New-AsBuiltReportConfig}
Script 0.4.3 AsBuiltReport.VMware.SRM Invoke-AsBuiltReport.VMware.SRM
Script 0.4.2 AsBuiltReport.VMware.SRM Invoke-AsBuiltReport.VMware.SRM
Script 1.3.3.1 AsBuiltReport.VMware.vSphere Invoke-AsBuiltReport.VMware.vSphere
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: