Skip to content

Commit e5c4dcf

Browse files
committed
resolving more merge issues
1 parent 95d447d commit e5c4dcf

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
#
2+
# Module manifest for module 'Microsoft.Azure.Commands.Resources'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 4/01/2014
7+
#
8+
9+
@{
10+
11+
# Version number of this module.
12+
ModuleVersion = '0.9.5'
13+
14+
# ID used to uniquely identify this module
15+
GUID = '81d522a4-6e5d-4105-8f58-376204c47458'
16+
17+
# Author of this module
18+
Author = 'Microsoft Corporation'
19+
20+
# Company or vendor of this module
21+
CompanyName = 'Microsoft Corporation'
22+
23+
# Copyright statement for this module
24+
Copyright = '© Microsoft Corporation. All rights reserved.'
25+
26+
# Description of the functionality provided by this module
27+
Description = ''
28+
29+
# Minimum version of the Windows PowerShell engine required by this module
30+
PowerShellVersion = '3.0'
31+
32+
# Name of the Windows PowerShell host required by this module
33+
PowerShellHostName = ''
34+
35+
# Minimum version of the Windows PowerShell host required by this module
36+
PowerShellHostVersion = ''
37+
38+
# Minimum version of the .NET Framework required by this module
39+
DotNetFrameworkVersion = '4.0'
40+
41+
# Minimum version of the common language runtime (CLR) required by this module
42+
CLRVersion='4.0'
43+
44+
# Processor architecture (None, X86, Amd64, IA64) required by this module
45+
ProcessorArchitecture = 'None'
46+
47+
# Modules that must be imported into the global environment prior to importing this module
48+
RequiredModules = @()
49+
50+
# Assemblies that must be loaded prior to importing this module
51+
RequiredAssemblies = @()
52+
53+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54+
ScriptsToProcess = @()
55+
56+
# Type files (.ps1xml) to be loaded when importing this module
57+
TypesToProcess = @(
58+
'.\Compute\Microsoft.Azure.Commands.Compute.Types.ps1xml'
59+
)
60+
61+
# Format files (.ps1xml) to be loaded when importing this module
62+
FormatsToProcess = @(
63+
'.\Resources\Microsoft.Azure.Commands.Resources.format.ps1xml',
64+
'.\Tags\Microsoft.Azure.Commands.Tags.format.ps1xml',
65+
'.\Resources\Microsoft.WindowsAzure.Commands.Profile.format.ps1xml',
66+
'.\DataFactories\Microsoft.Azure.Commands.DataFactories.format.ps1xml',
67+
'.\RedisCache\Microsoft.Azure.Commands.RedisCache.format.ps1xml',
68+
'.\Batch\Microsoft.Azure.Commands.Batch.format.ps1xml',
69+
'.\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml',
70+
'.\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml',
71+
'.\Compute\Microsoft.Azure.Commands.Compute.format.ps1xml',
72+
'.\Compute\Microsoft.Azure.Commands.Compute.format.generated.ps1xml',
73+
'.\Network\Microsoft.Azure.Commands.Network.format.ps1xml',
74+
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.format.ps1xml',
75+
'.\StorageManagement\Microsoft.Azure.Commands.Management.Storage.format.ps1xml',
76+
'.\OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.format.ps1xml',
77+
'.\AzureBackup\Microsoft.Azure.Commands.AzureBackup.format.ps1xml',
78+
'.\UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.Format.ps1xml'
79+
)
80+
81+
# Modules to import as nested modules of the module specified in ModuleToProcess
82+
NestedModules = @(
83+
'.\Automation\Microsoft.Azure.Commands.ResourceManager.Automation.dll',
84+
'.\Resources\Microsoft.Azure.Commands.Resources.dll',
85+
'.\Resources\Microsoft.WindowsAzure.Commands.Profile.dll',
86+
'.\Tags\Microsoft.Azure.Commands.Tags.dll',
87+
'.\Sql\Microsoft.Azure.Commands.Sql.dll',
88+
'.\DataFactories\Microsoft.Azure.Commands.DataFactories.dll',
89+
'.\RedisCache\Microsoft.Azure.Commands.RedisCache.dll',
90+
'.\Batch\Microsoft.Azure.Commands.Batch.dll',
91+
'.\Dns\Microsoft.Azure.Commands.Dns.dll',
92+
'.\KeyVault\Microsoft.Azure.Commands.KeyVault.dll',
93+
'.\TrafficManager\Microsoft.Azure.Commands.TrafficManager.dll',
94+
'.\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll',
95+
'.\Insights\Microsoft.Azure.Commands.Insights.dll',
96+
'.\Websites\Microsoft.Azure.Commands.Websites.dll',
97+
'.\Compute\Microsoft.Azure.Commands.Compute.dll',
98+
'.\Network\Microsoft.Azure.Commands.Network.dll',
99+
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll',
100+
'.\ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
101+
'.\ApiManagement\Microsoft.Azure.Commands.ApiManagement.dll',
102+
'.\StorageManagement\Microsoft.Azure.Commands.Management.Storage.dll',
103+
'.\OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.dll',
104+
'.\UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.dll',
105+
'.\ApiManagement\Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll',
106+
'.\AzureBackup\Microsoft.Azure.Commands.AzureBackup.dll'
107+
)
108+
109+
# Functions to export from this module
110+
FunctionsToExport = '*'
111+
112+
# Cmdlets to export from this module
113+
CmdletsToExport = '*'
114+
115+
# Variables to export from this module
116+
VariablesToExport = '*'
117+
118+
# Aliases to export from this module
119+
AliasesToExport = @(
120+
'Get-AzureSqlDatabaseServerAuditingPolicy',
121+
'Remove-AzureSqlDatabaseServerAuditing',
122+
'Set-AzureSqlDatabaseServerAuditingPolicy',
123+
'Use-AzureSqlDatabaseServerAuditingPolicy',
124+
'Get-AzureStorageContainerAcl',
125+
'Start-CopyAzureStorageBlob',
126+
'Stop-CopyAzureStorageBlob'
127+
)
128+
129+
# List of all modules packaged with this module
130+
ModuleList = @()
131+
132+
# List of all files packaged with this module
133+
FileList = @()
134+
135+
# Private data to pass to the module specified in ModuleToProcess
136+
PrivateData = ''
137+
138+
}

0 commit comments

Comments
 (0)