package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CleanName returns a version of [name] where all characters not allowed in an environment name have been replaced with hyphens.
No description provided by the author
New returns a new environment with the specified name.
No description provided by the author
NewLocalFileDataStore creates a new LocalFileDataStore instance.
NewManager creates a new Manager instance.
No description provided by the author
No description provided by the author
NewWithValues returns an ephemeral environment (i.e.

# Constants

AksClusterEnvVarName is the name of they key used to store the endpoint of the AKS cluster to push to.
No description provided by the author
No description provided by the author
ContainerRegistryEndpointEnvVarName is the name of they key used to store the endpoint of the container registry to push to.
No description provided by the author
EnvNameEnvVarName is the name of the key used to store the envname property in the environment.
LocationEnvVarName is the name of the key used to store the location property in the environment.
PlatformTypeEnvVarName is the name of the key used to store the current azd platform type.
PrincipalIdEnvVarName is the name of they key used to store the id of a principal in the environment.
No description provided by the author
ResourceGroupEnvVarName is the name of the azure resource group that should be used for deployments.
SubscriptionIdEnvVarName is the name of they key used to store the subscription id property in the environment.
TenantIdEnvVarName is the tenant that owns the subscription.

# Variables

The maximum length of an environment name.
Same restrictions as a deployment name (ref: https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftresources).
No description provided by the author
Error returned when an environment with the specified name already exists.
No description provided by the author
Error returned when an environment name is not specified.
Error returned when an environment with a specified name cannot be found.
No description provided by the author

# Structs

Description is a metadata description of an environment returned for the `azd env list` command.
The zero value of an Environment is not valid.
No description provided by the author
LocalFileDataStore is a DataStore implementation that stores environment data in the local file system.
SaveOptions provide additional metadata for the save operation.
Spec is the specification for creating a new environment.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Manager is the interface used for managing instances of environments.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author