Skip to content

Commit 4b85647

Browse files
committed
Updated changelog, azure powershell module and version
1 parent 7898296 commit 4b85647

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

ChangeLog.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
1-
## 2017.11.10 Version 5.0.1
1+
## 2017.11.20 Version 5.1.0
2+
* Removed AzureRemoteApp Cmdles. Following is the list of removed Cmdlets
3+
- Add-AzureRemoteAppUser
4+
- Clear-AzureRemoteAppVmStaleAdObject
5+
- Copy-AzureRemoteAppUserDisk
6+
- Disconnect-AzureRemoteAppSession
7+
- Export-AzureRemoteAppTemplateImage
8+
- Export-AzureRemoteAppUserDisk
9+
- Get-AzureRemoteAppCollection
10+
- Get-AzureRemoteAppCollectionUsageDetails
11+
- Get-AzureRemoteAppCollectionUsageSummary
12+
- Get-AzureRemoteAppLocation
13+
- Get-AzureRemoteAppOperationResult
14+
- Get-AzureRemoteAppPlan
15+
- Get-AzureRemoteAppProgram
16+
- Get-AzureRemoteAppSession
17+
- Get-AzureRemoteAppStartMenuProgram
18+
- Get-AzureRemoteAppTemplateImage
19+
- Get-AzureRemoteAppUser
20+
- Get-AzureRemoteAppVM
21+
- Get-AzureRemoteAppVmStaleAdObject
22+
- Get-AzureRemoteAppVNet
23+
- Get-AzureRemoteAppVpnDevice
24+
- Get-AzureRemoteAppVpnDeviceConfigScript
25+
- Get-AzureRemoteAppWorkspace
26+
- Invoke-AzureRemoteAppSessionLogoff
27+
- New-AzureRemoteAppCollection
28+
- New-AzureRemoteAppTemplateImage
29+
- New-AzureRemoteAppVNet
30+
- Publish-AzureRemoteAppProgram
31+
- Remove-AzureRemoteAppCollection
32+
- Remove-AzureRemoteAppTemplateImage
33+
- Remove-AzureRemoteAppUser
34+
- Remove-AzureRemoteAppUserDisk
35+
- Remove-AzureRemoteAppVNet
36+
- Rename-AzureRemoteAppTemplateImage
37+
- Reset-AzureRemoteAppVpnSharedKey
38+
- Restart-AzureRemoteAppVM
39+
- Send-AzureRemoteAppSessionMessage
40+
- Set-AzureRemoteAppCollection
41+
- Set-AzureRemoteAppVNet
42+
- Set-AzureRemoteAppWorkspace
43+
- Unpublish-AzureRemoteAppProgram
44+
- Update-AzureRemoteAppCollection
45+
46+
## 2017.11.10 Version 5.0.1
247
* Fixed assembly loading issue that caused some cmdlets to fail when executing in the following modules:
348
- AzureRM.ApiManagement
449
- AzureRM.Backup

src/ServiceManagement/Services/Commands.Utilities/Azure.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.0'
15+
ModuleVersion = '5.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -310,6 +310,7 @@ CmdletsToExport = 'Get-AzureAutomationCertificate', 'Get-AzureAutomationConnecti
310310
'Get-AzureSiteRecoveryVaultSettings', 'Get-AzureSiteRecoveryVM',
311311
'Import-AzureSiteRecoveryVaultSettingsFile',
312312
'Update-AzureSiteRecoveryProtectionEntity',
313+
'Get-AzureWebsiteMetric',
313314
'Publish-AzureWebsiteProject', 'Update-AzureWebsiteRepository',
314315
'Switch-AzureWebsiteSlot',
315316
'Disable-AzureWebsiteApplicationDiagnostic',

0 commit comments

Comments
 (0)