# Packages

No description provided by the author

# Functions

BadRequestError creates a bad request error setting azure specific error code as a response header.
ConfiguredRelatedResourceNotFound creates a resource not found error specifically for cases where the spec used to create a resource refers to another related attached resource which does not exist.
ConflictErr creates a conflict error setting azure specific error code as a response header.
ContextTimeoutError creates an error mimicking timeout of a context.
CreateDataDiskNames creates data disk names for the given vm name and provider spec.
InternalServerError creates an internal server error setting the azure specific error code as response header.
NewProviderSpecBuilder creates a new instance of ProviderSpecBuilder.
ResourceNotFoundErr creates a resource not found error setting azure specific error code as a response header.

# Constants

AccessMethodBeginCreateOrUpdate is the constant representing BeginCreateOrUpdate Azure API method name in the fake server.
AccessMethodBeginDelete is the constant representing BeginDelete Azure API method name in the fake server.
AccessMethodBeginUpdate is the constant representing BeginUpdate Azure API method name in the fake server.
AccessMethodCheckExistence is the constant representing CheckExistence Azure API method name in the fake server.
AccessMethodCreate is the constant representing Create Azure API method name in the fake server.
AccessMethodGet is the constant representing Get Azure API method name in the fake server.
AccessMethodResources is the constant representing Resources Azure API method name in the fake server.
ClientID is the test azure client ID.
ClientSecret is the test azure client secret.
DefaultImageRefURN is the test azure image URN.
ErrorCodeAttachDiskWhileBeingDetached is the error code returned in Azure response if there is an attempt to update the DeleteOptions for associated Disks when the Disk is currently getting detached.
ErrorCodeBadRequest is the error code returned in Azure response if the request is not as per the spec.
ErrorCodeOperationNotAllowed is the error code returned in Azure response if an operation is not allowed on a resource.
ErrorCodeReferencedResourceNotFound is the error code returned in Azure response if a referenced resource is not found to exist.
ErrorCodeResourceGroupNotFound is the error code returned in Azure response header when resource group is not found.
ErrorCodeResourceNotFound is the error code returned in Azure response header when resource is not found.
ErrorCodeSubnetNotFound is the error code returned in Azure response if the subnet is not found.
ErrorCodeVMImageNotFound is the error code returned in Azure response if the VM Image is not found.
Location is the test azure location.
StorageAccountType is the test azure storage account type.
SubscriptionID is the test azure subscription ID.
TenantID is the test azure tenant ID.
UserData is the dummy user data that is set as part of the secret.
VMSize is the test azure VM type.

# Structs

ProviderSpecBuilder is a builder for ProviderSpec.