Skip to content

Commit 5c110fa

Browse files
committed
Update Az.Attestation.psd1
1 parent 71e72c4 commit 5c110fa

File tree

1 file changed

+125
-123
lines changed

1 file changed

+125
-123
lines changed
Lines changed: 125 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,125 @@
1-
#
2-
# Module manifest for module 'Az.Attestation'
3-
#
4-
# Generated by: shlei
5-
#
6-
# Generated on: 5/30/2019
7-
#
8-
9-
@{
10-
11-
# Script module or binary module file associated with this manifest.
12-
RootModule = ''
13-
14-
# Version number of this module.
15-
ModuleVersion = '0.1.0'
16-
17-
# Supported PSEditions
18-
CompatiblePSEditions = 'Core', 'Desktop'
19-
20-
# ID used to uniquely identify this module
21-
GUID = '249cb945-683e-4866-a9af-5704a2d890a5'
22-
23-
# Author of this module
24-
Author = 'Microsoft Corporation'
25-
26-
# Company or vendor of this module
27-
CompanyName = 'Microsoft Corporation'
28-
29-
# Copyright statement for this module
30-
Copyright = 'Microsoft Corporation. All rights reserved.'
31-
32-
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell - Attestation service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.'
34-
35-
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '5.1'
37-
38-
# Name of the Windows PowerShell host required by this module
39-
# PowerShellHostName = ''
40-
41-
# Minimum version of the Windows PowerShell host required by this module
42-
# PowerShellHostVersion = ''
43-
44-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
DotNetFrameworkVersion = '4.7.2'
46-
47-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48-
# CLRVersion = ''
49-
50-
# Processor architecture (None, X86, Amd64) required by this module
51-
# ProcessorArchitecture = ''
52-
53-
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
55-
56-
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Management.Attestation.dll'
58-
59-
60-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61-
# ScriptsToProcess = @()
62-
63-
# Type files (.ps1xml) to be loaded when importing this module
64-
# TypesToProcess = @()
65-
66-
# Format files (.ps1xml) to be loaded when importing this module
67-
# FormatsToProcess = '.\Attestation.format.ps1xml'
68-
69-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
70-
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
71-
72-
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
73-
FunctionsToExport = @()
74-
75-
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
76-
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation','Remove-AzAttestation'
77-
78-
# Variables to export from this module
79-
# VariablesToExport = '*'
80-
81-
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
82-
AliasesToExport = @()
83-
84-
# DSC resources to export from this module
85-
# DscResourcesToExport = @()
86-
87-
# List of all modules packaged with this module
88-
# ModuleList = @()
89-
90-
# List of all files packaged with this module
91-
# FileList = @()
92-
93-
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
94-
PrivateData = @{
95-
96-
PSData = @{
97-
98-
# Tags applied to this module. These help with module discovery in online galleries.
99-
Tags = 'Azure','ResourceManager','ARM','Attestation'
100-
101-
# A URL to the license for this module.
102-
LicenseUri = 'https://aka.ms/azps-license'
103-
104-
# A URL to the main website for this project.
105-
ProjectUri = 'https://github.com/Azure/azure-powershell'
106-
107-
# A URL to an icon representing this module.
108-
# IconUri = ''
109-
110-
# ReleaseNotes of this module
111-
ReleaseNotes = 'First release of Attestation cmdlets'
112-
113-
} # End of PSData hashtable
114-
115-
} # End of PrivateData hashtable
116-
117-
# HelpInfo URI of this module
118-
# HelpInfoURI = ''
119-
120-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
121-
# DefaultCommandPrefix = ''
122-
123-
}
1+
#
2+
# Module manifest for module 'PSGet_Az.Attestation'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 5/30/2019
7+
#
8+
9+
@{
10+
11+
# Script module or binary module file associated with this manifest.
12+
# RootModule = ''
13+
14+
# Version number of this module.
15+
ModuleVersion = '0.1.0'
16+
17+
# Supported PSEditions
18+
CompatiblePSEditions = 'Core', 'Desktop'
19+
20+
# ID used to uniquely identify this module
21+
GUID = '249cb945-683e-4866-a9af-5704a2d890a5'
22+
23+
# Author of this module
24+
Author = 'Microsoft Corporation'
25+
26+
# Company or vendor of this module
27+
CompanyName = 'Microsoft Corporation'
28+
29+
# Copyright statement for this module
30+
Copyright = 'Microsoft Corporation. All rights reserved.'
31+
32+
# Description of the functionality provided by this module
33+
Description = 'Microsoft Azure PowerShell - Attestation service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.
34+
35+
For more information on Attestation, please visit the following: https://docs.microsoft.com/azure/attestation/'
36+
37+
# Minimum version of the PowerShell engine required by this module
38+
PowerShellVersion = '5.1'
39+
40+
# Name of the PowerShell host required by this module
41+
# PowerShellHostName = ''
42+
43+
# Minimum version of the PowerShell host required by this module
44+
# PowerShellHostVersion = ''
45+
46+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
47+
DotNetFrameworkVersion = '4.7.2'
48+
49+
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
50+
# CLRVersion = ''
51+
52+
# Processor architecture (None, X86, Amd64) required by this module
53+
# ProcessorArchitecture = ''
54+
55+
# Modules that must be imported into the global environment prior to importing this module
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
57+
58+
# Assemblies that must be loaded prior to importing this module
59+
RequiredAssemblies = '.\Microsoft.Azure.Management.Attestation.dll'
60+
61+
62+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
63+
# ScriptsToProcess = @()
64+
65+
# Type files (.ps1xml) to be loaded when importing this module
66+
# TypesToProcess = @()
67+
68+
# Format files (.ps1xml) to be loaded when importing this module
69+
# FormatsToProcess = @()
70+
71+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
72+
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
73+
74+
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
75+
FunctionsToExport = @()
76+
77+
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
78+
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation','Remove-AzAttestation'
79+
80+
# Variables to export from this module
81+
# VariablesToExport = @()
82+
83+
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
84+
AliasesToExport = @()
85+
86+
# DSC resources to export from this module
87+
# DscResourcesToExport = @()
88+
89+
# List of all modules packaged with this module
90+
# ModuleList = @()
91+
92+
# List of all files packaged with this module
93+
# FileList = @()
94+
95+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
96+
PrivateData = @{
97+
98+
PSData = @{
99+
100+
# Tags applied to this module. These help with module discovery in online galleries.
101+
Tags = 'Azure','ResourceManager','ARM','Attestation'
102+
103+
# A URL to the license for this module.
104+
LicenseUri = 'https://aka.ms/azps-license'
105+
106+
# A URL to the main website for this project.
107+
ProjectUri = 'https://github.com/Azure/azure-powershell'
108+
109+
# A URL to an icon representing this module.
110+
# IconUri = ''
111+
112+
# ReleaseNotes of this module
113+
ReleaseNotes = 'First release of Attestation cmdlets'
114+
115+
} # End of PSData hashtable
116+
117+
} # End of PrivateData hashtable
118+
119+
# HelpInfo URI of this module
120+
# HelpInfoURI = ''
121+
122+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
123+
# DefaultCommandPrefix = ''
124+
125+
}

0 commit comments

Comments
 (0)