{"id":18284674,"url":"https://github.com/pplu/azure-arm","last_synced_at":"2026-04-17T13:32:45.456Z","repository":{"id":66753231,"uuid":"107189312","full_name":"pplu/azure-arm","owner":"pplu","description":"A class to parse Azure ARM templates into an object model","archived":false,"fork":false,"pushed_at":"2019-05-17T17:37:47.000Z","size":71,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T12:47:17.822Z","etag":null,"topics":["arm-templates","azure","perl","resource-manager"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pplu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-16T22:21:47.000Z","updated_at":"2019-05-17T17:37:49.000Z","dependencies_parsed_at":"2023-02-24T16:15:22.439Z","dependency_job_id":null,"html_url":"https://github.com/pplu/azure-arm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pplu/azure-arm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fazure-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fazure-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fazure-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fazure-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pplu","download_url":"https://codeload.github.com/pplu/azure-arm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fazure-arm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm-templates","azure","perl","resource-manager"],"created_at":"2024-11-05T13:14:19.909Z","updated_at":"2026-04-17T13:32:45.438Z","avatar_url":"https://github.com/pplu.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nAzureARM - Object model of Azure ARM templates\n\n# SYNOPSIS\n\n    # best practice is to obtain an AzureARM with the AzureARM parser\n    use AzureARM::Parser;\n    my $parser = AzureARM::Parser-\u003enew;\n    my $arm = $parser-\u003efrom_json('{ ... }');\n\n    say \"This template has \", $arm-\u003eResourceCount, \" resources\";\n    say \"This template has the following variables: \", join ' ', $arm-\u003eVariableNames;\n\n# DESCRIPTION\n\nObject of the AzureARM type  an Azure ARM template, converting it into an [AzureARM](https://metacpan.org/pod/AzureARM)\nobject to introspect it\n\n# ATTRIBUTES\n\n## schema\n\nstring containing the '$schema' element of the template (string)\n\n## contentVersion\n\nstring containing the contentVersion element of the template (string)\n\n## resources\n\narrayref of AzureARM::Resource objects\n\n## ResourceCount\n\nnumber of resources in the template\n\n## ResourceList\n\nlist of resources in the template\n\n## parameters\n\nhashref of AzureARM::Template::Parameter objects\n\n## ParameterCount\n\nnumber of parameters in the template\n\n## ParameterNames\n\nlist of names of parameters\n\n## Parameter($name)\n\naccesses the parameter of name $name. Returns an AzureARM::Template::Parameter object\n\n## variables\n\nhashref of AzureARM::Value objects. Keys are the names of the variables.\n\n## VariableCount\n\nnumber of variables declared\n\n## VariableNames\n\nlist of the names of the variables declared\n\n## Variable($name)\n\nreturns the AzureARM::Value object that corresponds to the variable named $name\n\n## outputs\n\nhashref of AzureARM::Template::Output objects. Keys are the names of the outputs\n\n## OutputCount\n\nnumber of outputs declared\n\n## OutputNames\n\nlist of the names of the outputs declared\n\n## Output($name)\n\nreturns the AzureARM::Template::Output object that corresponds to the output named $name\n\n# AUTHOR\n\n    Jose Luis Martinez\n    CPAN ID: JLMARTIN\n    CAPSiDE\n    jlmartinez@capside.com\n\n# COPYRIGHT and LICENSE\n\n(c) 2017 CAPSiDE S.L.\n\nThis code is distributed under the Apache v2 License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplu%2Fazure-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpplu%2Fazure-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplu%2Fazure-arm/lists"}