- Added the ability for xml files to be in nested folders.
- New settings:
{Settings:Filename}
,{Settings:PolicyFilename}
,{Settings:Environment}
. - Application insights:
- Event date format fix.
- Event shows the error message, technical profiles, validation technical profiles, and claims.
- Fix related to JSON format issue (#39).
- Date range support (in days).
- Policy explorer:
- Shows only nodes with elements.
- Sub journey has been added to the policy explorer.
- Added option to configure hours for Azure Application Insights trace logs integration.
- Policy upload fix
- Update to the latest version of the custom policy XSD file
- Implemented all policies upload command (https://github.com/azure-ad-b2c/vscode-extension/blob/master/src/help/policy-upload.md)
- Adding Smart copy and pasted feature
- Fixing the 'add claim type' to include the claim type element's parents
- New string claim type
- In the policy explorer, adding a link to the root elements such as ClaimsSchema, ClaimsProviders and UserJourneys
- Go to definition now supports navigating to a base policy and link to ClaimsExchange
- Adding autocomplete
- Adding Azure Application Insights trace log integration. Learn more here
- Go definition - VS code extension searches the definitions in all files in the working directory
- Go definition hierarchical search - VS code extension searches the definitions only in the parents policies
- Mouse over with link to all references
- Policy app settings. For more information, see the readme file.
- Go to definition - If the element is not found in the selected file. Or if the selected element points to another file (the XML element is overwritten). The extension search the definition is all open files.
- Go to definition - Always take precedence of editor open files, over the saved version from file system (workspace folder)
- Add claim type - New Paragraph, String collection, Integer, Long, and Boolean claim types
- XML schema quick help