Skip to content

Commit

Permalink
temp commit to remove the required flag
Browse files Browse the repository at this point in the history
We need a way to have template parameters not be required when they are
in the host. I will work with Amar for this next week.
  • Loading branch information
begoldsm committed Jul 11, 2016
1 parent 755b1e8 commit ed0fc1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@
"adlaCatalogDnsSuffixInPath": {
"name": "adlaCatalogDnsSuffix",
"in": "path",
"required": true,
"required": false,
"type": "string",
"default": "azuredatalakeanalytics.net",
"x-ms-skip-url-encoding": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@
"adlaJobDnsSuffixInPath": {
"name": "adlaJobDnsSuffix",
"in": "path",
"required": true,
"required": false,
"type": "string",
"default": "azuredatalakeanalytics.net",
"x-ms-skip-url-encoding": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@
"adlsFilesystemDnsSuffixInPath": {
"name": "adlsFileSystemDnsSuffix",
"in": "path",
"required": true,
"required": false,
"type": "string",
"default": "azuredatalakestore.net",
"x-ms-skip-url-encoding": true,
Expand Down

0 comments on commit ed0fc1c

Please sign in to comment.