Skip to content

Commit

Permalink
bump up version; fix in custom
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel committed Jul 15, 2021
1 parent 2365fc0 commit eeae147
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/CloudService/Az.CloudService.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/8/2021
# Generated on: 2021/7/8
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = './Az.CloudService.psm1'

# Version number of this module.
ModuleVersion = '0.3.0'
ModuleVersion = '0.4.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -127,7 +127,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = '* Introduced 2 additional parameter sets for ''New-AzCloudService''.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/CloudService/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 0.4.0
* Introduced 2 additional parameter sets for `New-AzCloudService`.

## Version 0.3.0
Expand Down
4 changes: 2 additions & 2 deletions src/CloudService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("1fe4b4c7-44d2-4800-a935-733381e663ae")]
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]
4 changes: 2 additions & 2 deletions src/CloudService/custom/New-AzCloudService.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function New-AzCloudService {

# Perform action
Write-Host("Creating the Cloud Service resource.")
Az.CloudService.internal\New-AzCloudService @PSBoundParameters
Az.CloudService\New-AzCloudService @PSBoundParameters
}

}
Expand Down Expand Up @@ -642,4 +642,4 @@ function validation
throw "The provided Storage Account: '" + $storageAccount + "' does not exist."
}
}
}
}

0 comments on commit eeae147

Please sign in to comment.