Skip to content

Commit ffdb010

Browse files
authored
Add PowerShell v5 to sdks.yaml. (#172)
1 parent 10bd24c commit ffdb010

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

aws_doc_sdk_examples_tools/config/phrases-code-examples.ent

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,7 @@
179179

180180
<!ENTITY GeoRouteslong 'Amazon Location Service Routes V2'>
181181
<!ENTITY GeoRoutes 'Location Service Routes V2'>
182+
183+
<!-- Tools for PowerShell -->
184+
<!ENTITY guide-twp-ref-v4 '&guide-twp-ref; (V4)'>
185+
<!ENTITY guide-twp-ref-v5 '&guide-twp-ref; (V5)'>

aws_doc_sdk_examples_tools/config/sdks.yaml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,27 @@ PowerShell:
260260
property: powershell
261261
sdk:
262262
4:
263-
long: "&TWPALLlong;"
264-
short: "&TWPALL;"
263+
long: "&TWPALLlong; V4"
264+
short: "&TWPALL; V4"
265265
expanded:
266-
long: "AWS Tools for PowerShell"
267-
short: "Tools for PowerShell"
268-
guide: "powershell/latest/userguide/pstools-welcome.html"
266+
long: "AWS Tools for PowerShell V4"
267+
short: "Tools for PowerShell V4"
268+
guide: "powershell/latest/v4/pstools-welcome.html"
269269
api_ref:
270270
uid: "ToolsForPowerShell4"
271-
name: "&guide-twp-ref;"
272-
link_template: "https://docs.aws.amazon.com/powershell/latest/reference"
271+
name: "&guide-twp-ref-v4;"
272+
link_template: "https://docs.aws.amazon.com/powershell/v4/reference"
273+
5:
274+
long: "&TWPALLlong; V5"
275+
short: "&TWPALL; V5"
276+
expanded:
277+
long: "AWS Tools for PowerShell V5"
278+
short: "Tools for PowerShell V5"
279+
guide: "powershell/v5/userguide/pstools-welcome.html"
280+
api_ref:
281+
uid: "ToolsForPowerShell5"
282+
name: "&guide-twp-ref-v5;"
283+
link_template: "https://docs.aws.amazon.com/powershell/v5/reference"
273284
guide: "&guide-twp-ug;"
274285
Python:
275286
property: python

0 commit comments

Comments
 (0)