Related command
az network bastion rdp --name "<name>" --resource-group "<RGName>" --target-resource-id "<ID>" --configure
Is your feature request related to a problem? Please describe.
My issue is that the rdp connection always revert the display settings to use all the available monitors and the max resolution.
The new --configure allow to customize this settings, but we cannot save this settings for future use (the .rdp seems to be recreated with defaullt value each time the command is run)
Describe the solution you'd like
I would like to be able to save the display settings in the .rdp and this settings not overwritten on future run
Describe alternatives you've considered
I've tried to edit the .rdp settings, but the file is recreated each time I run the command
Additional context
Related command
az network bastion rdp --name "<name>" --resource-group "<RGName>" --target-resource-id "<ID>" --configureIs your feature request related to a problem? Please describe.
My issue is that the rdp connection always revert the display settings to use all the available monitors and the max resolution.
The new --configure allow to customize this settings, but we cannot save this settings for future use (the .rdp seems to be recreated with defaullt value each time the command is run)
Describe the solution you'd like
I would like to be able to save the display settings in the .rdp and this settings not overwritten on future run
Describe alternatives you've considered
I've tried to edit the .rdp settings, but the file is recreated each time I run the command
Additional context