File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed
src/ResourceManager/Compute/Commands.Compute Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 16
16
* Added Standard_Microsoft in Cdn pricing sku.
17
17
18
18
#### AzureRM.Compute
19
- * Move dependencies on Keyvault and Storage to the common dependencies.
19
+ * Move dependencies on Keyvault and Storage to the common dependencies
20
20
* Add support for more virutal machine sizes to AEM cmdlets
21
+ * Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
22
+ * Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
23
+ * Add Invoke-AzureRmVmssVMRunCommand cmdlet
24
+ * Update the Compute client library to version 22.0.0
21
25
22
26
#### AzureRM.Dns
23
27
* Added support for alias record during dns record creation
Original file line number Diff line number Diff line change @@ -212,8 +212,12 @@ PrivateData = @{
212
212
# IconUri = ''
213
213
214
214
# ReleaseNotes of this module
215
- ReleaseNotes = ' * Move dependencies on Keyvault and Storage to the common dependencies.
216
- * Add support for more virutal machine sizes to AEM cmdlets'
215
+ ReleaseNotes = ' * Move dependencies on Keyvault and Storage to the common dependencies
216
+ * Add support for more virutal machine sizes to AEM cmdlets
217
+ * Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
218
+ * Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
219
+ * Add Invoke-AzureRmVmssVMRunCommand cmdlet
220
+ * Update the Compute client library to version 22.0.0'
217
221
218
222
# Prerelease string of this module
219
223
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
- Additional information about change #1
20
20
-->
21
21
## Current Release
22
- * Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
23
- * Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
24
- * Add Invoke-AzureRmVmssVMRunCommand cmdlet
25
- * Update the Compute client library to version 22.0.0.
26
22
27
23
## Version 5.6.0
28
- * Move dependencies on Keyvault and Storage to the common dependencies.
24
+ * Move dependencies on Keyvault and Storage to the common dependencies
29
25
* Add support for more virutal machine sizes to AEM cmdlets
26
+ * Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
27
+ * Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
28
+ * Add Invoke-AzureRmVmssVMRunCommand cmdlet
29
+ * Update the Compute client library to version 22.0.0
30
30
31
31
## Version 5.5.2
32
32
* Fixed the issue that target is missing in error output.
Original file line number Diff line number Diff line change @@ -179,8 +179,12 @@ AzureRM.Cdn
179
179
* Added Standard_Microsoft in Cdn pricing sku.
180
180
181
181
AzureRM.Compute
182
- * Move dependencies on Keyvault and Storage to the common dependencies.
182
+ * Move dependencies on Keyvault and Storage to the common dependencies
183
183
* Add support for more virutal machine sizes to AEM cmdlets
184
+ * Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
185
+ * Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
186
+ * Add Invoke-AzureRmVmssVMRunCommand cmdlet
187
+ * Update the Compute client library to version 22.0.0
184
188
185
189
AzureRM.Dns
186
190
* Added support for alias record during dns record creation
You can’t perform that action at this time.
0 commit comments