- Policy upload with preview. When you upload a single policy you can run the policy with a URL you reconfigure in the
aadb2c.previewUrl
setting. - Auto-replace the 'yourtenant' with your tenant name. When you upload a single policy you can configure the Azure AD B2C extension to replace the 'yourtenant' tenant name that comes with the B2C samples with your tenant name. To change the settings, configure the
aadb2c.graph.replaceSamplesYourTenantWit
setting key.
- Check if the XML, or the XML Tools XML extensions are installed and activated. If yes, let the XML extension handle the XML completion. For more information, see Troubleshoot policy validity.
- 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