|
1 |
| -# |
2 |
| -# Module manifest for module 'Az.App' |
3 |
| -# |
4 |
| -# Generated by: Microsoft Corporation |
5 |
| -# |
6 |
| -# Generated on: 11/10/2023 |
7 |
| -# |
8 |
| - |
9 | 1 | @{
|
10 |
| - |
11 |
| -# Script module or binary module file associated with this manifest. |
12 |
| -RootModule = './Az.App.psm1' |
13 |
| - |
14 |
| -# Version number of this module. |
15 |
| -ModuleVersion = '1.0.0' |
16 |
| - |
17 |
| -# Supported PSEditions |
18 |
| -CompatiblePSEditions = 'Core', 'Desktop' |
19 |
| - |
20 |
| -# ID used to uniquely identify this module |
21 |
| -GUID = 'd26b4cc7-1502-410b-9c3d-a553c0d2d624' |
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: App cmdlets' |
34 |
| - |
35 |
| -# Minimum version of the PowerShell engine required by this module |
36 |
| -PowerShellVersion = '5.1' |
37 |
| - |
38 |
| -# Name of the PowerShell host required by this module |
39 |
| -# PowerShellHostName = '' |
40 |
| - |
41 |
| -# Minimum version of the 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 = '2.13.2'; }) |
55 |
| - |
56 |
| -# Assemblies that must be loaded prior to importing this module |
57 |
| -RequiredAssemblies = './bin/Az.App.private.dll' |
58 |
| - |
59 |
| -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
60 |
| -# ScriptsToProcess = @() |
61 |
| - |
62 |
| -# Type files (.ps1xml) to be loaded when importing this module |
63 |
| -# TypesToProcess = @() |
64 |
| - |
65 |
| -# Format files (.ps1xml) to be loaded when importing this module |
66 |
| -FormatsToProcess = './Az.App.format.ps1xml' |
67 |
| - |
68 |
| -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
69 |
| -# NestedModules = @() |
70 |
| - |
71 |
| -# 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. |
72 |
| -FunctionsToExport = 'Disable-AzContainerAppRevision', 'Enable-AzContainerAppRevision', |
73 |
| - 'Get-AzContainerApp', 'Get-AzContainerAppAuthConfig', |
74 |
| - 'Get-AzContainerAppAuthToken', |
75 |
| - 'Get-AzContainerAppAvailableWorkloadProfile', |
76 |
| - 'Get-AzContainerAppBillingMeter', 'Get-AzContainerAppConnectedEnv', |
77 |
| - 'Get-AzContainerAppConnectedEnvCert', |
78 |
| - 'Get-AzContainerAppConnectedEnvDapr', |
79 |
| - 'Get-AzContainerAppConnectedEnvDaprSecret', |
80 |
| - 'Get-AzContainerAppConnectedEnvStorage', |
81 |
| - 'Get-AzContainerAppCustomHostName', |
82 |
| - 'Get-AzContainerAppDiagnosticDetector', |
83 |
| - 'Get-AzContainerAppDiagnosticRevision', |
84 |
| - 'Get-AzContainerAppDiagnosticRoot', 'Get-AzContainerAppJob', |
85 |
| - 'Get-AzContainerAppJobExecution', 'Get-AzContainerAppJobSecret', |
86 |
| - 'Get-AzContainerAppManagedCert', 'Get-AzContainerAppManagedEnv', |
87 |
| - 'Get-AzContainerAppManagedEnvAuthToken', |
88 |
| - 'Get-AzContainerAppManagedEnvCert', |
89 |
| - 'Get-AzContainerAppManagedEnvDapr', |
90 |
| - 'Get-AzContainerAppManagedEnvDaprSecret', |
91 |
| - 'Get-AzContainerAppManagedEnvDiagnosticDetector', |
92 |
| - 'Get-AzContainerAppManagedEnvDiagnosticRoot', |
93 |
| - 'Get-AzContainerAppManagedEnvStorage', |
94 |
| - 'Get-AzContainerAppManagedEnvWorkloadProfileState', |
95 |
| - 'Get-AzContainerAppRevision', 'Get-AzContainerAppRevisionReplica', |
96 |
| - 'Get-AzContainerAppSecret', 'Get-AzContainerAppSourceControl', |
97 |
| - 'New-AzContainerApp', 'New-AzContainerAppAuthConfig', |
98 |
| - 'New-AzContainerAppConfigurationObject', |
99 |
| - 'New-AzContainerAppConnectedEnv', |
100 |
| - 'New-AzContainerAppConnectedEnvCert', |
101 |
| - 'New-AzContainerAppConnectedEnvDapr', |
102 |
| - 'New-AzContainerAppConnectedEnvStorage', |
103 |
| - 'New-AzContainerAppCustomDomainObject', |
104 |
| - 'New-AzContainerAppDaprMetadataObject', |
105 |
| - 'New-AzContainerAppEnvironmentVarObject', |
106 |
| - 'New-AzContainerAppIdentityProviderObject', |
107 |
| - 'New-AzContainerAppInitContainerTemplateObject', |
108 |
| - 'New-AzContainerAppIPSecurityRestrictionRuleObject', |
109 |
| - 'New-AzContainerAppJob', |
110 |
| - 'New-AzContainerAppJobExecutionContainerObject', |
111 |
| - 'New-AzContainerAppJobScaleRuleObject', |
112 |
| - 'New-AzContainerAppManagedCert', 'New-AzContainerAppManagedEnv', |
113 |
| - 'New-AzContainerAppManagedEnvCert', |
114 |
| - 'New-AzContainerAppManagedEnvDapr', |
115 |
| - 'New-AzContainerAppManagedEnvStorage', |
116 |
| - 'New-AzContainerAppProbeHeaderObject', |
117 |
| - 'New-AzContainerAppProbeObject', |
118 |
| - 'New-AzContainerAppRegistryCredentialObject', |
119 |
| - 'New-AzContainerAppScaleRuleAuthObject', |
120 |
| - 'New-AzContainerAppScaleRuleObject', |
121 |
| - 'New-AzContainerAppSecretObject', |
122 |
| - 'New-AzContainerAppSecretVolumeItemObject', |
123 |
| - 'New-AzContainerAppServiceBindObject', |
124 |
| - 'New-AzContainerAppSourceControl', |
125 |
| - 'New-AzContainerAppTemplateObject', |
126 |
| - 'New-AzContainerAppTrafficWeightObject', |
127 |
| - 'New-AzContainerAppVolumeMountObject', |
128 |
| - 'New-AzContainerAppVolumeObject', |
129 |
| - 'New-AzContainerAppWorkloadProfileObject', 'Remove-AzContainerApp', |
130 |
| - 'Remove-AzContainerAppAuthConfig', |
131 |
| - 'Remove-AzContainerAppConnectedEnv', |
132 |
| - 'Remove-AzContainerAppConnectedEnvCert', |
133 |
| - 'Remove-AzContainerAppConnectedEnvDapr', |
134 |
| - 'Remove-AzContainerAppConnectedEnvStorage', |
135 |
| - 'Remove-AzContainerAppJob', 'Remove-AzContainerAppManagedCert', |
136 |
| - 'Remove-AzContainerAppManagedEnv', |
137 |
| - 'Remove-AzContainerAppManagedEnvCert', |
138 |
| - 'Remove-AzContainerAppManagedEnvDapr', |
139 |
| - 'Remove-AzContainerAppManagedEnvStorage', |
140 |
| - 'Restart-AzContainerAppRevision', 'Start-AzContainerApp', |
141 |
| - 'Start-AzContainerAppJob', 'Stop-AzContainerApp', |
142 |
| - 'Stop-AzContainerAppJobExecution', |
143 |
| - 'Test-AzContainerAppConnectedEnvNameAvailability', |
144 |
| - 'Test-AzContainerAppNamespaceAvailability', 'Update-AzContainerApp', |
145 |
| - 'Update-AzContainerAppAuthConfig', |
146 |
| - 'Update-AzContainerAppConnectedEnvCert', |
147 |
| - 'Update-AzContainerAppConnectedEnvDapr', |
148 |
| - 'Update-AzContainerAppConnectedEnvStorage', |
149 |
| - 'Update-AzContainerAppJob', 'Update-AzContainerAppManagedCert', |
150 |
| - 'Update-AzContainerAppManagedEnv', |
151 |
| - 'Update-AzContainerAppManagedEnvCert', |
152 |
| - 'Update-AzContainerAppManagedEnvDapr', |
153 |
| - 'Update-AzContainerAppManagedEnvStorage', |
154 |
| - 'Update-AzContainerAppSourceControl' |
155 |
| - |
156 |
| -# 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. |
157 |
| -CmdletsToExport = @() |
158 |
| - |
159 |
| -# Variables to export from this module |
160 |
| -# VariablesToExport = @() |
161 |
| - |
162 |
| -# 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. |
163 |
| -AliasesToExport = @() |
164 |
| - |
165 |
| -# DSC resources to export from this module |
166 |
| -# DscResourcesToExport = @() |
167 |
| - |
168 |
| -# List of all modules packaged with this module |
169 |
| -# ModuleList = @() |
170 |
| - |
171 |
| -# List of all files packaged with this module |
172 |
| -# FileList = @() |
173 |
| - |
174 |
| -# 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. |
175 |
| -PrivateData = @{ |
176 |
| - |
| 2 | + GUID = 'd26b4cc7-1502-410b-9c3d-a553c0d2d624' |
| 3 | + RootModule = './Az.App.psm1' |
| 4 | + ModuleVersion = '0.2.0' |
| 5 | + CompatiblePSEditions = 'Core', 'Desktop' |
| 6 | + Author = 'Microsoft Corporation' |
| 7 | + CompanyName = 'Microsoft Corporation' |
| 8 | + Copyright = 'Microsoft Corporation. All rights reserved.' |
| 9 | + Description = 'Microsoft Azure PowerShell: App cmdlets' |
| 10 | + PowerShellVersion = '5.1' |
| 11 | + DotNetFrameworkVersion = '4.7.2' |
| 12 | + RequiredAssemblies = './bin/Az.App.private.dll' |
| 13 | + FormatsToProcess = './Az.App.format.ps1xml' |
| 14 | + FunctionsToExport = 'Disable-AzContainerAppRevision', 'Enable-AzContainerAppRevision', 'Get-AzContainerApp', 'Get-AzContainerAppAuthConfig', 'Get-AzContainerAppAuthToken', 'Get-AzContainerAppAvailableWorkloadProfile', 'Get-AzContainerAppBillingMeter', 'Get-AzContainerAppConnectedEnv', 'Get-AzContainerAppConnectedEnvCert', 'Get-AzContainerAppConnectedEnvDapr', 'Get-AzContainerAppConnectedEnvDaprSecret', 'Get-AzContainerAppConnectedEnvStorage', 'Get-AzContainerAppCustomHostName', 'Get-AzContainerAppDiagnosticDetector', 'Get-AzContainerAppDiagnosticRevision', 'Get-AzContainerAppDiagnosticRoot', 'Get-AzContainerAppJob', 'Get-AzContainerAppJobExecution', 'Get-AzContainerAppJobSecret', 'Get-AzContainerAppManagedCert', 'Get-AzContainerAppManagedEnv', 'Get-AzContainerAppManagedEnvAuthToken', 'Get-AzContainerAppManagedEnvCert', 'Get-AzContainerAppManagedEnvDapr', 'Get-AzContainerAppManagedEnvDaprSecret', 'Get-AzContainerAppManagedEnvDiagnosticDetector', 'Get-AzContainerAppManagedEnvDiagnosticRoot', 'Get-AzContainerAppManagedEnvStorage', 'Get-AzContainerAppManagedEnvWorkloadProfileState', 'Get-AzContainerAppRevision', 'Get-AzContainerAppRevisionReplica', 'Get-AzContainerAppSecret', 'Get-AzContainerAppSourceControl', 'New-AzContainerApp', 'New-AzContainerAppAuthConfig', 'New-AzContainerAppConfigurationObject', 'New-AzContainerAppConnectedEnv', 'New-AzContainerAppConnectedEnvCert', 'New-AzContainerAppConnectedEnvDapr', 'New-AzContainerAppConnectedEnvStorage', 'New-AzContainerAppCustomDomainObject', 'New-AzContainerAppDaprMetadataObject', 'New-AzContainerAppEnvironmentVarObject', 'New-AzContainerAppIdentityProviderObject', 'New-AzContainerAppInitContainerTemplateObject', 'New-AzContainerAppIPSecurityRestrictionRuleObject', 'New-AzContainerAppJob', 'New-AzContainerAppJobExecutionContainerObject', 'New-AzContainerAppJobScaleRuleObject', 'New-AzContainerAppManagedCert', 'New-AzContainerAppManagedEnv', 'New-AzContainerAppManagedEnvCert', 'New-AzContainerAppManagedEnvDapr', 'New-AzContainerAppManagedEnvStorage', 'New-AzContainerAppProbeHeaderObject', 'New-AzContainerAppProbeObject', 'New-AzContainerAppRegistryCredentialObject', 'New-AzContainerAppScaleRuleAuthObject', 'New-AzContainerAppScaleRuleObject', 'New-AzContainerAppSecretObject', 'New-AzContainerAppSecretVolumeItemObject', 'New-AzContainerAppServiceBindObject', 'New-AzContainerAppSourceControl', 'New-AzContainerAppTemplateObject', 'New-AzContainerAppTrafficWeightObject', 'New-AzContainerAppVolumeMountObject', 'New-AzContainerAppVolumeObject', 'New-AzContainerAppWorkloadProfileObject', 'Remove-AzContainerApp', 'Remove-AzContainerAppAuthConfig', 'Remove-AzContainerAppConnectedEnv', 'Remove-AzContainerAppConnectedEnvCert', 'Remove-AzContainerAppConnectedEnvDapr', 'Remove-AzContainerAppConnectedEnvStorage', 'Remove-AzContainerAppJob', 'Remove-AzContainerAppManagedCert', 'Remove-AzContainerAppManagedEnv', 'Remove-AzContainerAppManagedEnvCert', 'Remove-AzContainerAppManagedEnvDapr', 'Remove-AzContainerAppManagedEnvStorage', 'Restart-AzContainerAppRevision', 'Start-AzContainerApp', 'Start-AzContainerAppJob', 'Stop-AzContainerApp', 'Stop-AzContainerAppJobExecution', 'Test-AzContainerAppConnectedEnvNameAvailability', 'Test-AzContainerAppNamespaceAvailability', 'Update-AzContainerApp', 'Update-AzContainerAppAuthConfig', 'Update-AzContainerAppConnectedEnvCert', 'Update-AzContainerAppConnectedEnvDapr', 'Update-AzContainerAppConnectedEnvStorage', 'Update-AzContainerAppJob', 'Update-AzContainerAppManagedCert', 'Update-AzContainerAppManagedEnv', 'Update-AzContainerAppManagedEnvCert', 'Update-AzContainerAppManagedEnvDapr', 'Update-AzContainerAppManagedEnvStorage', 'Update-AzContainerAppSourceControl' |
| 15 | + PrivateData = @{ |
177 | 16 | PSData = @{
|
178 |
| - |
179 |
| - # Tags applied to this module. These help with module discovery in online galleries. |
180 |
| - Tags = 'Azure','ResourceManager','ARM','PSModule','App' |
181 |
| - |
182 |
| - # A URL to the license for this module. |
183 |
| - LicenseUri = 'https://aka.ms/azps-license' |
184 |
| - |
185 |
| - # A URL to the main website for this project. |
186 |
| - ProjectUri = 'https://github.com/Azure/azure-powershell' |
187 |
| - |
188 |
| - # A URL to an icon representing this module. |
189 |
| - # IconUri = '' |
190 |
| - |
191 |
| - # ReleaseNotes of this module |
192 |
| - ReleaseNotes = '* General availability for module Az.App. |
193 |
| -* Upgraded api version to 2023-05-01.' |
194 |
| - |
195 |
| - # Prerelease string of this module |
196 |
| - # Prerelease = '' |
197 |
| - |
198 |
| - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
199 |
| - # RequireLicenseAcceptance = $false |
200 |
| - |
201 |
| - # External dependent modules of this module |
202 |
| - # ExternalModuleDependencies = @() |
203 |
| - |
204 |
| - } # End of PSData hashtable |
205 |
| - |
206 |
| - } # End of PrivateData hashtable |
207 |
| - |
208 |
| -# HelpInfo URI of this module |
209 |
| -# HelpInfoURI = '' |
210 |
| - |
211 |
| -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
212 |
| -# DefaultCommandPrefix = '' |
213 |
| - |
| 17 | + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'App' |
| 18 | + LicenseUri = 'https://aka.ms/azps-license' |
| 19 | + ProjectUri = 'https://github.com/Azure/azure-powershell' |
| 20 | + ReleaseNotes = '' |
| 21 | + } |
| 22 | + } |
214 | 23 | }
|
215 |
| - |
0 commit comments