Skip to content

Commit 5c68c91

Browse files
Move SpringCloud to main (#23876)
1 parent 74b7217 commit 5c68c91

File tree

429 files changed

+18472
-1397
lines changed

Some content is hidden

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

429 files changed

+18472
-1397
lines changed
Lines changed: 21 additions & 187 deletions
Original file line numberDiff line numberDiff line change
@@ -1,190 +1,24 @@
1-
#
2-
# Module manifest for module 'Az.SpringCloud'
3-
#
4-
# Generated by: Microsoft Corporation
5-
#
6-
# Generated on: 8/3/2022
7-
#
8-
91
@{
10-
11-
# Script module or binary module file associated with this manifest.
12-
RootModule = './Az.SpringCloud.psm1'
13-
14-
# Version number of this module.
15-
ModuleVersion = '0.3.0'
16-
17-
# Supported PSEditions
18-
CompatiblePSEditions = 'Core', 'Desktop'
19-
20-
# ID used to uniquely identify this module
21-
GUID = '697e18d3-95de-4211-86a1-ec7c4e163874'
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: SpringCloud 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.7.4'; })
55-
56-
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = './bin/Az.SpringCloud.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.SpringCloud.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 = 'Deploy-AzSpringCloudApp', 'Disable-AzSpringCloudTestEndpoint',
73-
'Enable-AzSpringCloudTestEndpoint', 'Get-AzSpringCloud',
74-
'Get-AzSpringCloudApp', 'Get-AzSpringCloudAppBinding',
75-
'Get-AzSpringCloudAppCustomDomain',
76-
'Get-AzSpringCloudAppDeployment',
77-
'Get-AzSpringCloudAppDeploymentLogFileUrl',
78-
'Get-AzSpringCloudBuildpackBinding',
79-
'Get-AzSpringCloudBuildService',
80-
'Get-AzSpringCloudBuildServiceAgentPool',
81-
'Get-AzSpringCloudBuildServiceBuilder',
82-
'Get-AzSpringCloudBuildServiceSupportedBuildpack',
83-
'Get-AzSpringCloudBuildServiceSupportedStack',
84-
'Get-AzSpringCloudCertificate', 'Get-AzSpringCloudConfigServer',
85-
'Get-AzSpringCloudConfigurationService',
86-
'Get-AzSpringCloudMonitoringSetting', 'Get-AzSpringCloudRegistry',
87-
'Get-AzSpringCloudRuntimeVersion', 'Get-AzSpringCloudSku',
88-
'Get-AzSpringCloudTestKey', 'New-AzSpringCloud',
89-
'New-AzSpringCloudApp', 'New-AzSpringCloudAppBinding',
90-
'New-AzSpringCloudAppCustomDomain',
91-
'New-AzSpringCloudAppDeployment',
92-
'New-AzSpringCloudAppDeploymentBuildResultObject',
93-
'New-AzSpringCloudAppDeploymentJarUploadedObject',
94-
'New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject',
95-
'New-AzSpringCloudAppDeploymentSourceUploadedObject',
96-
'New-AzSpringCloudAppLoadedCertificateObject',
97-
'New-AzSpringCloudBuildpackBinding',
98-
'New-AzSpringCloudBuildpackObject',
99-
'New-AzSpringCloudBuildpacksGroupObject',
100-
'New-AzSpringCloudBuildServiceAgentPool',
101-
'New-AzSpringCloudBuildServiceBuilder',
102-
'New-AzSpringCloudCertificate',
103-
'New-AzSpringCloudConfigurationService',
104-
'New-AzSpringCloudConfigurationServiceGitRepositoryObject',
105-
'New-AzSpringCloudContentCertificateObject',
106-
'New-AzSpringCloudGitPatternRepositoryObject',
107-
'New-AzSpringCloudKeyVaultCertificateObject',
108-
'New-AzSpringCloudTestKey', 'Remove-AzSpringCloud',
109-
'Remove-AzSpringCloudApp', 'Remove-AzSpringCloudAppBinding',
110-
'Remove-AzSpringCloudAppCustomDomain',
111-
'Remove-AzSpringCloudAppDeployment',
112-
'Remove-AzSpringCloudBuildpackBinding',
113-
'Remove-AzSpringCloudBuildServiceBuilder',
114-
'Remove-AzSpringCloudCertificate',
115-
'Remove-AzSpringCloudConfigurationService',
116-
'Restart-AzSpringCloudAppDeployment',
117-
'Start-AzSpringCloudAppDeployment',
118-
'Start-AzSpringCloudAppDeploymentJfr',
119-
'Stop-AzSpringCloudAppDeployment',
120-
'Test-AzSpringCloudAppCustomDomain',
121-
'Test-AzSpringCloudConfigServer',
122-
'Test-AzSpringCloudConfigurationService',
123-
'Test-AzSpringCloudNameAvailability', 'Update-AzSpringCloud',
124-
'Update-AzSpringCloudApp',
125-
'Update-AzSpringCloudAppActiveDeployment',
126-
'Update-AzSpringCloudAppBinding',
127-
'Update-AzSpringCloudAppCustomDomain',
128-
'Update-AzSpringCloudAppDeployment',
129-
'Update-AzSpringCloudConfigServer',
130-
'Update-AzSpringCloudMonitoringSetting'
131-
132-
# 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.
133-
CmdletsToExport = @()
134-
135-
# Variables to export from this module
136-
# VariablesToExport = @()
137-
138-
# 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.
139-
AliasesToExport = '*'
140-
141-
# DSC resources to export from this module
142-
# DscResourcesToExport = @()
143-
144-
# List of all modules packaged with this module
145-
# ModuleList = @()
146-
147-
# List of all files packaged with this module
148-
# FileList = @()
149-
150-
# 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.
151-
PrivateData = @{
152-
2+
GUID = '697e18d3-95de-4211-86a1-ec7c4e163874'
3+
RootModule = './Az.SpringCloud.psm1'
4+
ModuleVersion = '0.1.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: SpringCloud cmdlets'
10+
PowerShellVersion = '5.1'
11+
DotNetFrameworkVersion = '4.7.2'
12+
RequiredAssemblies = './bin/Az.SpringCloud.private.dll'
13+
FormatsToProcess = './Az.SpringCloud.format.ps1xml'
14+
FunctionsToExport = 'Deploy-AzSpringCloudApp', 'Disable-AzSpringCloudTestEndpoint', 'Enable-AzSpringCloudTestEndpoint', 'Get-AzSpringCloud', 'Get-AzSpringCloudApp', 'Get-AzSpringCloudAppBinding', 'Get-AzSpringCloudAppCustomDomain', 'Get-AzSpringCloudAppDeployment', 'Get-AzSpringCloudAppDeploymentLogFileUrl', 'Get-AzSpringCloudBuildpackBinding', 'Get-AzSpringCloudBuildService', 'Get-AzSpringCloudBuildServiceAgentPool', 'Get-AzSpringCloudBuildServiceBuilder', 'Get-AzSpringCloudBuildServiceSupportedBuildpack', 'Get-AzSpringCloudBuildServiceSupportedStack', 'Get-AzSpringCloudCertificate', 'Get-AzSpringCloudConfigServer', 'Get-AzSpringCloudConfigurationService', 'Get-AzSpringCloudMonitoringSetting', 'Get-AzSpringCloudRegistry', 'Get-AzSpringCloudRuntimeVersion', 'Get-AzSpringCloudSku', 'Get-AzSpringCloudTestKey', 'New-AzSpringCloud', 'New-AzSpringCloudApp', 'New-AzSpringCloudAppBinding', 'New-AzSpringCloudAppCustomDomain', 'New-AzSpringCloudAppDeployment', 'New-AzSpringCloudAppDeploymentBuildResultObject', 'New-AzSpringCloudAppDeploymentJarUploadedObject', 'New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject', 'New-AzSpringCloudAppDeploymentSourceUploadedObject', 'New-AzSpringCloudAppLoadedCertificateObject', 'New-AzSpringCloudBuildpackBinding', 'New-AzSpringCloudBuildpackObject', 'New-AzSpringCloudBuildpacksGroupObject', 'New-AzSpringCloudBuildServiceAgentPool', 'New-AzSpringCloudBuildServiceBuilder', 'New-AzSpringCloudCertificate', 'New-AzSpringCloudConfigurationService', 'New-AzSpringCloudConfigurationServiceGitRepositoryObject', 'New-AzSpringCloudContentCertificateObject', 'New-AzSpringCloudGitPatternRepositoryObject', 'New-AzSpringCloudKeyVaultCertificateObject', 'New-AzSpringCloudTestKey', 'Remove-AzSpringCloud', 'Remove-AzSpringCloudApp', 'Remove-AzSpringCloudAppBinding', 'Remove-AzSpringCloudAppCustomDomain', 'Remove-AzSpringCloudAppDeployment', 'Remove-AzSpringCloudBuildpackBinding', 'Remove-AzSpringCloudBuildServiceBuilder', 'Remove-AzSpringCloudCertificate', 'Remove-AzSpringCloudConfigurationService', 'Restart-AzSpringCloudAppDeployment', 'Start-AzSpringCloudAppDeployment', 'Start-AzSpringCloudAppDeploymentJfr', 'Stop-AzSpringCloudAppDeployment', 'Test-AzSpringCloudAppCustomDomain', 'Test-AzSpringCloudConfigServer', 'Test-AzSpringCloudConfigurationService', 'Test-AzSpringCloudNameAvailability', 'Update-AzSpringCloud', 'Update-AzSpringCloudApp', 'Update-AzSpringCloudAppActiveDeployment', 'Update-AzSpringCloudAppBinding', 'Update-AzSpringCloudAppCustomDomain', 'Update-AzSpringCloudAppDeployment', 'Update-AzSpringCloudConfigServer', 'Update-AzSpringCloudMonitoringSetting', '*'
15+
AliasesToExport = '*'
16+
PrivateData = @{
15317
PSData = @{
154-
155-
# Tags applied to this module. These help with module discovery in online galleries.
156-
Tags = 'Azure','ResourceManager','ARM','PSModule','SpringCloud'
157-
158-
# A URL to the license for this module.
159-
LicenseUri = 'https://aka.ms/azps-license'
160-
161-
# A URL to the main website for this project.
162-
ProjectUri = 'https://github.com/Azure/azure-powershell'
163-
164-
# A URL to an icon representing this module.
165-
# IconUri = ''
166-
167-
# ReleaseNotes of this module
168-
ReleaseNotes = '* Updated API version to 2022-04-01.'
169-
170-
# Prerelease string of this module
171-
# Prerelease = ''
172-
173-
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
174-
# RequireLicenseAcceptance = $false
175-
176-
# External dependent modules of this module
177-
# ExternalModuleDependencies = @()
178-
179-
} # End of PSData hashtable
180-
181-
} # End of PrivateData hashtable
182-
183-
# HelpInfo URI of this module
184-
# HelpInfoURI = ''
185-
186-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
187-
# DefaultCommandPrefix = ''
188-
18+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'SpringCloud'
19+
LicenseUri = 'https://aka.ms/azps-license'
20+
ProjectUri = 'https://github.com/Azure/azure-powershell'
21+
ReleaseNotes = ''
22+
}
23+
}
18924
}
190-

src/SpringCloud/SpringCloud.Autorest/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ In this directory, run AutoRest:
4747
> see https://aka.ms/autorest
4848
4949
``` yaml
50-
branch: 0ae34dbf19d039effd9d366e6c12df38ca4c1c2a
50+
commit: 0ae34dbf19d039effd9d366e6c12df38ca4c1c2a
5151
require:
52-
- $(this-folder)/../readme.azure.noprofile.md
52+
- $(this-folder)/../../readme.azure.noprofile.md
5353
input-file:
5454
- $(repo)/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2022-04-01/appplatform.json
5555

@@ -59,6 +59,10 @@ resourcegroup-append: true
5959
nested-object-to-string: true
6060
identity-correction-for-post: true
6161

62+
# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
63+
use-extension:
64+
"@autorest/powershell": "3.x"
65+
6266
directive:
6367
- where:
6468
verb: Set
@@ -553,4 +557,9 @@ directive:
553557
# - SourceUploadedUserSourceInfo
554558
# --> rename New-AzSpringCloudDeploymentSourceUploadedObject --> New-AzSpringCloudAppDeploymentSourceUploadedObject
555559
# - BuildResultUserSourceInfo --> New-AzSpringCloudAppDeploymentBuildResultObject
560+
561+
- where:
562+
subject-prefix: SpringCloud
563+
set:
564+
preview-message: Az.SpringCloud last version update, Az.SpringCloud will be renamed to Az.Spring.
556565
```

src/SpringCloud/SpringCloud.Autorest/build-module.ps1

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ $null = New-Item -ItemType Directory -Force -Path $examplesFolder
123123

124124
Write-Host -ForegroundColor Green 'Creating cmdlets for specified models...'
125125
$modelCmdlets = @('ConfigurationServiceGitRepository', 'GitPatternRepository')
126+
$modelCmdletFolder = Join-Path (Join-Path $PSScriptRoot './custom') 'autogen-model-cmdlets'
127+
if (Test-Path $modelCmdletFolder) {
128+
$null = Remove-Item -Force -Recurse -Path $modelCmdletFolder
129+
}
126130
if ($modelCmdlets.Count -gt 0) {
127131
. (Join-Path $PSScriptRoot 'create-model-cmdlets.ps1')
128132
CreateModelCmdlet($modelCmdlets)
@@ -139,7 +143,8 @@ if($NoDocs) {
139143
$null = Get-ChildItem -Path $docsFolder -Recurse -Exclude 'README.md' | Remove-Item -Recurse -ErrorAction SilentlyContinue
140144
}
141145
$null = New-Item -ItemType Directory -Force -Path $docsFolder
142-
Export-ProxyCmdlet -ModuleName $moduleName -ModulePath $modulePaths -ExportsFolder $exportsFolder -InternalFolder $internalFolder -ModuleDescription $moduleDescription -DocsFolder $docsFolder -ExamplesFolder $examplesFolder -ModuleGuid $guid
146+
$addComplexInterfaceInfo = ![System.Convert]::ToBoolean('true')
147+
Export-ProxyCmdlet -ModuleName $moduleName -ModulePath $modulePaths -ExportsFolder $exportsFolder -InternalFolder $internalFolder -ModuleDescription $moduleDescription -DocsFolder $docsFolder -ExamplesFolder $examplesFolder -ModuleGuid $guid -AddComplexInterfaceInfo:$addComplexInterfaceInfo
143148
}
144149

145150
Write-Host -ForegroundColor Green 'Creating format.ps1xml...'
@@ -158,4 +163,10 @@ Export-TestStub -ModuleName $moduleName -ExportsFolder $exportsFolder -OutputFol
158163
Write-Host -ForegroundColor Green 'Creating example stubs...'
159164
Export-ExampleStub -ExportsFolder $exportsFolder -OutputFolder $examplesFolder
160165

166+
if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1'))
167+
{
168+
Write-Host -ForegroundColor Green 'Creating ux metadata...'
169+
. (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')
170+
}
171+
161172
Write-Host -ForegroundColor Green '-------------Done-------------'

src/SpringCloud/SpringCloud.Autorest/create-model-cmdlets.ps1

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ function CreateModelCmdlet {
2323
}
2424

2525
$ModelCsPath = Join-Path (Join-Path $PSScriptRoot 'generated\api') 'Models'
26-
$ModuleName = 'SpringCloud'
2726
$OutputDir = Join-Path $PSScriptRoot 'custom\autogen-model-cmdlets'
2827
$null = New-Item -ItemType Directory -Force -Path $OutputDir
28+
if (''.length -gt 0) {
29+
$ModuleName = ''
30+
} else {
31+
$ModuleName = 'Az.SpringCloud'
32+
}
2933

3034
$CsFiles = Get-ChildItem -Path $ModelCsPath -Recurse -Filter *.cs
3135
$Content = ''
@@ -64,10 +68,10 @@ function CreateModelCmdlet {
6468
$ObjectType = $Model
6569
$ObjectTypeWithNamespace = "${Namespace}.${ObjectType}"
6670
# remove duplicated module name
67-
if ($ObjectType.StartsWith($ModuleName)) {
71+
if ($ObjectType.StartsWith('SpringCloud')) {
6872
$ModulePrefix = ''
6973
} else {
70-
$ModulePrefix = $ModuleName
74+
$ModulePrefix = 'SpringCloud'
7175
}
7276
$OutputPath = Join-Path -ChildPath "New-Az${ModulePrefix}${ObjectType}Object.ps1" -Path $OutputDir
7377

@@ -158,7 +162,7 @@ Create an in-memory object for ${ObjectType}.
158162
.Outputs
159163
${ObjectTypeWithNamespace}
160164
.Link
161-
https://learn.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
165+
https://learn.microsoft.com/powershell/module/${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
162166
#>
163167
function New-Az${ModulePrefix}${ObjectType}Object {
164168
[OutputType('${ObjectTypeWithNamespace}')]

src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an in-memory object for ConfigurationServiceGitRepository.
2323
.Outputs
2424
Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository
2525
.Link
26-
https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject
26+
https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject
2727
#>
2828
function New-AzSpringCloudConfigurationServiceGitRepositoryObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository')]

src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudGitPatternRepositoryObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an in-memory object for GitPatternRepository.
2323
.Outputs
2424
Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository
2525
.Link
26-
https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject
26+
https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject
2727
#>
2828
function New-AzSpringCloudGitPatternRepositoryObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository')]

src/SpringCloud/SpringCloud.Autorest/examples/Disable-AzSpringCloudTestEndpoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disa
1616
```output
1717
```
1818

19-
Disable test endpoint functionality for a Service by pipeline.
20-
19+
Disable test endpoint functionality for a Service by pipeline.

src/SpringCloud/SpringCloud.Autorest/examples/Enable-AzSpringCloudTestEndpoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ Enabled PrimaryKey Primary
2222
True **************************************************************** https://primary:EZ0RH3NEDunYBmnAiK7LebCGpruoO…
2323
```
2424

25-
Enable test endpoint functionality for a Service by pipeline.
26-
25+
Enable test endpoint functionality for a Service by pipeline.

src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudApp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType System
3636
tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com
3737
```
3838

39-
Get an App and its properties by pipeline.
40-
39+
Get an App and its properties by pipeline.

src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppCustomDomain.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ Name
2424
springcloud-service.azuremicroservices.io
2525
```
2626

27-
Get the custom domain of one lifecycle application.
28-
27+
Get the custom domain of one lifecycle application.

0 commit comments

Comments
 (0)