xAzure.psd1

@{
# Version number of this module.
ModuleVersion = '0.1.0'

# ID used to uniquely identify this module
GUID = '40179489-2ad9-46f7-b34f-b55e30650700'

# Author of this module
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2014 Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'The xAzure module is a set of DSC resources that provide a method of depoying virtual machines in Microsoft Azure by applying a configuration to your local machine. This is primarily intended to enable testing how a new virtual machine can be used to evaluate a scenario or application without consuming resources from the local machine.
 
 This module includes 6 DSC resources that automate provisioning of resources in Microsoft Azure.
�xAzureAffinityGroup defines the relationship between compute and storage
�xAzureQuickVM simple resource for creating VMs with limited options
�xAzureService creates a cloud service for the VMs
�xAzureStorageAccount creates the online storage account where the blobs for the test environment will reside
�xAzureSubscription sets the current Azure subscription context
�xAzureVMcreates a virtual machine in Azure including access to VM Guest extensions
 
 
All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The ""x" in xAzure stands for experimental, which means that these resources will be fix forward and monitored by the module owner(s).
'


# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'
}