Skip to content

Commit 65c50c7

Browse files
author
Sean Oh
committed
Online version added to md files, json files updated
1 parent 91c695a commit 65c50c7

11 files changed

+14
-9
lines changed

TestMappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"src/ResourceManager/Resources/": [
102102
".\\src\\ResourceManager\\Resources\\Commands.Resources.Test\\bin\\Debug\\Microsoft.Azure.Commands.Resources.Test.dll"
103103
],
104+
"src/ResourceManager/Reservations/": [
105+
".\\src\\ResourceManager\\Reservations\\Commands.Reservations.Test\\bin\\Debug\\Microsoft.Azure.Commands.Reservations.Test.dll"
106+
],
104107
"src/ResourceManager/Scheduler/": [
105108
".\\src\\ResourceManager\\Scheduler\\Commands.Scheduler.Test\\bin\\Debug\\Microsoft.Azure.Commands.Scheduler.Test.dll"
106109
],

src/ResourceManager/Reservations/Commands.Reservations/Cmdlets/PatchReservation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public override void ExecuteCmdlet()
4747
}
4848

4949
var resourceInfo = $"Reservation {ReservationId} in order {ReservationOrderId}";
50-
if (ShouldProcess(resourceInfo, "Patch"))
50+
if (ShouldProcess(resourceInfo, "Update"))
5151
{
5252

5353
Patch Patch;

src/ResourceManager/Reservations/Commands.Reservations/help/Get-AzureRmReservation.md

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

src/ResourceManager/Reservations/Commands.Reservations/help/Get-AzureRmReservationCatalog.md

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

src/ResourceManager/Reservations/Commands.Reservations/help/Get-AzureRmReservationHistory.md

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

src/ResourceManager/Reservations/Commands.Reservations/help/Get-AzureRmReservationOrder.md

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

src/ResourceManager/Reservations/Commands.Reservations/help/Get-AzureRmReservationOrderId.md

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

src/ResourceManager/Reservations/Commands.Reservations/help/Merge-AzureRmReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Reservations.dll-Help.xml
33
Module Name: AzureRM.Reservations
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.reservations/merge-azurermreservation
55
schema: 2.0.0
66
---
77

src/ResourceManager/Reservations/Commands.Reservations/help/Split-AzureRmReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Reservations.dll-Help.xml
33
Module Name: AzureRM.Reservations
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.reservations/split-azurermreservation
55
schema: 2.0.0
66
---
77

src/ResourceManager/Reservations/Commands.Reservations/help/Update-AzureRmReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Reservations.dll-Help.xml
33
Module Name: AzureRM.Reservations
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.reservations/update-azurermreservation
55
schema: 2.0.0
66
---
77

tools/CreateMappings_rules.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
{ "regex": "Tags", "alias": "Tags" },
114114

115115
{ "regex": "Profile", "alias": "Profile" },
116+
117+
{ "regex": "Reservations", "alias": "Reservations" },
116118

117119
{ "regex": "Policy", "group": "Resources", "alias": "Policies" },
118120
{ "regex": "AD", "group": "Resources", "alias": "Active Directory" },

0 commit comments

Comments
 (0)