Andrii Maksymets

Results 4 issues of Andrii Maksymets

Articles about the subject - [Creating Azure Storage SAS Tokens with ARM Templates](https://blog.kloud.com.au/2018/11/07/creating-azure-storage-sas-tokens-with-arm-templates/) - [Generate SAS Tokens in ARM Templates](https://samcogan.com/generate-sas-tokens-in-arm-teamplates/) _Example:_ ```json { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "storageAccountName":...

enhancement
arm-resource

## Feature Request #### Describe the solution you'd like yellow - if the working directory has pending changes green - if no changes in the working directory ![image](https://user-images.githubusercontent.com/660379/133191701-769d3dd8-222e-4059-af96-1c76019b7e09.png)

✨ enhancement

- terminal.integrated.shell.linux - terminal.integrated.shellArgs.linux https://github.com/owtaylor/toolbox-vscode/blob/main/code.sh#L371-L381 ![Screenshot from 2021-10-22 21-53-46](https://user-images.githubusercontent.com/660379/138476292-b806eb02-adf2-4c3a-a265-8e3db29b414c.png) Also, these parameters causing errors for some tasks. Example: ```bash > Executing task: func host start < func host start: No...