File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 7/8/2021
6
+ # Generated on: 2021/ 7/8
7
7
#
8
8
9
9
@ {
12
12
RootModule = ' ./Az.CloudService.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.3 .0'
15
+ ModuleVersion = ' 0.4 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -127,7 +127,7 @@ PrivateData = @{
127
127
# IconUri = ''
128
128
129
129
# ReleaseNotes of this module
130
- # ReleaseNotes = ''
130
+ ReleaseNotes = ' * Introduced 2 additional parameter sets for '' New-AzCloudService '' . '
131
131
132
132
# Prerelease string of this module
133
133
# Prerelease = ''
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
22
+ ## Version 0.4.0
21
23
* Introduced 2 additional parameter sets for ` New-AzCloudService ` .
22
24
23
25
## Version 0.3.0
Original file line number Diff line number Diff line change 24
24
[ assembly: ComVisible ( false ) ]
25
25
[ assembly: CLSCompliant ( false ) ]
26
26
[ assembly: Guid ( "1fe4b4c7-44d2-4800-a935-733381e663ae" ) ]
27
- [ assembly: AssemblyVersion ( "0.3 .0" ) ]
28
- [ assembly: AssemblyFileVersion ( "0.3 .0" ) ]
27
+ [ assembly: AssemblyVersion ( "0.4 .0" ) ]
28
+ [ assembly: AssemblyFileVersion ( "0.4 .0" ) ]
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ function New-AzCloudService {
327
327
328
328
# Perform action
329
329
Write-Host (" Creating the Cloud Service resource." )
330
- Az.CloudService. internal \New-AzCloudService @PSBoundParameters
330
+ Az.CloudService\New-AzCloudService @PSBoundParameters
331
331
}
332
332
333
333
}
@@ -642,4 +642,4 @@ function validation
642
642
throw " The provided Storage Account: '" + $storageAccount + " ' does not exist."
643
643
}
644
644
}
645
- }
645
+ }
You can’t perform that action at this time.
0 commit comments