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)

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

Lines changed: 2 additions & 2 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/new-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

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

Lines changed: 2 additions & 2 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/remove-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

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

Lines changed: 2 additions & 2 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/resume-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

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

Lines changed: 2 additions & 2 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/set-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

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

Lines changed: 2 additions & 2 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/suspend-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

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

Lines changed: 2 additions & 2 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/test-azurermanalysisservicesserver
55
schema: 2.0.0
66
---
77

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ PrivateData = @{
197197
- New-AzureRmApiManagementBackendProxy Parameter `Password` and `UserName` have been replaced with `ProxyCredentials` of type PSCredential
198198
* Updated Cmdlet Get-AzureRmApiManagementUser to fix issue https://github.com/Azure/azure-powershell/issues/4510
199199
* Updated Cmdlet New-AzureRmApiManagementApi to create Api with Empty Path https://github.com/Azure/azure-powershell/issues/4069
200-
'
200+
* Add support for online help
201+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser'
201202

202203
# External dependent modules of this module
203204
# ExternalModuleDependencies = ''

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
- New-AzureRmApiManagementBackendProxy Parameter `Password` and `UserName` have been replaced with `ProxyCredentials` of type PSCredential
2929
* Updated Cmdlet Get-AzureRmApiManagementUser to fix issue https://github.com/Azure/azure-powershell/issues/4510
3030
* Updated Cmdlet New-AzureRmApiManagementApi to create Api with Empty Path https://github.com/Azure/azure-powershell/issues/4069
31+
* Add support for online help
32+
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
3133

3234
## Version 4.4.1
3335

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementApiToProduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
ms.assetid: 7C86B385-D784-45FD-9B57-31C895115A2C
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/add-azurermapimanagementapitoproduct
55
schema: 2.0.0
66
---
77

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementProductToGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
ms.assetid: 1058BA4E-CD79-429D-BB05-422AE39230C4
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/add-azurermapimanagementproducttogroup
55
schema: 2.0.0
66
---
77

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementRegion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.dll-Help.xml
33
ms.assetid: 9D4A68A8-0A39-4C9A-8EA6-391A5E7A0E25
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/add-azurermapimanagementregion
55
schema: 2.0.0
66
---
77

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementUserToGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
ms.assetid: 8C014335-9622-4F2E-A163-4B0C84531506
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/add-azurermapimanagementusertogroup
55
schema: 2.0.0
66
---
77

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/AzureRM.ApiManagement.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.ApiManagement
33
Module Guid: f875725d-8ce4-423f-a6af-ea880bc63f13
44
Download Help Link: None

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Backup-AzureRmApiManagement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.dll-Help.xml
33
ms.assetid: 5846BBB7-DA8E-41B5-A894-BA2B61C2212C
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/backup-azurermapimanagement
55
schema: 2.0.0
66
---
77

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Export-AzureRmApiManagementApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: 2BA76B02-B786-4A77-86E0-E7D4191120B5
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/export-azurermapimanagementapi
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: DBA7AD5F-CC13-417A-B753-F998942530BB
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagement
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: B80389B9-E143-4E24-A222-E95F691DA2E9
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementapi
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementAuthorizationServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: 8B0116E5-0AED-4050-BF11-1BFE65DB9436
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementauthorizationserver
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementBackend.md

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

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementCertificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: 6F7C6611-5C56-4F1D-AB98-CDD92D88821C
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementcertificate
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: EEB52CCA-F5D6-4ACB-A6C9-D07C510A5878
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementgroup
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementIdentityProvider.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.ApiManagement.ServiceManagement.dll-Help.xml
3-
online version:
3+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementidentityprovider
44
schema: 2.0.0
55
---
66

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementLogger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: A935ABAC-6C60-4AE3-9434-B9BCC1182A34
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementlogger
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementOpenIdConnectProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: 15B6EAE2-56ED-4A01-B8EA-52B9FCDC1F66
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementopenidconnectprovider
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementOperation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: D5EB9AFA-B56C-45E2-838B-4555ED1EF8F8
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementoperation
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: 7BCEB0EF-1A09-4CED-9F34-CE3AB03181A7
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementpolicy
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementProduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: B64E9C13-97A6-4E8B-92DB-EFAF8A48C5B8
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementproduct
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementProperty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
33
Module Name: AzureRM.ApiManagement
44
ms.assetid: 894297BF-2771-4871-9E4C-8684364DAC4B
5-
online version:
5+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementproperty
66
schema: 2.0.0
77
---
88

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementSsoToken.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.ApiManagement.dll-Help.xml
33
ms.assetid: A7CABC63-2E9C-474B-A4F0-69F13A16F65A
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/get-azurermapimanagementssotoken
55
schema: 2.0.0
66
---
77

0 commit comments

Comments
 (0)