Create Vnet With Encryption I Powershell
Create Vnet With Encryption I Powershell
Confirm
Provided resource group already exists. Are you sure you want to update it?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y
ResourceGroupName : test-rg
Location : eastus2
ProvisioningState : Succeeded
Tags :
ResourceId :
/subscriptions/34edd7d8-fefa-4ccd-823b-922a315156ca/resourceGroups/test-rg
Enabled Enforcement
------- -----------
True AllowUnencrypted
PS /home/dario> $cleanup = @{
>> Name = "test-rg"
>> }
PS /home/dario> Remove-AzResourceGroup @cleanup -Force