Skip to content

Commit 4ed6ada

Browse files
committed
Update change logs for Compute and Profile
1 parent 30be76f commit 4ed6ada

File tree

6 files changed

+22
-2
lines changed

6 files changed

+22
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* Compute
1010
- Get-AzureRmComputeResourceSku shows zone information.
1111
- Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
12+
- Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
13+
- Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
14+
- Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults
1215
* ContainerInstance
1316
- Apply Azure Container Instance SDK 2017-10-01
1417
- Support container run-to-completion
@@ -52,6 +55,8 @@
5255
* Profile
5356
- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
5457
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
58+
- Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
59+
- Added -AsJob parameter to Get-AzureRmSubscription cmdlet
5560
* RecoveryServices.Backup
5661
- Fixed bug - Get-AzureRmRecoveryServicesBackupItem should do case insensitive comparison for container name filter.
5762
- Fixed bug - AzureVmItem now has a property that shows the last time a backup operation has happened - LastBackupTime.

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ PrivateData = @{
214214

215215
# ReleaseNotes of this module
216216
ReleaseNotes = '* Get-AzureRmComputeResourceSku shows zone information.
217-
* Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038'
217+
* Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
218+
* Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
219+
- Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
220+
* Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults'
218221

219222
# External dependent modules of this module
220223
# ExternalModuleDependencies = ''

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
## Version 4.1.0
2323
* Get-AzureRmComputeResourceSku shows zone information.
2424
* Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
25+
* Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
26+
- Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
27+
* Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults
2528

2629
## Version 4.0.1
2730
* Fixed assembly loading issue that caused some cmdlets to fail when executing

src/ResourceManager/Profile/AzureRM.Profile.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ PrivateData = @{
143143

144144
# ReleaseNotes of this module
145145
ReleaseNotes = '- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
146-
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping'
146+
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
147+
- Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
148+
- Added -AsJob parameter to Get-AzureRmSubscription cmdlet'
147149

148150
# External dependent modules of this module
149151
# ExternalModuleDependencies = ''

src/ResourceManager/Profile/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
## Version 4.1.0
2323
- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
2424
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
25+
- Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
26+
- Added -AsJob parameter to Get-AzureRmSubscription cmdlet
2527

2628
## Version 4.0.0
2729
- Set-AzureRmDefault

tools/AzureRM/AzureRM.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ PrivateData = @{
171171
* Compute
172172
- Get-AzureRmComputeResourceSku shows zone information.
173173
- Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
174+
- Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
175+
- Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
176+
- Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults
174177
* ContainerInstance
175178
- Apply Azure Container Instance SDK 2017-10-01
176179
- Support container run-to-completion
@@ -214,6 +217,8 @@ PrivateData = @{
214217
* Profile
215218
- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
216219
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
220+
- Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
221+
- Added -AsJob parameter to Get-AzureRmSubscription cmdlet
217222
* RecoveryServices.Backup
218223
- Fixed bug - Get-AzureRmRecoveryServicesBackupItem should do case insensitive comparison for container name filter.
219224
- Fixed bug - AzureVmItem now has a property that shows the last time a backup operation has happened - LastBackupTime.

0 commit comments

Comments
 (0)