Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit b8f7597

Browse files
committed
!deploy v2.7.2
## 2.7.2 - 2019-04-16 * [Issue #53](#53) * Fixed: New-VaporMetadata now allows colons : in the LogicalId. * Miscellaneous * Brought Resource Type and Property Type functions up to current spec sheet. * Removed automatic inclusion of AWSTemplateFormatVersion from templates created with Initialize-VaporShell. * Set Description parameter as Position
1 parent 70eb311 commit b8f7597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Module Tests/VaporShell.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ Describe "Unit tests" {
176176
It 'Should show the correct types on each object' {
177177
$testPath = "$projectRoot\Template.json"
178178
$template = Import-Vaporshell -Path $testPath
179-
$template.AWSTemplateFormatVersion | Should BeOfType 'System.String'
180179
$template.Conditions | Should BeOfType 'System.Management.Automation.PSCustomObject'
181180
$template.Description | Should BeOfType 'System.String'
182181
$template.Mappings | Should BeOfType 'System.Management.Automation.PSCustomObject'

0 commit comments

Comments
 (0)