|
78 | 78 | "**/*": "powershell" |
79 | 79 | }, |
80 | 80 | "ms.technology": { |
81 | | - "powershellget-*/*.md": "powershell-conceptual", |
82 | | - "powershellget-*/*.yml": "powershell-cmdlets" |
| 81 | + "powershellget-1.x/**/*.md": "powershell-conceptual", |
| 82 | + "powershellget-1.x/**/*.yml": "powershell-cmdlets", |
| 83 | + "powershellget-2.x/**/*.md": "powershell-conceptual", |
| 84 | + "powershellget-2.x/**/*.yml": "powershell-cmdlets", |
| 85 | + "powershellget-3.x/**/*.md": "powershell-conceptual", |
| 86 | + "powershellget-3.x/**/*.yml": "powershell-cmdlets" |
83 | 87 | }, |
84 | 88 | "ms.tgt_pltfr": { |
85 | 89 | "**/*": "windows, macos, linux" |
86 | 90 | }, |
87 | 91 | "ms.topic": { |
88 | | - "powershellget-*/*": "managed-reference" |
| 92 | + "powershellget-1.x/**/*": "managed-reference", |
| 93 | + "powershellget-2.x/**/*": "managed-reference", |
| 94 | + "powershellget-3.x/**/*": "managed-reference" |
89 | 95 | }, |
90 | 96 | "products": { |
91 | 97 | "docs-conceptual/**/*": [ |
92 | 98 | "https://authoring-docs-microsoft.poolparty.biz/devrel/2bdae855-045f-4535-b365-7b2e23824328", |
93 | 99 | "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" |
94 | 100 | ], |
95 | | - "powershellget-*/*.md": [ |
| 101 | + "powershellget-1.x/**/*": [ |
96 | 102 | "https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8", |
97 | 103 | "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" |
98 | 104 | ], |
99 | | - "powershellget-*/*.yml": [ |
| 105 | + "powershellget-2.x/**/*": [ |
100 | 106 | "https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8", |
101 | 107 | "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" |
102 | 108 | ], |
| 109 | + "powershellget-3.x/**/*": [ |
| 110 | + "https://authoring-docs-microsoft.poolparty.biz/devrel/56936876-97d9-45cc-ad1b-9d63320447c8", |
| 111 | + "https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3" |
| 112 | + ] |
103 | 113 | }, |
104 | 114 | "social_image_url": { |
105 | 115 | "**/*": "https://learn.microsoft.com/media/logos/logo-powershell-social.png" |
|
0 commit comments