@@ -17,11 +17,7 @@ Licensed under the MIT License. See License.txt in the project root for license
17
17
RootModule = ' Azs.Fabric.Admin.psm1'
18
18
19
19
# Version number of this module.
20
- <<<<<<< HEAD
21
20
ModuleVersion = ' 0.3.0'
22
- =======
23
- ModuleVersion = ' 0.4.0
24
- >>>>>>> 61f6b14c4a3bc652e8734be5ef03e253a1dda006
25
21
26
22
# Supported PSEditions
27
23
# CompatiblePSEditions = @()
@@ -131,55 +127,13 @@ Licensed under the MIT License. See License.txt in the project root for license
131
127
# IconUri = ''
132
128
133
129
# ReleaseNotes of this module
134
-
135
130
ReleaseNotes = ' ## 2018.11.5
136
131
* New cmdlet
137
132
* Get-AzsDrive
138
133
* Get-AzsVolume
139
134
* Get-AzsStorageSubSystem
140
- * Unsupported cmdlet
135
+ * Removed cmdlet
141
136
* Get-AzsInfrastructureVolume
142
- <<<<<<< HEAD
143
- =======
144
-
145
- ## 2018.10.28
146
- * Bug fixes
147
- * Fixed a bug in Add-AzsScaleUnitNode
148
-
149
- ## 2018.9.10
150
- * New Module dependencies
151
- * AzureRM.Profile
152
- * AzureRM.Resources
153
- * New cmdlet
154
- * Add-AzsScaleUnitNode
155
- * New-AzsScaleUnitNodeObject
156
- * Support handling names of nested resources
157
- * Add-AzsScaleUnitNode
158
- * Disable-AzsScaleUnitNode
159
- * Enable-AzsScaleUnitNode
160
- * Get-AzsEdgeGateway
161
- * Get-AzsEdgeGatewayPool
162
- * Get-AzsInfrastructureRole
163
- * Get-AzsInfrastructureRoleInstance
164
- * Get-AzsInfrastructureShare
165
- * Get-AzsInfrastructureVolume
166
- * Get-AzsIpPool
167
- * Get-AzsLogicalNetwork
168
- * Get-AzsLogicalSubnet
169
- * Get-AzsMacAddressPool
170
- * Get-AzsScaleUnit
171
- * Get-AzsScaleUnitNode
172
- * Get-AzsSlbMuxInstance
173
- * Get-AzsStoragePool
174
- * Get-AzsStorageSystem
175
- * Repair-AzsScaleUnitNode
176
- * Restart-AzsInfrastructureRole
177
- * Restart-AzsInfrastructureRoleInstance
178
- * Start-AzsInfrastructureRoleInstance
179
- * Start-AzsScaleUnitNode
180
- * Stop-AzsInfrastructureRoleInstance
181
- * Stop-AzsScaleUnitNode
182
- >>>>>>> 61f6b14c4a3bc652e8734be5ef03e253a1dda006
183
137
'
184
138
185
139
} # End of PSData hashtable
0 commit comments