Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,390 contributions in the last year
Activity overview
Contributed to
Azure/azure-resource-manager-schemas,
Azure/bicep,
anthony-c-martin/arm-templator-transpiler
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in Azure/bicep that received 6 comments
- Convert string params with 'allowed' to unions of string literal types
- Added tests to validate underscores in identifiers
- Fixed bad merge
- Token is now derived from SyntaxBase
- added vnet-vnet-bgp example
- Fixes for code generation when using any() function
- Instance function call - namespace support
- added tests for go to def, find refs, hovers, highlights, and renames
- Fix build job dependency
- Handle I/O exceptions when reading bicep files and creating json files
- Add installer to release build
- installer instructions
- Fixed dotnet sdk rollforward
- Initial and *extremely* basic completions
- fixed codecov status reporting
- fix some typos
- experimental windows setup
- Bump eslint from 7.7.0 to 7.8.0 in /src/vscode-bicep
- logic-app-create example
Created an issue in Azure/bicep that received 1 comment
Wrapping object literals in `any()` can result in validation failures
Minimal repro:
var myVar = 'hello'
var myVar2 = any({ something: myVar
})
// causes "The expression is inside an object literal that is itself part…
1
comment

