Skip to content

Commit 7d0eaac

Browse files
Add tags
1 parent 7701b43 commit 7d0eaac

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/dsc/psresourceget.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ param(
1212
[Parameter(ValueFromPipeline)]
1313
$stdinput
1414
)
15+
1516
function Write-Trace {
1617
param(
1718
[string]$message,

src/dsc/psresources.dsc.resource.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json",
33
"description": "Manage PowerShell resources using PSResourceGet.",
4+
"tags": [
5+
"linux",
6+
"windows",
7+
"macos"
8+
],
49
"type": "Microsoft.PowerShell.PSResourceGet/PSResourceList",
510
"version": "0.0.1",
611
"get": {

src/dsc/repository.dsc.resource.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.json",
33
"description": "Manage PowerShell repositories using PSResourceGet.",
4+
"tags": [
5+
"linux",
6+
"windows",
7+
"macos"
8+
],
49
"type": "Microsoft.PowerShell.PSResourceGet/Repository",
510
"version": "0.0.1",
611
"get": {

0 commit comments

Comments
 (0)