summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_dsc/files/custom-result-normal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_dsc/files/custom-result-normal.txt')
-rw-r--r--test/integration/targets/win_dsc/files/custom-result-normal.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/test/integration/targets/win_dsc/files/custom-result-normal.txt b/test/integration/targets/win_dsc/files/custom-result-normal.txt
deleted file mode 100644
index 8220d589f8..0000000000
--- a/test/integration/targets/win_dsc/files/custom-result-normal.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-xTestResource Version: 2.0.0
-
-Ensure:
- Type: System.String
- Value: Present
-
-StringParam:
- Type: System.String
- Value: string param
-
-UInt32Param:
- Type: System.UInt32
- Value: 1000
-
-UInt64Param:
- Type: System.UInt64
- Value: 1000000
-
-StringArrayParam:
- Type: System.String[]
- Value: [ "string 1", "string 2" ]
-
-UInt32ArrayParam:
- Type: System.UInt32[]
- Value: [ 1000, 2000 ]
-
-UInt64ArrayParam:
- Type: System.UInt64[]
- Value: [ 1000000, 2000000 ]
-
-BooleanParam:
- Type: System.Boolean
- Value: True
-
-PSCredentialParam:
- Type: System.Management.Automation.PSCredential
- Username: username
- Password: password
-
-CimInstanceParam:
- Type: Microsoft.Management.Infrastructure.CimInstance
-
-CimInstanceArrayParam:
- Type: Microsoft.Management.Infrastructure.CimInstance[]