Skip to content

Commit bb5ce33

Browse files
Josh SennettJosh Sennett
andauthored
Require all required properties (#23)
Co-authored-by: Josh Sennett <[email protected]>
1 parent 3d18529 commit bb5ce33

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

aws-datasync-agent/aws-datasync-agent.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
}
9393
},
9494
"additionalProperties": false,
95+
"required": [
96+
"ActivationKey"
97+
],
9598
"readOnlyProperties": [
9699
"/properties/AgentArn",
97100
"/properties/EndpointType"

aws-datasync-locationfsxwindows/aws-datasync-locationfsxwindows.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"additionalProperties": false,
9595
"required": [
9696
"User",
97+
"Password",
9798
"SecurityGroupArns",
9899
"FsxFilesystemArn"
99100
],

aws-datasync-locationsmb/aws-datasync-locationsmb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"additionalProperties": false,
118118
"required": [
119119
"User",
120+
"Password",
120121
"Subdirectory",
121122
"ServerHostname",
122123
"AgentArns"

0 commit comments

Comments
 (0)