Resource Type: azure_registry

Defined in:
lib/puppet/type/azure_registry.rb
Providers:
arm

Overview

An object that represents a container registry.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The resource ID.

  • location

    The location of the resource. This cannot be changed after the resource is created.

  • properties

    The properties of the container registry.

  • sku

    The SKU of the container registry.

  • tags

    The tags of the resource.

  • type

    The type of the resource.

Parameters

  • api_version

    The client API version.

  • name (namevar)

    The name of the resource.

  • provider

    The specific backend to use for this ‘azure_registry` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • registry

    The parameters for creating a container registry.

  • resource_group_name

    The name of the resource group to which the container registry belongs.

  • subscription_id

    The Microsoft Azure subscription ID.