This commit is contained in:
Przemyslaw Klys
2020-06-28 22:20:33 +02:00
parent de4ff8ff07
commit f73c445385
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
$Script:Actions = @{
C = 'Create'
D = 'Delete'
U = 'Update'
R = 'Replace'
}