Lemme just fix this for you real quick:
~~~PowerShell
$azArgs = @('network', 'bastion', 'show', '--name', $BastionName, '--resource-group', $resourceGroup, '--query', 'sku')
az @azArgs
~~~
All fixed! Splatting FTW.
Lemme just fix this for you real quick:
~~~PowerShell
$azArgs = @('network', 'bastion', 'show', '--name', $BastionName, '--resource-group', $resourceGroup, '--query', 'sku')
az @azArgs
~~~
All fixed! Splatting FTW.
& az resource create --resource-group $resourceGroup --name $templateName --resource-type "Microsoft.VirtualMachineImages/imageTemplates" --is-full-object --properties "@$templatePath"
& az resource create --resource-group $resourceGroup --name $templateName --resource-type "Microsoft.VirtualMachineImages/imageTemplates" --is-full-object --properties "@$templatePath"
uniqueString(resourceGroup().id, location))
I'm looking to do the same via PowerShell.
uniqueString(resourceGroup().id, location))
I'm looking to do the same via PowerShell.
👉 serenashirt.com
#Yellowstone #ResourceGroup #Oil #Success #UniqueTee
👉 serenashirt.com
#Yellowstone #ResourceGroup #Oil #Success #UniqueTee
Unmarshal the resourceKind, apiVersion, resourceGroup, etc., and then this is where the real authorization happens.
Unmarshal the resourceKind, apiVersion, resourceGroup, etc., and then this is where the real authorization happens.
Resources
| where type == "http://microsoft.storage/storageaccounts" and properties.minimumTlsVersion != "TLS1_2"
| project name, location, resourceGroup, subscriptionId, properties.minimumTlsVersion
Resources
| where type == "http://microsoft.storage/storageaccounts" and properties.minimumTlsVersion != "TLS1_2"
| project name, location, resourceGroup, subscriptionId, properties.minimumTlsVersion