Skip to content

Commit ab4e298

Browse files
Move App to main (#23483)
1 parent f6e4e04 commit ab4e298

File tree

258 files changed

+39489
-2436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+39489
-2436
lines changed

src/App/App.Autorest/Az.App.psd1

Lines changed: 20 additions & 212 deletions
Original file line numberDiff line numberDiff line change
@@ -1,215 +1,23 @@
1-
#
2-
# Module manifest for module 'Az.App'
3-
#
4-
# Generated by: Microsoft Corporation
5-
#
6-
# Generated on: 11/10/2023
7-
#
8-
91
@{
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 = @{
17716
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+
}
21423
}
215-

src/App/App.Autorest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ In this directory, run AutoRest:
3535
> see https://aka.ms/autorest
3636
3737
``` yaml
38-
branch: 5b51ccefb0ba7799bbeac5e5460d9eec84ce55fa
38+
commit: 5b51ccefb0ba7799bbeac5e5460d9eec84ce55fa
3939
require:
40-
- $(this-folder)/../readme.azure.noprofile.md
40+
- $(this-folder)/../../readme.azure.noprofile.md
4141
input-file:
4242
- $(repo)/specification/app/resource-manager/Microsoft.App/stable/2023-05-01/AuthConfigs.json
4343
- $(repo)/specification/app/resource-manager/Microsoft.App/stable/2023-05-01/AvailableWorkloadProfiles.json
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"resourceType": "connectedEnvironments/certificates",
3+
"apiVersion": "2023-05-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.app"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzContainerAppConnectedEnvCert",
10+
"description": "Get the specified Certificate.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.app/get-azcontainerappconnectedenvcert"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-ConnectedEnvironmentName <String>",
20+
"-Name <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Get the specified Certificate.",
30+
"parameters": [
31+
{
32+
"name": "-ConnectedEnvironmentName",
33+
"value": "[Path.connectedEnvironmentName]"
34+
},
35+
{
36+
"name": "-Name",
37+
"value": "[Path.certificateName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"name": "Remove-AzContainerAppConnectedEnvCert",
53+
"description": "Deletes the specified Certificate.",
54+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/certificates/{certificateName}",
55+
"help": {
56+
"learnMore": {
57+
"url": "https://learn.microsoft.com/powershell/module/az.app/remove-azcontainerappconnectedenvcert"
58+
},
59+
"parameterSets": [
60+
{
61+
"parameters": [
62+
"-ConnectedEnvironmentName <String>",
63+
"-Name <String>",
64+
"-ResourceGroupName <String>",
65+
"[-SubscriptionId <String>]"
66+
]
67+
}
68+
]
69+
},
70+
"examples": [
71+
{
72+
"description": "Deletes the specified Certificate.",
73+
"parameters": [
74+
{
75+
"name": "-ConnectedEnvironmentName",
76+
"value": "[Path.connectedEnvironmentName]"
77+
},
78+
{
79+
"name": "-Name",
80+
"value": "[Path.certificateName]"
81+
},
82+
{
83+
"name": "-ResourceGroupName",
84+
"value": "[Path.resourceGroupName]"
85+
},
86+
{
87+
"name": "-SubscriptionId",
88+
"value": "[Path.subscriptionId]"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}

0 commit comments

Comments
 (0)