lostsole
lostsole
I was able to get some of the other values, not sure why they show empty. `$Resource = (Get-AzResource) $Results=$Resource|Select ChangeTime,CreateTime,location,name,@{Label='skuname';Expression={$_.Sku.Name}},@{Label='SKUTier';Expression={$_.Sku.Tier}},tags,type,@{Label='principalId';Expression={$_.Identity.PrincipalId}}` I guess just "ProvisioningState" not mapped, and the the...
There are 3 that we use in our CLI scripts that we get from resources the , ChangedTime,CreatedTime and ProvisioningState, But I did see Get-AzResource does not deliver CreatedTime #18206...
Get-AzResource and az resource should return the same results. I am not a Code Developer, but when I do I try to make sure that if I have 5 outputs...
Sorry I was a way for a bit, so I couldn't log into my account
So when we run The CLI command ( az resource list ) it has Provisioning State for the Resource, this Provisioning state shows up under this command, So all resources...
Thank you, Just had someone from the Client azure Admin Team Enable the Purge Protection on the all the Vaults and broke the Syncing, since we have to delete the...
This is also This was not only for azure sql-db-mi also for the azure sql-db
Correct, but As an SQL consumer with a primary AKV and 2nd AKV setup(per the doc), that if someone enables Purge Protection on the 2nd vault then it breaks everything,...
Has anyone reached out to AKV and made this suggestion? (make the AKV service better) We did document on our side to let everyone know not to change that setting...