en-US/FinOpsToolkit.strings.psd1
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # culture="en-US" ConvertFrom-StringData -StringData @' DeployFinOpsHub = Deploying FinOps hub '{0}' to resource group '{1}'. ExpandingZip = Expanding zip '{0}'. FoundAsset = Found asset '{0}'. FoundLatestRelease = Found latest release '{0}'. NewDirectory = Creating directory '{0}'. TemplateNotFound = Could not find template 'main.bicep' at path '{0}'. ContextNotFound = Could not retrieve Az context. Run Az-Login. '@ |