Skip to content

Commit

Permalink
Merge pull request #279 from knpuniversity/fix-azure-api-version
Browse files Browse the repository at this point in the history
Adds a default value to azure api_version
  • Loading branch information
weaverryan authored Nov 21, 2020
2 parents 73e8f09 + e929191 commit 5e5919b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function buildConfiguration(NodeBuilder $node)
->scalarNode('api_version')
->example("api_version: '1.6'")
->info('The API version to run against')
->defaultValue('1.6')
->end()
->booleanNode('auth_with_resource')
->example('auth_with_resource: true')
Expand Down

0 comments on commit 5e5919b

Please sign in to comment.