Skip to content

Commit

Permalink
Revert "temp commit to remove the required flag"
Browse files Browse the repository at this point in the history
This reverts commit be8b7bf.
  • Loading branch information
begoldsm committed Jul 11, 2016
1 parent ed0fc1c commit f8f7067
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": false,
"required": true,
"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": false,
"required": true,
"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": false,
"required": true,
"type": "string",
"default": "azuredatalakestore.net",
"x-ms-skip-url-encoding": true,
Expand Down

0 comments on commit f8f7067

Please sign in to comment.