Skip to content

Commit b772e05

Browse files
authored
Merge pull request #4934 from cormacpayne/online-help
Add link to cmdlet help on docs site to support online help
2 parents fe1f795 + a999515 commit b772e05

File tree

2,022 files changed

+4091
-3926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,022 files changed

+4091
-3926
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 2017.11.8 - Version 5.0.0
22
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of introduced breaking changes.
3+
* All cmdlets in AzureRM now support online help
4+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
35
* AnalysisServices
46
* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
57
* ApiManagement

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ PrivateData = @{
115115

116116
# ReleaseNotes of this module
117117
ReleaseNotes = '* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
118-
'
118+
* Add support for online help
119+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
119120

120121
# External dependent modules of this module
121122
# ExternalModuleDependencies = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
## Version 0.5.0
2323
* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
24-
24+
* Add support for online help
25+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
26+
2527
## Version 0.4.7
2628

2729
## Version 0.4.6

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Add-AzureAnalysisServicesAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-Help.xml
3-
online version:
3+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.analysisservices/add-azureanalysisservicesaccount
44
schema: 2.0.0
55
---
66

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Azure.AnalysisServices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
Module Name: Azure.AnalysisServices
33
Module Guid: c717b5a4-1f1b-4a2f-8aa1-bfd09934626e
44
Download Help Link: {{Please enter FwLink manually}}

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Export-AzureAnalysisServicesInstanceLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-Help.xml
3-
online version:
3+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.analysisservices/export-azureanalysisservicesinstancelog
44
schema: 2.0.0
55
---
66

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Restart-AzureAnalysisServicesInstance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-Help.xml
3-
online version:
3+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.analysisservices/restart-azureanalysisservicesinstance
44
schema: 2.0.0
55
---
66

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Sync-AzureAnalysisServicesInstance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll-Help.xml
3-
online version:
3+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.analysisservices/sync-azureanalysisservicesinstance
44
schema: 2.0.0
55
---
66

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/AzureRM.AnalysisServices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
Module Name: AzureRM.AnalysisServices
33
Module Guid: acace26c-1775-4100-85c0-20c4d71eaa21
44
Download Help Link: None_Azure

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Get-AzureRmAnalysisServicesServer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.AnalysisServices.dll-Help.xml
33
Module Name: AzureRM.AnalysisServices
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.analysisservices/get-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

@@ -99,4 +99,4 @@ Alias: Get-AzureAs
9999
100100
[New-AzureRmAnalysisServicesServer ](./New-AzureRmAnalysisServicesServer .md)
101101
102-
[Remove-AzureRmAnalysisServicesServer ](./Remove-AzureRmAnalysisServicesServer .md)
102+
[Remove-AzureRmAnalysisServicesServer ](./Remove-AzureRmAnalysisServicesServer .md)

0 commit comments

Comments
 (0)