con un clic
azure-bicep-github-copilot
azure-bicep-github-copilot contiene 4 skills recopiladas de johnlokerse, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Format Bicep code for readability and consistency.
Converts Bicep resource definitions to Azure Verified Modules (AVM). Use when user asks to convert to AVM, replace resources with modules, use verified modules, or modernize bicep templates.
Converts loosely typed Bicep parameters using object or array to strongly typed alternatives like string[], user-defined types, or resource-derived types. Use when user mentions type safety, weak typing, object parameters, array parameters, resourceInput, resourceOutput, or asks to improve parameter definitions.
Validates Bicep functions using bicep console with piped input. Use when user asks to test, validate, or run Bicep functions, or wants to verify function behavior with test cases.