diff --git a/src/SpringCloud/SpringCloud.Autorest/Az.SpringCloud.psd1 b/src/SpringCloud/SpringCloud.Autorest/Az.SpringCloud.psd1 index 44e2f992a7e4..ce455b15084e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/Az.SpringCloud.psd1 +++ b/src/SpringCloud/SpringCloud.Autorest/Az.SpringCloud.psd1 @@ -1,190 +1,24 @@ -# -# Module manifest for module 'Az.SpringCloud' -# -# Generated by: Microsoft Corporation -# -# Generated on: 8/3/2022 -# - @{ - -# Script module or binary module file associated with this manifest. -RootModule = './Az.SpringCloud.psm1' - -# Version number of this module. -ModuleVersion = '0.3.0' - -# Supported PSEditions -CompatiblePSEditions = 'Core', 'Desktop' - -# ID used to uniquely identify this module -GUID = '697e18d3-95de-4211-86a1-ec7c4e163874' - -# Author of this module -Author = 'Microsoft Corporation' - -# Company or vendor of this module -CompanyName = 'Microsoft Corporation' - -# Copyright statement for this module -Copyright = 'Microsoft Corporation. All rights reserved.' - -# Description of the functionality provided by this module -Description = 'Microsoft Azure PowerShell: SpringCloud cmdlets' - -# Minimum version of the PowerShell engine required by this module -PowerShellVersion = '5.1' - -# Name of the PowerShell host required by this module -# PowerShellHostName = '' - -# Minimum version of the PowerShell host required by this module -# PowerShellHostVersion = '' - -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -DotNetFrameworkVersion = '4.7.2' - -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# ClrVersion = '' - -# Processor architecture (None, X86, Amd64) required by this module -# ProcessorArchitecture = '' - -# Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; }) - -# Assemblies that must be loaded prior to importing this module -RequiredAssemblies = './bin/Az.SpringCloud.private.dll' - -# Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() - -# Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() - -# Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = './Az.SpringCloud.format.ps1xml' - -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess -# NestedModules = @() - -# 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. -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' - -# 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. -CmdletsToExport = @() - -# Variables to export from this module -# VariablesToExport = @() - -# 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. -AliasesToExport = '*' - -# DSC resources to export from this module -# DscResourcesToExport = @() - -# List of all modules packaged with this module -# ModuleList = @() - -# List of all files packaged with this module -# FileList = @() - -# 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. -PrivateData = @{ - + GUID = '697e18d3-95de-4211-86a1-ec7c4e163874' + RootModule = './Az.SpringCloud.psm1' + ModuleVersion = '0.1.0' + CompatiblePSEditions = 'Core', 'Desktop' + Author = 'Microsoft Corporation' + CompanyName = 'Microsoft Corporation' + Copyright = 'Microsoft Corporation. All rights reserved.' + Description = 'Microsoft Azure PowerShell: SpringCloud cmdlets' + PowerShellVersion = '5.1' + DotNetFrameworkVersion = '4.7.2' + RequiredAssemblies = './bin/Az.SpringCloud.private.dll' + FormatsToProcess = './Az.SpringCloud.format.ps1xml' + 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', '*' + AliasesToExport = '*' + PrivateData = @{ PSData = @{ - - # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','SpringCloud' - - # A URL to the license for this module. - LicenseUri = 'https://aka.ms/azps-license' - - # A URL to the main website for this project. - ProjectUri = 'https://github.com/Azure/azure-powershell' - - # A URL to an icon representing this module. - # IconUri = '' - - # ReleaseNotes of this module - ReleaseNotes = '* Updated API version to 2022-04-01.' - - # Prerelease string of this module - # Prerelease = '' - - # Flag to indicate whether the module requires explicit user acceptance for install/update/save - # RequireLicenseAcceptance = $false - - # External dependent modules of this module - # ExternalModuleDependencies = @() - - } # End of PSData hashtable - - } # End of PrivateData hashtable - -# HelpInfo URI of this module -# HelpInfoURI = '' - -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. -# DefaultCommandPrefix = '' - + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'SpringCloud' + LicenseUri = 'https://aka.ms/azps-license' + ProjectUri = 'https://github.com/Azure/azure-powershell' + ReleaseNotes = '' + } + } } - diff --git a/src/SpringCloud/SpringCloud.Autorest/README.md b/src/SpringCloud/SpringCloud.Autorest/README.md index f6c59404a74f..cdefe7863991 100644 --- a/src/SpringCloud/SpringCloud.Autorest/README.md +++ b/src/SpringCloud/SpringCloud.Autorest/README.md @@ -47,9 +47,9 @@ In this directory, run AutoRest: > see https://aka.ms/autorest ``` yaml -branch: 0ae34dbf19d039effd9d366e6c12df38ca4c1c2a +commit: 0ae34dbf19d039effd9d366e6c12df38ca4c1c2a require: - - $(this-folder)/../readme.azure.noprofile.md + - $(this-folder)/../../readme.azure.noprofile.md input-file: - $(repo)/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2022-04-01/appplatform.json @@ -59,6 +59,10 @@ resourcegroup-append: true nested-object-to-string: true identity-correction-for-post: true +# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option +use-extension: + "@autorest/powershell": "3.x" + directive: - where: verb: Set @@ -553,4 +557,9 @@ directive: # - SourceUploadedUserSourceInfo # --> rename New-AzSpringCloudDeploymentSourceUploadedObject --> New-AzSpringCloudAppDeploymentSourceUploadedObject # - BuildResultUserSourceInfo --> New-AzSpringCloudAppDeploymentBuildResultObject + + - where: + subject-prefix: SpringCloud + set: + preview-message: Az.SpringCloud last version update, Az.SpringCloud will be renamed to Az.Spring. ``` diff --git a/src/SpringCloud/SpringCloud.Autorest/build-module.ps1 b/src/SpringCloud/SpringCloud.Autorest/build-module.ps1 index 3c1610ee0ab5..4377231a7aba 100644 --- a/src/SpringCloud/SpringCloud.Autorest/build-module.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/build-module.ps1 @@ -123,6 +123,10 @@ $null = New-Item -ItemType Directory -Force -Path $examplesFolder Write-Host -ForegroundColor Green 'Creating cmdlets for specified models...' $modelCmdlets = @('ConfigurationServiceGitRepository', 'GitPatternRepository') +$modelCmdletFolder = Join-Path (Join-Path $PSScriptRoot './custom') 'autogen-model-cmdlets' +if (Test-Path $modelCmdletFolder) { + $null = Remove-Item -Force -Recurse -Path $modelCmdletFolder +} if ($modelCmdlets.Count -gt 0) { . (Join-Path $PSScriptRoot 'create-model-cmdlets.ps1') CreateModelCmdlet($modelCmdlets) @@ -139,7 +143,8 @@ if($NoDocs) { $null = Get-ChildItem -Path $docsFolder -Recurse -Exclude 'README.md' | Remove-Item -Recurse -ErrorAction SilentlyContinue } $null = New-Item -ItemType Directory -Force -Path $docsFolder - Export-ProxyCmdlet -ModuleName $moduleName -ModulePath $modulePaths -ExportsFolder $exportsFolder -InternalFolder $internalFolder -ModuleDescription $moduleDescription -DocsFolder $docsFolder -ExamplesFolder $examplesFolder -ModuleGuid $guid + $addComplexInterfaceInfo = ![System.Convert]::ToBoolean('true') + Export-ProxyCmdlet -ModuleName $moduleName -ModulePath $modulePaths -ExportsFolder $exportsFolder -InternalFolder $internalFolder -ModuleDescription $moduleDescription -DocsFolder $docsFolder -ExamplesFolder $examplesFolder -ModuleGuid $guid -AddComplexInterfaceInfo:$addComplexInterfaceInfo } Write-Host -ForegroundColor Green 'Creating format.ps1xml...' @@ -158,4 +163,10 @@ Export-TestStub -ModuleName $moduleName -ExportsFolder $exportsFolder -OutputFol Write-Host -ForegroundColor Green 'Creating example stubs...' Export-ExampleStub -ExportsFolder $exportsFolder -OutputFolder $examplesFolder +if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) +{ + Write-Host -ForegroundColor Green 'Creating ux metadata...' + . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') +} + Write-Host -ForegroundColor Green '-------------Done-------------' diff --git a/src/SpringCloud/SpringCloud.Autorest/create-model-cmdlets.ps1 b/src/SpringCloud/SpringCloud.Autorest/create-model-cmdlets.ps1 index ee48a0b13f46..903fe753a5ac 100644 --- a/src/SpringCloud/SpringCloud.Autorest/create-model-cmdlets.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/create-model-cmdlets.ps1 @@ -23,9 +23,13 @@ function CreateModelCmdlet { } $ModelCsPath = Join-Path (Join-Path $PSScriptRoot 'generated\api') 'Models' - $ModuleName = 'SpringCloud' $OutputDir = Join-Path $PSScriptRoot 'custom\autogen-model-cmdlets' $null = New-Item -ItemType Directory -Force -Path $OutputDir + if (''.length -gt 0) { + $ModuleName = '' + } else { + $ModuleName = 'Az.SpringCloud' + } $CsFiles = Get-ChildItem -Path $ModelCsPath -Recurse -Filter *.cs $Content = '' @@ -64,10 +68,10 @@ function CreateModelCmdlet { $ObjectType = $Model $ObjectTypeWithNamespace = "${Namespace}.${ObjectType}" # remove duplicated module name - if ($ObjectType.StartsWith($ModuleName)) { + if ($ObjectType.StartsWith('SpringCloud')) { $ModulePrefix = '' } else { - $ModulePrefix = $ModuleName + $ModulePrefix = 'SpringCloud' } $OutputPath = Join-Path -ChildPath "New-Az${ModulePrefix}${ObjectType}Object.ps1" -Path $OutputDir @@ -158,7 +162,7 @@ Create an in-memory object for ${ObjectType}. .Outputs ${ObjectTypeWithNamespace} .Link -https://learn.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object +https://learn.microsoft.com/powershell/module/${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object #> function New-Az${ModulePrefix}${ObjectType}Object { [OutputType('${ObjectTypeWithNamespace}')] diff --git a/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 index 35a144c214eb..eb24ba983133 100644 --- a/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 @@ -23,7 +23,7 @@ Create an in-memory object for ConfigurationServiceGitRepository. .Outputs Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository .Link -https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject +https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject #> function New-AzSpringCloudConfigurationServiceGitRepositoryObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository')] diff --git a/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudGitPatternRepositoryObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudGitPatternRepositoryObject.ps1 index 5ccf6be3a169..1ffc15632b8c 100644 --- a/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudGitPatternRepositoryObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/custom/autogen-model-cmdlets/New-AzSpringCloudGitPatternRepositoryObject.ps1 @@ -23,7 +23,7 @@ Create an in-memory object for GitPatternRepository. .Outputs Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository .Link -https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject +https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject #> function New-AzSpringCloudGitPatternRepositoryObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository')] diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Disable-AzSpringCloudTestEndpoint.md b/src/SpringCloud/SpringCloud.Autorest/examples/Disable-AzSpringCloudTestEndpoint.md index 17f6bd48ded6..ce3a8b381c40 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Disable-AzSpringCloudTestEndpoint.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Disable-AzSpringCloudTestEndpoint.md @@ -16,5 +16,4 @@ Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disa ```output ``` -Disable test endpoint functionality for a Service by pipeline. - +Disable test endpoint functionality for a Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Enable-AzSpringCloudTestEndpoint.md b/src/SpringCloud/SpringCloud.Autorest/examples/Enable-AzSpringCloudTestEndpoint.md index 4512994fba7d..5926b56e1e90 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Enable-AzSpringCloudTestEndpoint.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Enable-AzSpringCloudTestEndpoint.md @@ -22,5 +22,4 @@ Enabled PrimaryKey Primary True **************************************************************** https://primary:EZ0RH3NEDunYBmnAiK7LebCGpruoO… ``` -Enable test endpoint functionality for a Service by pipeline. - +Enable test endpoint functionality for a Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudApp.md index 2752e104bb24..aba9255af826 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudApp.md @@ -36,5 +36,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType System tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com ``` -Get an App and its properties by pipeline. - +Get an App and its properties by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppCustomDomain.md index c13fe4283126..1a635d163f88 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppCustomDomain.md @@ -24,5 +24,4 @@ Name springcloud-service.azuremicroservices.io ``` -Get the custom domain of one lifecycle application. - +Get the custom domain of one lifecycle application. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeployment.md index 2f8a4cf752ba..bcde99f96ddc 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeployment.md @@ -35,4 +35,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType System jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg ``` -List all the deployment under a given subscription. +List all the deployment under a given subscription. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeploymentLogFileUrl.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeploymentLogFileUrl.md index fc8811c5b725..fae513fc9aa9 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeploymentLogFileUrl.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudAppDeploymentLogFileUrl.md @@ -18,5 +18,4 @@ Get-AzSpringCloudAppDeployment -ResourceGroupName SpringCloud-gp-junxi -ServiceN url :"https://xxxxxxxxxxxxxxxxxxxxxxxxxxx.blob.core.windows.net/8a34c541b97d45c591d5749e7ec77913/logs/?sv=2018-03-28&sr=b&sig=yAh3I%2B1P9pfSRknfOy%2BCheeomZNoKM9R1brvzj2OTtw%3D&se=2022-07-13T10%3A15%3A46Z&sp=r" ``` -Get deployment log file URL by pipeline. - +Get deployment log file URL by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildService.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildService.md index 384ae746cc87..c479720a1101 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildService.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildService.md @@ -22,5 +22,4 @@ Name ResourceGroupName ProvisioningState KPackVersion ResourceRequestCpu Reso default springcloudrg Succeeded 0.5.2 2 4Gi ``` -Get a build service resource of the enterprise spring cloud. - +Get a build service resource of the enterprise spring cloud. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedBuildpack.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedBuildpack.md index 31f9da1403d0..187b893c326b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedBuildpack.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedBuildpack.md @@ -26,5 +26,4 @@ Name ResourceGroupName BuildpackId tanzu-buildpacks-python springcloudrg tanzu-buildpacks/python ``` -Get the supported buildpack resource by name. - +Get the supported buildpack resource by name. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedStack.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedStack.md index 8c623cd2fa57..10712a49d94e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedStack.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudBuildServiceSupportedStack.md @@ -23,5 +23,4 @@ Name ResourceGroupName StackId V io.buildpacks.stacks.bionic-base springcloudrg io.buildpacks.stacks.bionic base ``` -Get the supported stack resource. - +Get the supported stack resource. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudCertificate.md index 20f7c46ef26b..df8a64251de6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudCertificate.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudCertificate.md @@ -22,5 +22,4 @@ Name ResourceGroupName cert01 lucas-rg-test ``` -Get a certificate resource by name. - +Get a certificate resource by name. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigServer.md index 1c7651059022..14ee92abb4c3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigServer.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigServer.md @@ -9,5 +9,4 @@ Name ResourceGroupName ProvisioningState default springcloudrg Succeeded ``` -Get all properties of the config server. - +Get all properties of the config server. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigurationService.md index 93408542625d..d0352f03be4c 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudConfigurationService.md @@ -24,5 +24,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType Syst default 2022/7/13 3:26:33 v-junxisu@microsoft.com User 2022/7/13 7:46:06 v-junxisu@microsoft.com ``` -Get the Application Configuration Service and its properties. - +Get the Application Configuration Service and its properties. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudMonitoringSetting.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudMonitoringSetting.md index 2c8d5c8516d9..5b7f1aad8325 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudMonitoringSetting.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudMonitoringSetting.md @@ -22,5 +22,4 @@ Name ResourceGroupName ProvisioningState TraceEnabled default azurespringrg Succeeded True ``` -Get the Monitoring Setting and its properties by pipeline. - +Get the Monitoring Setting and its properties by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRegistry.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRegistry.md index 8ead3a5cfcb7..13f8d1dec31f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRegistry.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRegistry.md @@ -24,5 +24,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType Syst default 2022/7/13 3:26:33 v-junxisu@microsoft.com User 2022/7/13 3:26:33 v-junxisu@microsoft.com ``` -Get the Service Registry and its properties. - +Get the Service Registry and its properties. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRuntimeVersion.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRuntimeVersion.md index dedf841c0541..96056d06127e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRuntimeVersion.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudRuntimeVersion.md @@ -6,5 +6,4 @@ Get-AzSpringCloudRuntimeVersion ```output ``` -Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. - +Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudSku.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudSku.md index 2d7fb592f455..350b963bc593 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudSku.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudSku.md @@ -174,5 +174,4 @@ Location Name ResourceType Tier {westus3} S0 Spring/apps/deployments Standard ``` -Lists all of the available skus of the Microsoft.AppPlatform provider. - +Lists all of the available skus of the Microsoft.AppPlatform provider. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudTestKey.md b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudTestKey.md index bcfd2153cf58..cc9d5abf0196 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudTestKey.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Get-AzSpringCloudTestKey.md @@ -9,4 +9,4 @@ Enabled PrimaryKey Primary True **************************************************************** https://primary:***************** ``` -List test keys for a Service. +List test keys for a Service. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudApp.md index 00075a7875e3..8b17601148f6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudApp.md @@ -9,6 +9,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType System tools 2022/6/28 8:33:27 ******@microsoft.com User 2022/6/28 8:33:27 ******@microsoft.com ``` -Create a new App or update an exiting App. - - +Create a new App or update an exiting App. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppBinding.md index 46e4102a44d2..56a9f04c5dd7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppBinding.md @@ -9,5 +9,4 @@ ResourceName Name ResourceGroupName ResourceType redisService redis SpringCloud-gp-junxi Microsoft.Cache ``` -Create a new Binding or update an exiting Binding. - +Create a new Binding or update an exiting Binding. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppCustomDomain.md index a273bd0cdd87..06b2aa92b1ae 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppCustomDomain.md @@ -9,6 +9,4 @@ Name springcloud-service.azuremicroservices.io ``` -Create or update custom domain of one lifecycle application. - - +Create or update custom domain of one lifecycle application. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeployment.md index 72411aeaf14f..dce3e8bb1b73 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeployment.md @@ -28,4 +28,4 @@ Property : Microsoft.Azure.PowerShell.Cmdlets.Spring Source : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.UserSourceInfo ``` -Create a spring cloud deployment. +Create a spring cloud deployment. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentJarUploadedObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentJarUploadedObject.md index 21a04b1c9fab..c2c0979a4f13 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentJarUploadedObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentJarUploadedObject.md @@ -9,5 +9,4 @@ RelativePath Version JvmOption RuntimeVersion /resource/asd451212asdasd578454d Java_8 ``` -Create an in-memory object for JarUploadedUserSourceInfo. - +Create an in-memory object for JarUploadedUserSourceInfo. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md index fe0d2c283b7e..cf6bf1ed07a1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md @@ -9,5 +9,4 @@ RelativePath Version NetCoreMainEntryPath RuntimeVersion ``` -Create an in-memory object for NetCoreZipUploadedUserSourceInfo. - +Create an in-memory object for NetCoreZipUploadedUserSourceInfo. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentSourceUploadedObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentSourceUploadedObject.md index 7916e53484a5..c1b3c1b04e05 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentSourceUploadedObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppDeploymentSourceUploadedObject.md @@ -9,5 +9,4 @@ RelativePath Version ArtifactSelector RuntimeVersion ``` -Create an in-memory object for SourceUploadedUserSourceInfo. - +Create an in-memory object for SourceUploadedUserSourceInfo. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppLoadedCertificateObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppLoadedCertificateObject.md index 4cb05b304a4c..271ae37b8249 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppLoadedCertificateObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudAppLoadedCertificateObject.md @@ -9,5 +9,4 @@ LoadTrustStore ResourceId myResourceId ``` -Create an in-memory object for LoadedCertificate. - +Create an in-memory object for LoadedCertificate. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildServiceAgentPool.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildServiceAgentPool.md index ecbba14609fa..c496ae44170a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildServiceAgentPool.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildServiceAgentPool.md @@ -9,4 +9,4 @@ Name ResourceGroupName ProvisioningState StackId Stac builderfull springcloudrg Succeeded io.buildpacks.stacks.bionic full ``` -Create or update build service agent pool. +Create or update build service agent pool. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildpackObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildpackObject.md index 975b50e04c2c..63fc29fb2f8c 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildpackObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudBuildpackObject.md @@ -9,4 +9,4 @@ Id tanzu-buildpacks/dotnet-core ``` -Create an in-memory object for BuildpackProperties +Create an in-memory object for BuildpackProperties \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationService.md index edf38b3d197f..3f12b159a8f1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationService.md @@ -10,7 +10,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType Syst default 2022/7/13 3:26:33 *********@microsoft.com User 2022/7/13 7:46:06 *********@microso… ``` -Create the default Application Configuration Service or update the existing Application Configuration Service. - - - +Create the default Application Configuration Service or update the existing Application Configuration Service. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md index 46b145b1012c..1054f9a2e775 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md @@ -9,5 +9,4 @@ HostKey HostKeyAlgorithm Label Name Password Pattern PrivateKey SearchPath St master fake {app/dev} https://github.com… ``` -Create an in-memory object for ConfigurationServiceGitRepository. - +Create an in-memory object for ConfigurationServiceGitRepository. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudContentCertificateObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudContentCertificateObject.md index 3313f3ca3b4c..9aad64918a39 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudContentCertificateObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudContentCertificateObject.md @@ -9,5 +9,4 @@ ActivateDate DnsName ExpirationDate IssuedDate Issuer SubjectName Thumbprint Con ContentCertificate ``` -Create an in-memory object for ContentCertificateProperties. - +Create an in-memory object for ContentCertificateProperties. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudGitPatternRepositoryObject.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudGitPatternRepositoryObject.md index e1195064e6a2..0e199e745c99 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudGitPatternRepositoryObject.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudGitPatternRepositoryObject.md @@ -9,4 +9,4 @@ HostKey HostKeyAlgorithm Label Name Password Pattern PrivateKey SearchPath Stric fake https://github.com/fa… ``` -Create an in-memory object for GitPatternRepository. +Create an in-memory object for GitPatternRepository. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudTestKey.md b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudTestKey.md index cdcbf3c0fd4e..4f30b47a5916 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudTestKey.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/New-AzSpringCloudTestKey.md @@ -9,5 +9,4 @@ Enabled PrimaryKey Primary True **************************************************************** https://primary:***********************… ``` -Regenerate a test key for a Service. - +Regenerate a test key for a Service. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloud.md index 7a80b34ef138..0e5f831597a2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloud.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloud.md @@ -3,9 +3,6 @@ Remove-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service ``` -```output -``` - Remove Spring Cloud Service by name. ### Example 2: Remove Spring Cloud Service by pipeline @@ -13,7 +10,4 @@ Remove Spring Cloud Service by name. Get-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service | Remove-AzSpringCloud ``` -```output -``` - Remove Spring Cloud Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudApp.md index 534a62b58695..42d2536df3d1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudApp.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway ``` -```output -``` - Remove Spring Cloud App by name. ### Example 2: Remove Spring Cloud App by pipeline @@ -13,7 +10,4 @@ Remove Spring Cloud App by name. Get-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway | Remove-AzSpringCloudApp ``` -```output -``` - Remove Spring Cloud App by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppBinding.md index 79f15e93c493..ba310cdca6d1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppBinding.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis ``` -```output -``` - Operation to delete a Binding. ### Example 1: Operation to delete a Binding by pipeline @@ -13,7 +10,4 @@ Operation to delete a Binding. Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis | Remove-AzSpringCloudAppBinding ``` -```output -``` - -Operation to delete a Binding by pipeline. +Operation to delete a Binding by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppCustomDomain.md index 59da01c41e60..b14e78844727 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppCustomDomain.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io ``` -```output -``` - Delete the custom domain of one lifecycle application. ### Example 2: Delete the custom domain of one lifecycle application by pipeline @@ -13,8 +10,4 @@ Delete the custom domain of one lifecycle application. Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io | Remove-AzSpringCloudAppCustomDomain ``` -```output -``` - -Delete the custom domain of one lifecycle application. - +Delete the custom domain of one lifecycle application. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppDeployment.md index b0dfb58e797c..4140fcadcaa0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudAppDeployment.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default ``` -```output -``` - Remove Spring Cloud Deployment by name. ### Example 2: Remove Spring Cloud Deployment by pipeline @@ -13,7 +10,4 @@ Remove Spring Cloud Deployment by name. Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Remove-AzSpringCloudAppDeployment ``` -```output -``` - Remove Spring Cloud Deployment by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildServiceBuilder.md index f7d8fd1cf5f1..654566da7b08 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildServiceBuilder.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildServiceBuilder.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudBuildServiceBuilder -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -Name mybuilder ``` -```output -``` - Delete a KPack builder. ### Example 2: Delete a KPack builder by pipeline @@ -13,7 +10,4 @@ Delete a KPack builder. Get-AzSpringCloudBuildServiceBuilder -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -Name mybuilder | Remove-AzSpringCloudBuildServiceBuilder ``` -```output -``` - Delete a KPack builder by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildpackBinding.md index 374360423b42..b8525931f9ee 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildpackBinding.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudBuildpackBinding.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudBuildpackBinding -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -BuilderName default -Name binging01 ``` -```output -``` - Operation to delete a Buildpack Binding. ### Example 2: Operation to delete a Buildpack Binding by pipeline @@ -13,8 +10,4 @@ Operation to delete a Buildpack Binding. Get-AzSpringCloudBuildpackBinding -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -BuilderName default -Name binging01 | Remove-AzSpringCloudBuildpackBinding ``` -```output -``` - -Operation to delete a Buildpack Binding by pipeline. - +Operation to delete a Buildpack Binding by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudCertificate.md index 453c22e42aa9..9b6deaa4b8de 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudCertificate.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudCertificate.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudCertificate -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name mycertificate ``` -```output -``` - Delete the certificate resource. ### Example 2: Delete the certificate resource @@ -13,8 +10,4 @@ Delete the certificate resource. Get-AzSpringCloudCertificate -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name mycertificate | Remove-AzSpringCloudCertificate -InputObject $data ``` -```output -``` - -Delete the certificate resource. - +Delete the certificate resource. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudConfigurationService.md index 7cc4bfe829a0..2cc2b2f497ee 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Remove-AzSpringCloudConfigurationService.md @@ -3,9 +3,6 @@ Remove-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service ``` -```output -``` - Disable the default Application Configuration Service. ### Example 2: Disable the default Application Configuration Service by pipeline @@ -13,8 +10,4 @@ Disable the default Application Configuration Service. Get-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service | Remove-AzSpringCloudConfigurationService ``` -```output -``` - -Disable the default Application Configuration Service by pipeline. - +Disable the default Application Configuration Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Restart-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Restart-AzSpringCloudAppDeployment.md index 08e8fe50bdb4..2e7a15c92bfc 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Restart-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Restart-AzSpringCloudAppDeployment.md @@ -10,4 +10,4 @@ Restart Spring Cloud Service by name. Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Restart-AzSpringCloudAppDeployment ``` -Restart Spring Cloud Service by pipeline. +Restart Spring Cloud Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Start-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Start-AzSpringCloudAppDeployment.md index 611252eb56d3..0694a115577e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Start-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Start-AzSpringCloudAppDeployment.md @@ -10,4 +10,4 @@ Start Spring Cloud Service by name. Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Start-AzSpringCloudAppDeployment ``` -Start Spring Cloud Service by pipeline. +Start Spring Cloud Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Stop-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Stop-AzSpringCloudAppDeployment.md index 334d19ee8ed6..e4b6da5d11e8 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Stop-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Stop-AzSpringCloudAppDeployment.md @@ -10,4 +10,4 @@ Stop Spring Cloud Service by name. Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Stop-AzSpringCloudAppDeployment ``` -Stop Spring Cloud Service by pipeline. +Stop Spring Cloud Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudAppCustomDomain.md index fd2ec381c30b..83be82c84338 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudAppCustomDomain.md @@ -22,5 +22,4 @@ IsValid Message True ``` -Check the resource name is valid as well as not in use by pipeline. - +Check the resource name is valid as well as not in use by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudConfigServer.md index fd9945a34c29..0ddaa1fe7925 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudConfigServer.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudConfigServer.md @@ -22,5 +22,4 @@ IsValid True ``` -Check if the config server settings are valid by pipeline. - +Check if the config server settings are valid by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudNameAvailability.md b/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudNameAvailability.md index 671e5c13fcb2..c6288b139a35 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudNameAvailability.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Test-AzSpringCloudNameAvailability.md @@ -9,7 +9,4 @@ Message The resource name is invalid. It can contain only lowercase letters, numbers and hyphens. The first character must be … ``` -Checks that the resource name is valid and is not already in use. - - - +Checks that the resource name is valid and is not already in use. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloud.md index f00f6ef7def9..8fea9e6eb4c2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloud.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloud.md @@ -102,4 +102,4 @@ Trace : Microsoft.Azure.PowerShell.Cm TraceError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error ``` -Update Spring Cloud Service by pipeline. +Update Spring Cloud Service by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudApp.md index fbb70ba599fe..50b1ee0dff66 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudApp.md @@ -62,4 +62,4 @@ Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models. TemporaryDisk : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TemporaryDisk ``` -Update Spring Cloud App by pipeline. +Update Spring Cloud App by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppActiveDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppActiveDeployment.md index b973f9832a33..cb26cf191ce6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppActiveDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppActiveDeployment.md @@ -24,5 +24,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType Syst default 2022/7/1 3:41:45 *********@microsoft.com User 2022/7/1 3:49:11 **********@microso… ``` -Set existing Deployment under the app as active by pipeline. - +Set existing Deployment under the app as active by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppBinding.md index 767a639196c5..161eeb0cc3d6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppBinding.md @@ -22,5 +22,4 @@ Name redis ``` -Operation to update an exiting Binding by pipeline. - +Operation to update an exiting Binding by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppCustomDomain.md index 2db7eb13eb70..030baf67a10f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppCustomDomain.md @@ -24,5 +24,4 @@ Name springcloud-service.azuremicroservices.io ``` -Update custom domain of one lifecycle application by pipeline. - +Update custom domain of one lifecycle application by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppDeployment.md index 0964bc5e6e2d..d7fcbb6e7030 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudAppDeployment.md @@ -24,5 +24,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType Syst default 2022/7/1 3:41:45 *********@microsoft.com User 2022/7/1 3:49:11 **********@microso… ``` -Operation to update an exiting Deployment by pipeline. - +Operation to update an exiting Deployment by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudConfigServer.md index ad447b04f1ea..a6372baeac30 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudConfigServer.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudConfigServer.md @@ -24,5 +24,4 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType Syst default 2022/7/1 7:22:54 *********@microsoft.com User 2022/7/1 7:22:54 **********@microso… ``` -Update the config server by pipeline. - +Update the config server by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudMonitoringSetting.md b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudMonitoringSetting.md index 896ff71bf330..635aefa3fd4a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudMonitoringSetting.md +++ b/src/SpringCloud/SpringCloud.Autorest/examples/Update-AzSpringCloudMonitoringSetting.md @@ -22,5 +22,4 @@ Name ResourceGroupName ProvisioningState TraceEnabled default azurespringrg Succeeded True ``` -Update the Monitoring Setting by pipeline. - +Update the Monitoring Setting by pipeline. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Deploy-AzSpringCloudApp.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Deploy-AzSpringCloudApp.ps1 index c4d67f9c207d..1a011d3bdf5e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Deploy-AzSpringCloudApp.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Deploy-AzSpringCloudApp.ps1 @@ -157,7 +157,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -182,6 +182,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Disable-AzSpringCloudTestEndpoint.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Disable-AzSpringCloudTestEndpoint.ps1 index 823ecec3dc54..383d9989984a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Disable-AzSpringCloudTestEndpoint.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Disable-AzSpringCloudTestEndpoint.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -152,7 +153,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -177,6 +178,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Enable-AzSpringCloudTestEndpoint.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Enable-AzSpringCloudTestEndpoint.ps1 index 07ce2bccdd01..090dac72ab12 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Enable-AzSpringCloudTestEndpoint.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Enable-AzSpringCloudTestEndpoint.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -171,6 +172,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloud.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloud.ps1 index 51b4d2a1a767..7236950bab20 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloud.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloud.ps1 @@ -102,7 +102,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -154,7 +155,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -181,6 +182,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudApp.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudApp.ps1 index cd766ae69bd7..63978e2024cb 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudApp.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudApp.ps1 @@ -113,7 +113,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -165,7 +166,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -191,6 +192,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppBinding.ps1 index c3102fd38656..c5ab9856fcc1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppBinding.ps1 @@ -113,7 +113,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -165,7 +166,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -191,6 +192,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppCustomDomain.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppCustomDomain.ps1 index 8b72c1acbc0f..fac2e970fe7f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppCustomDomain.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppCustomDomain.ps1 @@ -110,7 +110,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -162,7 +163,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -188,6 +189,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeployment.ps1 index 0b7b962c0b67..e1bb947b5b6b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeployment.ps1 @@ -124,7 +124,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -176,7 +177,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -203,6 +204,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeploymentLogFileUrl.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeploymentLogFileUrl.ps1 index d0183032cab5..41e7c5181deb 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeploymentLogFileUrl.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudAppDeploymentLogFileUrl.ps1 @@ -106,7 +106,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -164,7 +165,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -189,6 +190,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildService.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildService.ps1 index 8614e16feb3f..3bad52ca58d0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildService.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildService.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -174,6 +175,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceAgentPool.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceAgentPool.ps1 index ba27ca47eb8f..ee3f1670338d 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceAgentPool.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceAgentPool.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -177,6 +178,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceBuilder.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceBuilder.ps1 index f1c1e55d5204..45c48638bd76 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceBuilder.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceBuilder.ps1 @@ -105,7 +105,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -157,7 +158,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -186,6 +187,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedBuildpack.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedBuildpack.ps1 index cb930c7867e3..4d891f062a5f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedBuildpack.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedBuildpack.ps1 @@ -105,7 +105,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -157,7 +158,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -186,6 +187,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedStack.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedStack.ps1 index cfcdd166378b..e5b443f701b6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedStack.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildServiceSupportedStack.ps1 @@ -105,7 +105,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -157,7 +158,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -186,6 +187,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildpackBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildpackBinding.ps1 index f9c353a86e95..525c20e5a7d8 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildpackBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudBuildpackBinding.ps1 @@ -113,7 +113,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -165,7 +166,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -194,6 +195,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudCertificate.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudCertificate.ps1 index c7b8e26c69af..da204335f9cb 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudCertificate.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudCertificate.ps1 @@ -104,7 +104,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -156,7 +157,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -182,6 +183,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigServer.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigServer.ps1 index cff4fc84c779..46ca1665f574 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigServer.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigServer.ps1 @@ -92,7 +92,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -144,7 +145,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -169,6 +170,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigurationService.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigurationService.ps1 index 2b7567e79681..71da5277a2e6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigurationService.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudConfigurationService.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -174,6 +175,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudMonitoringSetting.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudMonitoringSetting.ps1 index 68040d6e8c45..fd86af855a1f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudMonitoringSetting.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudMonitoringSetting.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -171,6 +172,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRegistry.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRegistry.ps1 index aa34c57f2393..0c2bde1c310c 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRegistry.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRegistry.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -174,6 +175,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRuntimeVersion.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRuntimeVersion.ps1 index 28a57cb1f39b..152cf23b75d5 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRuntimeVersion.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudRuntimeVersion.ps1 @@ -36,7 +36,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -88,7 +89,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -109,6 +110,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudSku.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudSku.ps1 index 0b7078054635..97301f6d8645 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudSku.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudSku.ps1 @@ -44,7 +44,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -96,7 +97,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -120,6 +121,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudTestKey.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudTestKey.ps1 index 0470c7230379..81aff1f1559c 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudTestKey.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Get-AzSpringCloudTestKey.ps1 @@ -57,7 +57,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -109,7 +110,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -133,6 +134,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloud.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloud.ps1 index d3271850412d..d5b9c986a6d4 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloud.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloud.ps1 @@ -191,7 +191,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -215,6 +215,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudApp.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudApp.ps1 index 0ed2637f095f..4fae308ad7c1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudApp.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudApp.ps1 @@ -224,7 +224,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -248,6 +248,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppBinding.ps1 index e0c2697c7b26..c5e022dc6d03 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppBinding.ps1 @@ -89,7 +89,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -153,7 +154,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -177,6 +178,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppCustomDomain.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppCustomDomain.ps1 index 1f9d922f6aa5..31ab3e2583ba 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppCustomDomain.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppCustomDomain.ps1 @@ -81,7 +81,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -145,7 +146,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -169,6 +170,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeployment.ps1 index c9b0c01d3f9d..51c15eb1f0a9 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeployment.ps1 @@ -139,7 +139,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -203,7 +204,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -227,6 +228,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentBuildResultObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentBuildResultObject.ps1 index 355370c8c69e..21ba4718ece2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentBuildResultObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentBuildResultObject.ps1 @@ -47,7 +47,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -68,6 +68,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentJarUploadedObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentJarUploadedObject.ps1 index 7a24bbd4c881..2e3e0dddf0e0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentJarUploadedObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentJarUploadedObject.ps1 @@ -59,7 +59,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -80,6 +80,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.ps1 index 2d5d048d6181..b15270ed0155 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.ps1 @@ -59,7 +59,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -80,6 +80,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentSourceUploadedObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentSourceUploadedObject.ps1 index a717373a3662..e5eda570b6cc 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentSourceUploadedObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppDeploymentSourceUploadedObject.ps1 @@ -61,7 +61,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -82,6 +82,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppLoadedCertificateObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppLoadedCertificateObject.ps1 index 052cc01f258f..c4d85238e096 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppLoadedCertificateObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudAppLoadedCertificateObject.ps1 @@ -53,7 +53,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -74,6 +74,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceAgentPool.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceAgentPool.ps1 index 1b93908ff507..828c71e17545 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceAgentPool.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceAgentPool.ps1 @@ -98,7 +98,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -162,7 +163,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -193,6 +194,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceBuilder.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceBuilder.ps1 index 7d30f8011618..ba972e932e96 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceBuilder.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildServiceBuilder.ps1 @@ -92,7 +92,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -156,7 +157,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -183,6 +184,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackBinding.ps1 index f18190dd1244..2d738a3d2c30 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackBinding.ps1 @@ -91,7 +91,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -155,7 +156,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -182,6 +183,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackObject.ps1 index 59c589f73415..6c86e238752a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpackObject.ps1 @@ -47,7 +47,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -68,6 +68,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpacksGroupObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpacksGroupObject.ps1 index 84efe3e15b68..304be7a19682 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpacksGroupObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudBuildpacksGroupObject.ps1 @@ -65,7 +65,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -86,6 +86,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudCertificate.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudCertificate.ps1 index 16aae534d4db..479af5026d61 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudCertificate.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudCertificate.ps1 @@ -79,7 +79,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -143,7 +144,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -167,6 +168,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationService.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationService.ps1 index 20a16cc57f8d..1b1c5de08596 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationService.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationService.ps1 @@ -82,7 +82,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -146,7 +147,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -173,6 +174,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 index 916a6ff206e0..edd076554251 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudConfigurationServiceGitRepositoryObject.ps1 @@ -25,7 +25,7 @@ New-AzSpringCloudConfigurationServiceGitRepositoryObject -Name fake -Label maste .Outputs Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository .Link -https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject +https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject #> function New-AzSpringCloudConfigurationServiceGitRepositoryObject { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository])] @@ -107,7 +107,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -128,6 +128,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudContentCertificateObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudContentCertificateObject.ps1 index f2c350420b87..e48dd4a4b1ee 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudContentCertificateObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudContentCertificateObject.ps1 @@ -47,7 +47,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -68,6 +68,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudGitPatternRepositoryObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudGitPatternRepositoryObject.ps1 index e2e52337c137..ea7df2fffd2a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudGitPatternRepositoryObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudGitPatternRepositoryObject.ps1 @@ -25,7 +25,7 @@ New-AzSpringCloudGitPatternRepositoryObject -Name fake -Uri "https://github.com/ .Outputs Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository .Link -https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject +https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject #> function New-AzSpringCloudGitPatternRepositoryObject { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository])] @@ -107,7 +107,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -128,6 +128,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudKeyVaultCertificateObject.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudKeyVaultCertificateObject.ps1 index c77c42b5d866..b5abd0bb9f81 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudKeyVaultCertificateObject.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudKeyVaultCertificateObject.ps1 @@ -66,7 +66,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -87,6 +87,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudTestKey.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudTestKey.ps1 index ebba16f0f79d..893d3b0f5e96 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudTestKey.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/New-AzSpringCloudTestKey.ps1 @@ -64,7 +64,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -116,7 +117,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -140,6 +141,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/ProxyCmdletDefinitions.ps1 index aa313826d0b1..d513b6f147a1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -152,7 +153,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -177,6 +178,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -301,7 +306,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -353,7 +359,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -378,6 +384,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -521,7 +531,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -573,7 +584,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -599,6 +610,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -739,7 +754,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -791,7 +807,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -817,6 +833,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -953,7 +973,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1011,7 +1032,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1036,6 +1057,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -1190,7 +1215,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1242,7 +1268,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1269,6 +1295,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -1412,7 +1442,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1464,7 +1495,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1490,6 +1521,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -1633,7 +1668,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1685,7 +1721,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1714,6 +1750,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -1838,7 +1878,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1890,7 +1931,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -1921,6 +1962,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -2056,7 +2101,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -2108,7 +2154,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2137,6 +2183,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -2272,7 +2322,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -2324,7 +2375,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2353,6 +2404,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -2488,7 +2543,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -2540,7 +2596,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2569,6 +2625,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -2693,7 +2753,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -2745,7 +2806,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2773,6 +2834,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -2907,7 +2972,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -2959,7 +3025,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -2985,6 +3051,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -3107,7 +3177,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -3159,7 +3230,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3184,6 +3255,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -3308,7 +3383,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -3360,7 +3436,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3388,6 +3464,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -3512,7 +3592,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -3564,7 +3645,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3589,6 +3670,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -3713,7 +3798,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -3765,7 +3851,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3793,6 +3879,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -3859,7 +3949,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -3911,7 +4002,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -3932,6 +4023,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -4006,7 +4101,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -4058,7 +4154,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4082,6 +4178,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -4169,7 +4269,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -4221,7 +4322,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4245,6 +4346,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -4377,7 +4482,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -4429,7 +4535,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4456,6 +4562,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -4575,7 +4685,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -4639,7 +4750,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4663,6 +4774,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -4774,7 +4889,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -4838,7 +4954,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -4862,6 +4978,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -5031,7 +5151,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -5095,7 +5216,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -5119,6 +5240,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -5240,7 +5365,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -5304,7 +5430,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -5331,6 +5457,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -5459,7 +5589,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -5523,7 +5654,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -5554,6 +5685,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -5676,7 +5811,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -5740,7 +5876,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -5767,6 +5903,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -5876,7 +6016,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -5940,7 +6081,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -5964,6 +6105,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -6076,7 +6221,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -6140,7 +6286,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -6167,6 +6313,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -6261,7 +6411,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -6313,7 +6464,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -6337,6 +6488,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -6474,7 +6629,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -6544,7 +6700,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -6569,6 +6725,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -6705,7 +6865,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -6775,7 +6936,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -6800,6 +6961,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -6937,7 +7102,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -7007,7 +7173,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -7032,6 +7198,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -7163,7 +7333,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -7233,7 +7404,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -7258,6 +7429,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -7395,7 +7570,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -7465,7 +7641,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -7493,6 +7669,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -7623,7 +7803,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -7693,7 +7874,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -7721,6 +7902,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -7852,7 +8037,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -7922,7 +8108,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -7947,6 +8133,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -8071,7 +8261,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -8141,7 +8332,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -8169,6 +8360,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -8294,7 +8489,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -8364,7 +8560,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -8389,6 +8585,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -8526,7 +8726,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -8596,7 +8797,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -8621,6 +8822,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -8776,7 +8981,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -8846,7 +9052,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -8871,6 +9077,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -9008,7 +9218,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -9078,7 +9289,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -9103,6 +9314,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -9240,7 +9455,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -9310,7 +9526,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -9335,6 +9551,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -9471,7 +9691,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -9523,7 +9744,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -9548,6 +9769,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -9748,7 +9973,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -9812,7 +10038,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -9837,6 +10063,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -9980,7 +10210,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -10044,7 +10275,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -10072,6 +10303,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -10164,7 +10399,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -10216,7 +10452,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -10240,6 +10476,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -10377,7 +10617,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -10441,7 +10682,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -10466,6 +10707,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -10622,7 +10867,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -10686,7 +10932,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -10711,6 +10957,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -10859,7 +11109,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -10923,7 +11174,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -10948,6 +11199,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -11150,7 +11405,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -11214,7 +11470,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -11239,6 +11495,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -11462,7 +11722,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -11526,7 +11787,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -11551,6 +11812,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -11763,7 +12028,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -11827,7 +12093,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -11852,6 +12118,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -12007,7 +12277,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -12071,7 +12342,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -12096,6 +12367,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -12288,7 +12563,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -12352,7 +12628,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -12377,6 +12653,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -12564,7 +12844,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -12589,6 +12869,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -12810,7 +13094,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -12834,6 +13118,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13088,7 +13376,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13112,6 +13400,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13189,7 +13481,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13210,6 +13502,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13299,7 +13595,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13320,6 +13616,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13409,7 +13709,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13430,6 +13730,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13521,7 +13825,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13542,6 +13846,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13625,7 +13933,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13646,6 +13954,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13723,7 +14035,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13744,6 +14056,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13839,7 +14155,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -13860,6 +14176,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -13915,7 +14235,7 @@ New-AzSpringCloudConfigurationServiceGitRepositoryObject -Name fake -Label maste .Outputs Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository .Link -https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject +https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject #> function New-AzSpringCloudConfigurationServiceGitRepositoryObject { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository])] @@ -13997,7 +14317,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -14018,6 +14338,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -14095,7 +14419,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -14116,6 +14440,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -14171,7 +14499,7 @@ New-AzSpringCloudGitPatternRepositoryObject -Name fake -Uri "https://github.com/ .Outputs Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository .Link -https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject +https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject #> function New-AzSpringCloudGitPatternRepositoryObject { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository])] @@ -14253,7 +14581,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -14274,6 +14602,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) @@ -14370,7 +14702,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -14391,6 +14723,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloud.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloud.ps1 index 917ba54e1031..1c51a093a00f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloud.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloud.ps1 @@ -95,7 +95,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -165,7 +166,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -190,6 +191,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudApp.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudApp.ps1 index 73dab29f9bce..ea5217474020 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudApp.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudApp.ps1 @@ -101,7 +101,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -171,7 +172,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -196,6 +197,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppBinding.ps1 index 6322a96cd622..219d20d73dc0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppBinding.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -202,6 +203,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppCustomDomain.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppCustomDomain.ps1 index 88fb44f83529..eccd6507f5b4 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppCustomDomain.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppCustomDomain.ps1 @@ -106,7 +106,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -176,7 +177,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -201,6 +202,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppDeployment.ps1 index 578a8575cf1c..a6468dfb1ee0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudAppDeployment.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -202,6 +203,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildServiceBuilder.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildServiceBuilder.ps1 index bd5da4b0040b..7d2647695f1a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildServiceBuilder.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildServiceBuilder.ps1 @@ -100,7 +100,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -170,7 +171,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -198,6 +199,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildpackBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildpackBinding.ps1 index f5280021c8e7..16ff05e664f1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildpackBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudBuildpackBinding.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -205,6 +206,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudCertificate.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudCertificate.ps1 index ce435d3ef9b5..c6de14822cd3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudCertificate.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudCertificate.ps1 @@ -101,7 +101,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -171,7 +172,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -196,6 +197,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudConfigurationService.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudConfigurationService.ps1 index aebce4ff8dfb..32d963846179 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudConfigurationService.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Remove-AzSpringCloudConfigurationService.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -164,7 +165,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -192,6 +193,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Restart-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Restart-AzSpringCloudAppDeployment.ps1 index cb51c9422c34..32ca01251ca1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Restart-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Restart-AzSpringCloudAppDeployment.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -202,6 +203,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeployment.ps1 index 5133b47daf28..ae76c046d7f7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeployment.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -202,6 +203,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeploymentJfr.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeploymentJfr.ps1 index 799c0b2255e2..df9d3e88206f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeploymentJfr.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Start-AzSpringCloudAppDeploymentJfr.ps1 @@ -125,7 +125,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -195,7 +196,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -220,6 +221,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Stop-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Stop-AzSpringCloudAppDeployment.ps1 index b7bd56f7e50b..65f6559b5786 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Stop-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Stop-AzSpringCloudAppDeployment.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -202,6 +203,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudAppCustomDomain.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudAppCustomDomain.ps1 index eb98d54e25fd..bfbbfb797bcc 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudAppCustomDomain.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudAppCustomDomain.ps1 @@ -106,7 +106,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -158,7 +159,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -183,6 +184,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigServer.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigServer.ps1 index 60e02e24f23e..e35e8bc2fbbc 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigServer.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigServer.ps1 @@ -170,7 +170,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -234,7 +235,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -259,6 +260,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigurationService.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigurationService.ps1 index 629d1dd5d187..6bc6f84310ef 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigurationService.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudConfigurationService.ps1 @@ -113,7 +113,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -177,7 +178,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -205,6 +206,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudNameAvailability.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudNameAvailability.ps1 index 349bfee8151e..23d4caa612b0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudNameAvailability.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Test-AzSpringCloudNameAvailability.ps1 @@ -62,7 +62,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -114,7 +115,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -138,6 +139,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloud.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloud.ps1 index 92ad1d0b4842..c695b3498f12 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloud.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloud.ps1 @@ -162,7 +162,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -226,7 +227,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -251,6 +252,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudApp.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudApp.ps1 index 6260ab99716b..c804352ced08 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudApp.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudApp.ps1 @@ -193,7 +193,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -257,7 +258,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -282,6 +283,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppActiveDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppActiveDeployment.ps1 index f1bd9bfa6eb6..13e108d048a6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppActiveDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppActiveDeployment.ps1 @@ -107,7 +107,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -171,7 +172,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -196,6 +197,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppBinding.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppBinding.ps1 index e53169f14fe0..d88023b3fbf3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppBinding.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppBinding.ps1 @@ -126,7 +126,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -190,7 +191,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -215,6 +216,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppCustomDomain.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppCustomDomain.ps1 index 9743e0c36647..c0f4a89c9878 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppCustomDomain.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppCustomDomain.ps1 @@ -118,7 +118,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -182,7 +183,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -207,6 +208,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppDeployment.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppDeployment.ps1 index 6968b28326c1..5e30b0d6f893 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppDeployment.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudAppDeployment.ps1 @@ -172,7 +172,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -236,7 +237,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -261,6 +262,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudConfigServer.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudConfigServer.ps1 index 90ab9e7948e1..16961a5ac837 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudConfigServer.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudConfigServer.ps1 @@ -182,7 +182,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -246,7 +247,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -271,6 +272,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudMonitoringSetting.ps1 b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudMonitoringSetting.ps1 index 18ad98121b89..c9edfec08db1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudMonitoringSetting.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/exports/Update-AzSpringCloudMonitoringSetting.ps1 @@ -125,7 +125,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -189,7 +190,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { - [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() } $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId if ($preTelemetryId -eq '') { @@ -214,6 +215,10 @@ begin { } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) diff --git a/src/SpringCloud/SpringCloud.Autorest/generate-help.ps1 b/src/SpringCloud/SpringCloud.Autorest/generate-help.ps1 index 0949b26324b0..63df9ca5a3d3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generate-help.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/generate-help.ps1 @@ -66,8 +66,8 @@ foreach($directory in $directories) $docsPath = Join-Path $docsFolder $directory.Name $null = New-Item -ItemType Directory -Force -Path $docsPath -ErrorAction SilentlyContinue $examplesPath = Join-Path $examplesFolder $directory.Name - - Export-HelpMarkdown -ModuleInfo $moduleInfo -FunctionInfo $cmdletFunctionInfo -HelpInfo $cmdletHelpInfo -DocsFolder $docsPath -ExamplesFolder $examplesPath + $addComplexInterfaceInfo = ![System.Convert]::ToBoolean('true') + Export-HelpMarkdown -ModuleInfo $moduleInfo -FunctionInfo $cmdletFunctionInfo -HelpInfo $cmdletHelpInfo -DocsFolder $docsPath -ExamplesFolder $examplesPath -AddComplexInterfaceInfo:$addComplexInterfaceInfo Write-Host -ForegroundColor Green "Created documentation in '$docsPath'" } diff --git a/src/SpringCloud/SpringCloud.Autorest/generate-portal-ux.ps1 b/src/SpringCloud/SpringCloud.Autorest/generate-portal-ux.ps1 new file mode 100644 index 000000000000..807603567132 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/generate-portal-ux.ps1 @@ -0,0 +1,375 @@ +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# +# This Script will create a folder dedicated to Azure-specific content and includes metadata files essential for enhancing the user experience (UX) within the Azure portal. +# These files are utilized by the Azure portal to effectively present the usage of cmdlets related to specific resources on portal pages. +# ---------------------------------------------------------------------------------- +param([switch]$Isolated) +$ErrorActionPreference = 'Stop' + +$pwsh = [System.Diagnostics.Process]::GetCurrentProcess().Path +if(-not $Isolated) { + Write-Host -ForegroundColor Green 'Creating isolated process...' + & "$pwsh" -NonInteractive -NoLogo -NoProfile -File $MyInvocation.MyCommand.Path @PSBoundParameters -Isolated + return +} + +$moduleName = 'Az.SpringCloud' +$rootModuleName = '' +if ($rootModuleName -eq "") +{ + $rootModuleName = $moduleName +} +$modulePsd1 = Get-Item -Path (Join-Path $PSScriptRoot "./$moduleName.psd1") +$modulePath = $modulePsd1.FullName + +# Load DLL to use build-time cmdlets +Import-Module -Name $modulePath +Import-Module -Name (Join-Path $PSScriptRoot "./bin/$moduleName.private.dll") +$instance = [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module]::Instance +# Module info is shared per profile +$moduleInfo = Get-Module -Name $moduleName +$parameterSetsInfo = Get-Module -Name "$moduleName.private" + +$buildinFunctions = @("Export-CmdletSurface", "Export-ExampleStub", "Export-FormatPs1xml", "Export-HelpMarkdown", "Export-ModelSurface", "Export-ProxyCmdlet", "Export-Psd1", "Export-TestStub", "Get-CommonParameter", "Get-ModuleGuid", "Get-ScriptCmdlet") + +function Test-FunctionSupported() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [string] + $FunctionName + ) + + If ($buildinfunctions.Contains($FunctionName)) { + return $false + } + + $cmdletName, $parameterSetName = $FunctionName.Split("_") + If ($parameterSetName.Contains("List") -or $parameterSetName.Contains("ViaIdentity")) { + return $false + } + If ($cmdletName.StartsWith("New") -or $cmdletName.StartsWith("Set") -or $cmdletName.StartsWith("Update")) { + return $false + } + + $parameterSetInfo = $parameterSetsInfo.ExportedCmdlets[$FunctionName] + foreach ($parameterInfo in $parameterSetInfo.Parameters.Values) + { + $category = (Get-ParameterAttribute -ParameterInfo $parameterInfo -AttributeName "CategoryAttribute").Categories + $invalideCategory = @('Query', 'Body') + if ($invalideCategory -contains $category) + { + return $false + } + } + + $customFiles = Get-ChildItem -Path custom -Filter "$cmdletName.*" + if ($customFiles.Length -ne 0) + { + return $false + } + + return $true +} + +function Get-MappedCmdletFromFunctionName() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [string] + $FunctionName + ) + + $cmdletName, $parameterSetName = $FunctionName.Split("_") + + return $cmdletName +} + +function Get-ParameterAttribute() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Management.Automation.ParameterMetadata] + $ParameterInfo, + [Parameter()] + [String] + $AttributeName + ) + return $ParameterInfo.Attributes | Where-Object { $_.TypeId.Name -eq $AttributeName } +} + +function Get-CmdletAttribute() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Management.Automation.CommandInfo] + $CmdletInfo, + [Parameter()] + [String] + $AttributeName + ) + + return $CmdletInfo.ImplementingType.GetTypeInfo().GetCustomAttributes([System.object], $true) | Where-Object { $_.TypeId.Name -eq $AttributeName } +} + +function Get-CmdletDescription() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [String] + $CmdletName + ) + $helpInfo = Get-Help $CmdletName -Full + + $description = $helpInfo.Description.Text + if ($null -eq $description) + { + return "" + } + return $description +} + +# Test whether the parameter is from swagger http path +function Test-ParameterFromSwagger() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Management.Automation.ParameterMetadata] + $ParameterInfo + ) + $category = (Get-ParameterAttribute -ParameterInfo $ParameterInfo -AttributeName "CategoryAttribute").Categories + $doNotExport = Get-ParameterAttribute -ParameterInfo $ParameterInfo -AttributeName "DoNotExportAttribute" + if ($null -ne $doNotExport) + { + return $false + } + + $valideCategory = @('Path') + if ($valideCategory -contains $category) + { + return $true + } + return $false +} + +function New-ExampleForParameterSet() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Management.Automation.CommandInfo] + $ParameterSetInfo + ) + $parameters = $ParameterSetInfo.Parameters.Values | Where-Object { Test-ParameterFromSwagger $_ } + $result = @() + foreach ($parameter in $parameters) + { + $category = (Get-ParameterAttribute -parameterInfo $parameter -AttributeName "CategoryAttribute").Categories + $sourceName = (Get-ParameterAttribute -parameterInfo $parameter -AttributeName "InfoAttribute").SerializedName + $name = $parameter.Name + $result += [ordered]@{ + name = "-$Name" + value = "[$category.$sourceName]" + } + } + + return $result +} + +function New-ParameterArrayInParameterSet() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Management.Automation.CommandInfo] + $ParameterSetInfo + ) + $parameters = $ParameterSetInfo.Parameters.Values | Where-Object { Test-ParameterFromSwagger $_ } + $result = @() + foreach ($parameter in $parameters) + { + $isMandatory = (Get-ParameterAttribute -parameterInfo $parameter -AttributeName "ParameterAttribute").Mandatory + $parameterName = $parameter.Name + $parameterType = $parameter.ParameterType.ToString().Split('.')[1] + if ($parameter.SwitchParameter) + { + $parameterSignature = "-$parameterName" + } + else + { + $parameterSignature = "-$parameterName <$parameterType>" + } + if ($parameterName -eq "SubscriptionId") + { + $isMandatory = $false + } + if (-not $isMandatory) + { + $parameterSignature = "[$parameterSignature]" + } + $result += $parameterSignature + } + + return $result +} + +function New-MetadataForParameterSet() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Management.Automation.CommandInfo] + $ParameterSetInfo + ) + $httpAttribute = Get-CmdletAttribute -CmdletInfo $ParameterSetInfo -AttributeName "HttpPathAttribute" + $httpPath = $httpAttribute.Path + $apiVersion = $httpAttribute.ApiVersion + $provider = [System.Text.RegularExpressions.Regex]::New("/providers/([\w+\.]+)/").Match($httpPath).Groups[1].Value + $resourcePath = "/" + $httpPath.Split("$provider/")[1] + $resourceType = [System.Text.RegularExpressions.Regex]::New("/([\w]+)/\{\w+\}").Matches($resourcePath) | ForEach-Object {$_.groups[1].Value} | Join-String -Separator "/" + $cmdletName = Get-MappedCmdletFromFunctionName $ParameterSetInfo.Name + $description = (Get-CmdletAttribute -CmdletInfo $ParameterSetInfo -AttributeName "DescriptionAttribute").Description + [object[]]$example = New-ExampleForParameterSet $ParameterSetInfo + [string[]]$signature = New-ParameterArrayInParameterSet $ParameterSetInfo + + return @{ + Path = $httpPath + Provider = $provider + ResourceType = $resourceType + ApiVersion = $apiVersion + CmdletName = $cmdletName + Description = $description + Example = $example + Signature = @{ + parameters = $signature + } + } +} + +function Merge-WithExistCmdletMetadata() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [System.Collections.Specialized.OrderedDictionary] + $ExistedCmdletInfo, + [Parameter()] + [Hashtable] + $ParameterSetMetadata + ) + $ExistedCmdletInfo.help.parameterSets += $ParameterSetMetadata.Signature + $ExistedCmdletInfo.examples += [ordered]@{ + description = $ParameterSetMetadata.Description + parameters = $ParameterSetMetadata.Example + } + + return $ExistedCmdletInfo +} + +function New-MetadataForCmdlet() +{ + [CmdletBinding()] + Param ( + [Parameter()] + [Hashtable] + $ParameterSetMetadata + ) + $cmdletName = $ParameterSetMetadata.CmdletName + $description = Get-CmdletDescription $cmdletName + $result = [ordered]@{ + name = $cmdletName + description = $description + path = $ParameterSetMetadata.Path + help = [ordered]@{ + learnMore = [ordered]@{ + url = "https://learn.microsoft.com/powershell/module/$rootModuleName/$cmdletName".ToLower() + } + parameterSets = @() + } + examples = @() + } + $result = Merge-WithExistCmdletMetadata -ExistedCmdletInfo $result -ParameterSetMetadata $ParameterSetMetadata + return $result +} + +$parameterSets = $parameterSetsInfo.ExportedCmdlets.Keys | Where-Object { Test-functionSupported($_) } +$resourceTypes = @{} +foreach ($parameterSetName in $parameterSets) +{ + $cmdletInfo = $parameterSetsInfo.ExportedCommands[$parameterSetName] + $parameterSetMetadata = New-MetadataForParameterSet -ParameterSetInfo $cmdletInfo + $cmdletName = $parameterSetMetadata.CmdletName + if (-not ($moduleInfo.ExportedCommands.ContainsKey($cmdletName))) + { + continue + } + if ($resourceTypes.ContainsKey($parameterSetMetadata.ResourceType)) + { + $ExistedCmdletInfo = $resourceTypes[$parameterSetMetadata.ResourceType].commands | Where-Object { $_.name -eq $cmdletName } + if ($ExistedCmdletInfo) + { + $ExistedCmdletInfo = Merge-WithExistCmdletMetadata -ExistedCmdletInfo $ExistedCmdletInfo -ParameterSetMetadata $parameterSetMetadata + } + else + { + $cmdletInfo = New-MetadataForCmdlet -ParameterSetMetadata $parameterSetMetadata + $resourceTypes[$parameterSetMetadata.ResourceType].commands += $cmdletInfo + } + } + else + { + $cmdletInfo = New-MetadataForCmdlet -ParameterSetMetadata $parameterSetMetadata + $resourceTypes[$parameterSetMetadata.ResourceType] = [ordered]@{ + resourceType = $parameterSetMetadata.ResourceType + apiVersion = $parameterSetMetadata.ApiVersion + learnMore = @{ + url = "https://learn.microsoft.com/powershell/module/$rootModuleName".ToLower() + } + commands = @($cmdletInfo) + provider = $parameterSetMetadata.Provider + } + } +} + +$UXFolder = 'UX' +if (Test-Path $UXFolder) +{ + Remove-Item -Path $UXFolder -Recurse +} +$null = New-Item -ItemType Directory -Path $UXFolder + +foreach ($resourceType in $resourceTypes.Keys) +{ + $resourceTypeFileName = $resourceType -replace "/", "-" + if ($resourceTypeFileName -eq "") + { + continue + } + $resourceTypeInfo = $resourceTypes[$resourceType] + $provider = $resourceTypeInfo.provider + $providerFolder = "$UXFolder/$provider" + if (-not (Test-Path $providerFolder)) + { + $null = New-Item -ItemType Directory -Path $providerFolder + } + $resourceTypeInfo.Remove("provider") + $resourceTypeInfo | ConvertTo-Json -Depth 10 | Out-File "$providerFolder/$resourceTypeFileName.json" +} \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_Disable.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_Disable.cs index 0ae3e8a927f9..19b6e7fc98c7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_Disable.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_Disable.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Disable test endpoint functionality for a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/disableTestEndpoint", ApiVersion = "2022-04-01")] public partial class DisableAzSpringCloudTestEndpoint_Disable : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class DisableAzSpringCloudTestEndpoint_Disable : global::System.M public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_DisableViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_DisableViaIdentity.cs index 82d93d276cac..5b56579c5a7a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_DisableViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/DisableAzSpringCloudTestEndpoint_DisableViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Disable test endpoint functionality for a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/disableTestEndpoint", ApiVersion = "2022-04-01")] public partial class DisableAzSpringCloudTestEndpoint_DisableViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class DisableAzSpringCloudTestEndpoint_DisableViaIdentity : globa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_Enable.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_Enable.cs index 17b578dfb441..a04e5fbabc7a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_Enable.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_Enable.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Enable test endpoint functionality for a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/enableTestEndpoint", ApiVersion = "2022-04-01")] public partial class EnableAzSpringCloudTestEndpoint_Enable : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class EnableAzSpringCloudTestEndpoint_Enable : global::System.Man public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_EnableViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_EnableViaIdentity.cs index de27cc8b9766..adffc8a89006 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_EnableViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/EnableAzSpringCloudTestEndpoint_EnableViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Enable test endpoint functionality for a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/enableTestEndpoint", ApiVersion = "2022-04-01")] public partial class EnableAzSpringCloudTestEndpoint_EnableViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class EnableAzSpringCloudTestEndpoint_EnableViaIdentity : global: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_Get.cs index 0a40c194ff92..34ca414f5ea4 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a Binding and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppBinding_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -56,9 +57,10 @@ public partial class GetAzSpringCloudAppBinding_Get : global::System.Management. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_GetViaIdentity.cs index c2abcddc907d..13a9e665107d 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a Binding and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppBinding_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudAppBinding_GetViaIdentity : global::System. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_List.cs index 731d262857a1..76a5c58e04fb 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppBinding_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Handles requests to list all resources in an App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppBinding_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -62,9 +63,10 @@ public partial class GetAzSpringCloudAppBinding_List : global::System.Management public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_Get.cs index ec84a0de1a8f..25a94a7aac48 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppCustomDomain_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -56,9 +57,10 @@ public partial class GetAzSpringCloudAppCustomDomain_Get : global::System.Manage public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_GetViaIdentity.cs index a562b9f3d8ab..3ee72937157a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppCustomDomain_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudAppCustomDomain_GetViaIdentity : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_List.cs index 3b6419a03421..f451077bf151 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppCustomDomain_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List the custom domains of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppCustomDomain_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -62,9 +63,10 @@ public partial class GetAzSpringCloudAppCustomDomain_List : global::System.Manag public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_Get.cs index 3b05909ae785..259b3a855720 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(string))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get deployment log file URL")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getLogFileUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppDeploymentLogFileUrl_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -56,9 +57,10 @@ public partial class GetAzSpringCloudAppDeploymentLogFileUrl_Get : global::Syste public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_GetViaIdentity.cs index 9c82de5db33e..ec94e4877b37 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeploymentLogFileUrl_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(string))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get deployment log file URL")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getLogFileUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppDeploymentLogFileUrl_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudAppDeploymentLogFileUrl_GetViaIdentity : gl public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_Get.cs index e7a6307b9f9d..511f52d66955 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a Deployment and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppDeployment_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -56,9 +57,10 @@ public partial class GetAzSpringCloudAppDeployment_Get : global::System.Manageme public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_GetViaIdentity.cs index c8caa242b754..ec16e73cd39e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a Deployment and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppDeployment_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudAppDeployment_GetViaIdentity : global::Syst public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List.cs index 135bef2fabe7..7d61f0794907 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Handles requests to list all resources in an App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppDeployment_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -62,9 +63,10 @@ public partial class GetAzSpringCloudAppDeployment_List : global::System.Managem public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List1.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List1.cs index d3f7e7e9b638..5ee9032404a4 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List1.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppDeployment_List1.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List deployments for a certain service")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/deployments", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppDeployment_List1 : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class GetAzSpringCloudAppDeployment_List1 : global::System.Manage public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_Get.cs index 2b8679f39e27..486cfd769ed6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_Get.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResourceUploadDefinition))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get an resource upload URL for an App, which may be artifacts or source archive.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/getResourceUploadUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppResourceUploadUrl_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class GetAzSpringCloudAppResourceUploadUrl_Get : global::System.M public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_GetViaIdentity.cs index 717be8ce9700..a07bb5172883 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudAppResourceUploadUrl_GetViaIdentity.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResourceUploadDefinition))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get an resource upload URL for an App, which may be artifacts or source archive.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/getResourceUploadUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudAppResourceUploadUrl_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class GetAzSpringCloudAppResourceUploadUrl_GetViaIdentity : globa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_Get.cs index 0143fec3d67d..ffb895949639 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get an App and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudApp_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudApp_Get : global::System.Management.Automat public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_GetViaIdentity.cs index effab6d91bbc..5ea6591daee2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get an App and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudApp_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudApp_GetViaIdentity : global::System.Managem public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_List.cs index 38b504d2c0bc..7144c510ed09 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudApp_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Handles requests to list all resources in a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudApp_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class GetAzSpringCloudApp_List : global::System.Management.Automa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_Get.cs index 1e260b045f70..956a5c54de13 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get build service agent pool.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceAgentPool_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class GetAzSpringCloudBuildServiceAgentPool_Get : global::System. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_GetViaIdentity.cs index 5d0e6b71649e..9f0ad3e8e5e7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceAgentPool_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get build service agent pool.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceAgentPool_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildServiceAgentPool_GetViaIdentity : glob public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResultLog_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResultLog_Get.cs index 2555d669fe9b..f8bd4c65267f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResultLog_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResultLog_Get.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(string))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack build result log download URL.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}/results/{buildResultName}/getLogFileUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuildResultLog_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -71,9 +72,10 @@ public partial class GetAzSpringCloudBuildServiceBuildResultLog_Get : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_Get.cs index 6ad1ff4923e5..7f54453bca84 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_Get.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack build result.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}/results/{buildResultName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuildResult_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -71,9 +72,10 @@ public partial class GetAzSpringCloudBuildServiceBuildResult_Get : global::Syste public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_GetViaIdentity.cs index 5119370e15f8..5ef1832e8345 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_GetViaIdentity.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack build result.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}/results/{buildResultName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuildResult_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -43,9 +44,10 @@ public partial class GetAzSpringCloudBuildServiceBuildResult_GetViaIdentity : gl public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_List.cs index 9ff628788d19..a2da53110967 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuildResult_List.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List KPack build results.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}/results", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuildResult_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -77,9 +78,10 @@ public partial class GetAzSpringCloudBuildServiceBuildResult_List : global::Syst public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_Get.cs index af146ed07bfb..d7b4b655ea78 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_Get.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuild))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack build.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuild_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -57,9 +58,10 @@ public partial class GetAzSpringCloudBuildServiceBuild_Get : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_GetViaIdentity.cs index f252c8197187..a6fa79c5e977 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_GetViaIdentity.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuild))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack build.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuild_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -43,9 +44,10 @@ public partial class GetAzSpringCloudBuildServiceBuild_GetViaIdentity : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_List.cs index 26c0b73ee740..fda0b34215e5 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuild_List.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuild))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List KPack builds.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuild_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -63,9 +64,10 @@ public partial class GetAzSpringCloudBuildServiceBuild_List : global::System.Man public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_Get.cs index 1490e1717d91..dee5413eaac0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack builder.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuilder_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class GetAzSpringCloudBuildServiceBuilder_Get : global::System.Ma public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_GetViaIdentity.cs index d425bacebd63..a2c4e7d9e708 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a KPack builder.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuilder_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildServiceBuilder_GetViaIdentity : global public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_List.cs index 0516f832399e..ce76efca1611 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceBuilder_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List KPack builders result.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceBuilder_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -67,9 +68,10 @@ public partial class GetAzSpringCloudBuildServiceBuilder_List : global::System.M public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_Get.cs index 43e5a820d2a1..738b770b1e6f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_Get.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResourceUploadDefinition))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get an resource upload URL for build service, which may be artifacts or source archive.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/getResourceUploadUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceResourceUploadUrl_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class GetAzSpringCloudBuildServiceResourceUploadUrl_Get : global: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_GetViaIdentity.cs index 91b8530f2fe5..a19bde81d5de 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceResourceUploadUrl_GetViaIdentity.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResourceUploadDefinition))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get an resource upload URL for build service, which may be artifacts or source archive.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/getResourceUploadUrl", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceResourceUploadUrl_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class GetAzSpringCloudBuildServiceResourceUploadUrl_GetViaIdentit public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_Get.cs index e191db65536e..94e685ad53fd 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the supported buildpack resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceSupportedBuildpack_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class GetAzSpringCloudBuildServiceSupportedBuildpack_Get : global public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_GetViaIdentity.cs index c64ffaef8cee..3879111a225a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the supported buildpack resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceSupportedBuildpack_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildServiceSupportedBuildpack_GetViaIdenti public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_List.cs index 290f994d4348..d93a9c2db8d2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedBuildpack_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpacksCollection))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get all supported buildpacks.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceSupportedBuildpack_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -67,9 +68,10 @@ public partial class GetAzSpringCloudBuildServiceSupportedBuildpack_List : globa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_Get.cs index c88d41faaffe..f783dcf21d55 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedStackResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the supported stack resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceSupportedStack_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class GetAzSpringCloudBuildServiceSupportedStack_Get : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_GetViaIdentity.cs index 3254b7a13106..6b8f41e9da69 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedStackResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the supported stack resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceSupportedStack_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildServiceSupportedStack_GetViaIdentity : public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_List.cs index 89ebf7302479..44ace7ef1ed8 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildServiceSupportedStack_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedStacksCollection))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get all supported stacks.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildServiceSupportedStack_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -67,9 +68,10 @@ public partial class GetAzSpringCloudBuildServiceSupportedStack_List : global::S public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_Get.cs index 84d1441ec9a3..1e1eb58a95d6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildService))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a build service resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildService_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildService_Get : global::System.Managemen public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_GetViaIdentity.cs index 54e24059fcc3..37cbff35f13a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildService_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildService))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a build service resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildService_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildService_GetViaIdentity : global::Syste public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_Get.cs index 0ee33451e89d..95a42f50438a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a buildpack binding by name.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildpackBinding_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -75,9 +76,10 @@ public partial class GetAzSpringCloudBuildpackBinding_Get : global::System.Manag public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_GetViaIdentity.cs index a022ccea4a86..881396dd35d0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a buildpack binding by name.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildpackBinding_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudBuildpackBinding_GetViaIdentity : global::S public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_List.cs index 81617cee9811..cd0cd86173d5 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudBuildpackBinding_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Handles requests to list all buildpack bindings in a builder.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudBuildpackBinding_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -81,9 +82,10 @@ public partial class GetAzSpringCloudBuildpackBinding_List : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_Get.cs index 2ea50ae27606..709547cfb477 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the certificate resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudCertificate_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudCertificate_Get : global::System.Management public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_GetViaIdentity.cs index ee6dd6d8545a..b1782c730605 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the certificate resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudCertificate_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudCertificate_GetViaIdentity : global::System public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_List.cs index 2a0cec67bb9c..89db14b04b18 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudCertificate_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List all the certificates of one user.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudCertificate_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class GetAzSpringCloudCertificate_List : global::System.Managemen public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_Get.cs index 1692704e773a..7449ee98da94 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the config server and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudConfigServer_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudConfigServer_Get : global::System.Managemen public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_GetViaIdentity.cs index 90db2ff26a68..2fdc640a2a02 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigServer_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the config server and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudConfigServer_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudConfigServer_GetViaIdentity : global::Syste public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_Get.cs index e2ade5b00d15..35ecc13e1653 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the Application Configuration Service and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudConfigurationService_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudConfigurationService_Get : global::System.M public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_GetViaIdentity.cs index 900af8c8983b..bdc970f609a9 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudConfigurationService_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the Application Configuration Service and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudConfigurationService_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudConfigurationService_GetViaIdentity : globa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_Get.cs index 08d006226e15..80aebee8f902 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the Monitoring Setting and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudMonitoringSetting_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudMonitoringSetting_Get : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_GetViaIdentity.cs index 339fdc55f8fb..da8eaaacff07 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudMonitoringSetting_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the Monitoring Setting and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudMonitoringSetting_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudMonitoringSetting_GetViaIdentity : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudOperation_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudOperation_List.cs index 248c08f35f5f..58dc4a987b5d 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudOperation_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudOperation_List.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IOperationDetail))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Lists all of the available REST API operations of the Microsoft.AppPlatform provider.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/providers/Microsoft.AppPlatform/operations", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudOperation_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -51,9 +52,10 @@ public partial class GetAzSpringCloudOperation_List : global::System.Management. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_Get.cs index 1ce8f3b48dc3..1d624540b35b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceRegistryResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the Service Registry and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudRegistry_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudRegistry_Get : global::System.Management.Au public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_GetViaIdentity.cs index 9d4be74c4a9c..952c27b7b24e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRegistry_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceRegistryResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get the Service Registry and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudRegistry_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudRegistry_GetViaIdentity : global::System.Ma public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRuntimeVersion_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRuntimeVersion_List.cs index 08ed3e76bad8..7ed9dc28d22c 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRuntimeVersion_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudRuntimeVersion_List.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedRuntimeVersion))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/providers/Microsoft.AppPlatform/runtimeVersions", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudRuntimeVersion_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -44,9 +45,10 @@ public partial class GetAzSpringCloudRuntimeVersion_List : global::System.Manage public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudSku_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudSku_List.cs index 568b853acac4..cd378e1651e2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudSku_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudSku_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResourceSku))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Lists all of the available skus of the Microsoft.AppPlatform provider.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/skus", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudSku_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class GetAzSpringCloudSku_List : global::System.Management.Automa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudTestKey_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudTestKey_List.cs index 9b74f491e121..1ef67fcc0c85 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudTestKey_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloudTestKey_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"List test keys for a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/listTestKeys", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloudTestKey_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloudTestKey_List : global::System.Management.Au public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_Get.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_Get.cs index 7d5618451a12..982721e0af58 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_Get.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_Get.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a Service and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloud_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloud_Get : global::System.Management.Automation public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_GetViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_GetViaIdentity.cs index 25c7698587a1..6d875b0cf7d7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_GetViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_GetViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Get a Service and its properties.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloud_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -42,9 +43,10 @@ public partial class GetAzSpringCloud_GetViaIdentity : global::System.Management public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List.cs index 1864279b9b39..ef9b675e2a53 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Handles requests to list all resources in a subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloud_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class GetAzSpringCloud_List : global::System.Management.Automatio public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List1.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List1.cs index 41e74d9bb7cc..31d304eb3157 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List1.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/GetAzSpringCloud_List1.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Handles requests to list all resources in a resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring", ApiVersion = "2022-04-01")] public partial class GetAzSpringCloud_List1 : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class GetAzSpringCloud_List1 : global::System.Management.Automati public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppBinding_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppBinding_CreateExpanded.cs index abd2e7b03562..15ae98bfd8ec 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppBinding_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppBinding_CreateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create a new Binding or update an exiting Binding.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudAppBinding_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -76,9 +77,10 @@ public partial class NewAzSpringCloudAppBinding_CreateExpanded : global::System. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppCustomDomain_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppCustomDomain_CreateExpanded.cs index d293ae04dc26..2fdb9001ffa2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppCustomDomain_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppCustomDomain_CreateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudAppCustomDomain_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -75,9 +76,10 @@ public partial class NewAzSpringCloudAppCustomDomain_CreateExpanded : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppDeployment_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppDeployment_CreateExpanded.cs index 92a31ec7dece..a7ded93c7c94 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppDeployment_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudAppDeployment_CreateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create a new Deployment or update an exiting Deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudAppDeployment_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -87,9 +88,10 @@ public partial class NewAzSpringCloudAppDeployment_CreateExpanded : global::Syst public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudApp_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudApp_CreateExpanded.cs index 65576264d11d..fe27b088e062 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudApp_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudApp_CreateExpanded.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create a new App or update an exiting App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudApp_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -63,9 +64,10 @@ public partial class NewAzSpringCloudApp_CreateExpanded : global::System.Managem public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateExpanded.cs index 14c393329988..21177a5bdbaf 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update build service agent pool.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudBuildServiceAgentPool_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -69,9 +70,10 @@ public partial class NewAzSpringCloudBuildServiceAgentPool_UpdateExpanded : glob public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateViaIdentityExpanded.cs index 3fa0d2663bfd..e4507d7153e5 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceAgentPool_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update build service agent pool.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudBuildServiceAgentPool_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class NewAzSpringCloudBuildServiceAgentPool_UpdateViaIdentityExpa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuild_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuild_CreateExpanded.cs index 8dfd98cfa6b6..05094b0eb8b7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuild_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuild_CreateExpanded.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuild))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update a KPack build.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudBuildServiceBuild_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -82,9 +83,10 @@ public partial class NewAzSpringCloudBuildServiceBuild_CreateExpanded : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuilder_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuilder_CreateExpanded.cs index a64c4b1f222c..83f2ace56cb4 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuilder_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildServiceBuilder_CreateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update a KPack builder.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudBuildServiceBuilder_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -81,9 +82,10 @@ public partial class NewAzSpringCloudBuildServiceBuilder_CreateExpanded : global public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildpackBinding_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildpackBinding_CreateExpanded.cs index 839b79ecdd83..931506551938 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildpackBinding_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudBuildpackBinding_CreateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update a buildpack binding.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudBuildpackBinding_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -95,9 +96,10 @@ public partial class NewAzSpringCloudBuildpackBinding_CreateExpanded : global::S public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudCertificate_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudCertificate_CreateExpanded.cs index 50173881cf0d..84afa40aced6 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudCertificate_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudCertificate_CreateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create or update certificate resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudCertificate_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class NewAzSpringCloudCertificate_CreateExpanded : global::System public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudConfigurationService_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudConfigurationService_CreateExpanded.cs index 1e25b4813680..b83199806cd1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudConfigurationService_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudConfigurationService_CreateExpanded.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create the default Application Configuration Service or update the existing Application Configuration Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudConfigurationService_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -52,9 +53,10 @@ public partial class NewAzSpringCloudConfigurationService_CreateExpanded : globa public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudTestKey_RegenerateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudTestKey_RegenerateExpanded.cs index 9be286d166ba..cfa7dce1297d 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudTestKey_RegenerateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloudTestKey_RegenerateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Regenerate a test key for a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/regenerateTestKey", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloudTestKey_RegenerateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class NewAzSpringCloudTestKey_RegenerateExpanded : global::System public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloud_CreateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloud_CreateExpanded.cs index 826a518346b4..6175ac773415 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloud_CreateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/NewAzSpringCloud_CreateExpanded.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Create a new Service or update an exiting Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class NewAzSpringCloud_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -51,9 +52,10 @@ public partial class NewAzSpringCloud_CreateExpanded : global::System.Management public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_Delete.cs index 97aa44c15c2d..ba5d0c1171f3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Binding.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudAppBinding_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class RemoveAzSpringCloudAppBinding_Delete : global::System.Manag public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_DeleteViaIdentity.cs index c6a4f4f306cc..be9c626e3e74 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppBinding_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Binding.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudAppBinding_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudAppBinding_DeleteViaIdentity : global::S public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_Delete.cs index b4ea44f0cc71..2d96bec7fbf2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Delete the custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudAppCustomDomain_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class RemoveAzSpringCloudAppCustomDomain_Delete : global::System. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_DeleteViaIdentity.cs index 6c5cc77a153c..e62363643f9d 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppCustomDomain_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Delete the custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudAppCustomDomain_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudAppCustomDomain_DeleteViaIdentity : glob public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_Delete.cs index 91c23103c63f..b3ff43172835 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudAppDeployment_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class RemoveAzSpringCloudAppDeployment_Delete : global::System.Ma public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_DeleteViaIdentity.cs index e7bd574da3a4..ebaf7c289f13 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudAppDeployment_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudAppDeployment_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudAppDeployment_DeleteViaIdentity : global public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_Delete.cs index 64db9b7c0947..0c760da0f7d1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete an App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudApp_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudApp_Delete : global::System.Management.A public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_DeleteViaIdentity.cs index cf68f06e9619..d06503094c4b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudApp_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete an App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudApp_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudApp_DeleteViaIdentity : global::System.M public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_Delete.cs index 816510f6a9db..fd2b39c4e1a1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Delete a KPack builder.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudBuildServiceBuilder_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -66,9 +67,10 @@ public partial class RemoveAzSpringCloudBuildServiceBuilder_Delete : global::Sys public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_DeleteViaIdentity.cs index bfdb41bfce92..97fce2b24181 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildServiceBuilder_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Delete a KPack builder.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudBuildServiceBuilder_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudBuildServiceBuilder_DeleteViaIdentity : public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_Delete.cs index f5bb55458969..310015c0930f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Buildpack Binding")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudBuildpackBinding_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -80,9 +81,10 @@ public partial class RemoveAzSpringCloudBuildpackBinding_Delete : global::System public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_DeleteViaIdentity.cs index ca771e01a277..b02e8afe8377 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudBuildpackBinding_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Buildpack Binding")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudBuildpackBinding_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudBuildpackBinding_DeleteViaIdentity : glo public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_Delete.cs index f961a3928da4..04e64a4cc45e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Delete the certificate resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudCertificate_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudCertificate_Delete : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_DeleteViaIdentity.cs index 2b8f1d7bc837..73bacaeffc2e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudCertificate_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Delete the certificate resource.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudCertificate_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudCertificate_DeleteViaIdentity : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_Delete.cs index c3ec37d39dec..7e3df0f7cbdb 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Disable the default Application Configuration Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudConfigurationService_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudConfigurationService_Delete : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_DeleteViaIdentity.cs index 2e664835a29c..c991c84e4130 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudConfigurationService_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Disable the default Application Configuration Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudConfigurationService_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloudConfigurationService_DeleteViaIdentity : public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_Delete.cs index 9af371c112ab..fbcf9d002f83 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_Delete.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Disable the default Service Registry.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudRegistry_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class RemoveAzSpringCloudRegistry_Delete : global::System.Managem public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_DeleteViaIdentity.cs index d6bcfbdf6fb9..d1b032269965 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloudRegistry_DeleteViaIdentity.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Disable the default Service Registry.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/serviceRegistries/{serviceRegistryName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloudRegistry_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -48,9 +49,10 @@ public partial class RemoveAzSpringCloudRegistry_DeleteViaIdentity : global::Sys public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_Delete.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_Delete.cs index ef93c95b90c3..4350c7a1b2a5 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_Delete.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_Delete.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloud_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloud_Delete : global::System.Management.Auto public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_DeleteViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_DeleteViaIdentity.cs index ab8036298429..43e9b1114e5b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_DeleteViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RemoveAzSpringCloud_DeleteViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to delete a Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class RemoveAzSpringCloud_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RemoveAzSpringCloud_DeleteViaIdentity : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_Restart.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_Restart.cs index 6b8a287814ca..120570e8f398 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_Restart.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_Restart.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Restart the deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/restart", ApiVersion = "2022-04-01")] public partial class RestartAzSpringCloudAppDeployment_Restart : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class RestartAzSpringCloudAppDeployment_Restart : global::System. public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_RestartViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_RestartViaIdentity.cs index 5e589037dc16..164bb8ca8aec 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_RestartViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/RestartAzSpringCloudAppDeployment_RestartViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Restart the deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/restart", ApiVersion = "2022-04-01")] public partial class RestartAzSpringCloudAppDeployment_RestartViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class RestartAzSpringCloudAppDeployment_RestartViaIdentity : glob public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartExpanded.cs index 8d7937258eb9..7b429af038a0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Start JFR")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/startJFR", ApiVersion = "2022-04-01")] public partial class StartAzSpringCloudAppDeploymentJfr_StartExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -75,9 +76,10 @@ public partial class StartAzSpringCloudAppDeploymentJfr_StartExpanded : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartViaIdentityExpanded.cs index 6b1fb01f3e15..bc1a3f991380 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeploymentJfr_StartViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Start JFR")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/startJFR", ApiVersion = "2022-04-01")] public partial class StartAzSpringCloudAppDeploymentJfr_StartViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class StartAzSpringCloudAppDeploymentJfr_StartViaIdentityExpanded public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_Start.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_Start.cs index 5ed50c7d44e1..9c1ba6feb600 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_Start.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_Start.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Start the deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start", ApiVersion = "2022-04-01")] public partial class StartAzSpringCloudAppDeployment_Start : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class StartAzSpringCloudAppDeployment_Start : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_StartViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_StartViaIdentity.cs index cbe8c602fa2f..b4b0e99a1985 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_StartViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StartAzSpringCloudAppDeployment_StartViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Start the deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start", ApiVersion = "2022-04-01")] public partial class StartAzSpringCloudAppDeployment_StartViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class StartAzSpringCloudAppDeployment_StartViaIdentity : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_Stop.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_Stop.cs index 091df135909b..b71ae570c14b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_Stop.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_Stop.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Stop the deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/stop", ApiVersion = "2022-04-01")] public partial class StopAzSpringCloudAppDeployment_Stop : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class StopAzSpringCloudAppDeployment_Stop : global::System.Manage public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_StopViaIdentity.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_StopViaIdentity.cs index 30e22601e224..5d2ff03fb81e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_StopViaIdentity.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/StopAzSpringCloudAppDeployment_StopViaIdentity.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Stop the deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/stop", ApiVersion = "2022-04-01")] public partial class StopAzSpringCloudAppDeployment_StopViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -47,9 +48,10 @@ public partial class StopAzSpringCloudAppDeployment_StopViaIdentity : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateExpanded.cs index ef61db2c7757..0e7fda5c053f 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainValidateResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Check the resource name is valid as well as not in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/validateDomain", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudAppCustomDomain_ValidateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -59,9 +60,10 @@ public partial class TestAzSpringCloudAppCustomDomain_ValidateExpanded : global: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateViaIdentityExpanded.cs index 4427537be28f..8bf81d10d0bf 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudAppCustomDomain_ValidateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainValidateResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Check the resource name is valid as well as not in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/validateDomain", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudAppCustomDomain_ValidateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class TestAzSpringCloudAppCustomDomain_ValidateViaIdentityExpande public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateExpanded.cs index 50000a8b2656..13313dd5ef09 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerSettingsValidateResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Check if the config server settings are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/validate", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudConfigServer_ValidateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class TestAzSpringCloudConfigServer_ValidateExpanded : global::Sy public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateViaIdentityExpanded.cs index 821f7659b3c7..047bf9be3630 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigServer_ValidateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerSettingsValidateResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Check if the config server settings are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/validate", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudConfigServer_ValidateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class TestAzSpringCloudConfigServer_ValidateViaIdentityExpanded : public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateExpanded.cs index 88a452376455..6c6083f5aaea 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitPropertyValidateResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Check if the Application Configuration Service settings are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}/validate", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudConfigurationService_ValidateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class TestAzSpringCloudConfigurationService_ValidateExpanded : gl public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateViaIdentityExpanded.cs index c089738f03be..5493fabe48e2 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudConfigurationService_ValidateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitPropertyValidateResult))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Check if the Application Configuration Service settings are valid.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}/validate", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudConfigurationService_ValidateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class TestAzSpringCloudConfigurationService_ValidateViaIdentityEx public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudNameAvailability_CheckExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudNameAvailability_CheckExpanded.cs index 301ffef71f7c..6ee0f773252a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudNameAvailability_CheckExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/TestAzSpringCloudNameAvailability_CheckExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.INameAvailability))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Checks that the resource name is valid and is not already in use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability", ApiVersion = "2022-04-01")] public partial class TestAzSpringCloudNameAvailability_CheckExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -45,9 +46,10 @@ public partial class TestAzSpringCloudNameAvailability_CheckExpanded : global::S public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetExpanded.cs index 56a2ea556205..4a4bc1c0fa18 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Set existing Deployment under the app as active")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/setActiveDeployments", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppActiveDeployment_SetExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -52,9 +53,10 @@ public partial class UpdateAzSpringCloudAppActiveDeployment_SetExpanded : global public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetViaIdentityExpanded.cs index c9755b8c9141..c106d7503d9d 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppActiveDeployment_SetViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Set existing Deployment under the app as active")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/setActiveDeployments", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppActiveDeployment_SetViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -52,9 +53,10 @@ public partial class UpdateAzSpringCloudAppActiveDeployment_SetViaIdentityExpand public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateExpanded.cs index 3c37705b68ab..a22105634d72 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting Binding.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppBinding_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -76,9 +77,10 @@ public partial class UpdateAzSpringCloudAppBinding_UpdateExpanded : global::Syst public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateViaIdentityExpanded.cs index d0e849d8560b..3c37690f8f02 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppBinding_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting Binding.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppBinding_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -62,9 +63,10 @@ public partial class UpdateAzSpringCloudAppBinding_UpdateViaIdentityExpanded : g public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateExpanded.cs index b2d10945e8cc..9f500e087ec8 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Update custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppCustomDomain_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -75,9 +76,10 @@ public partial class UpdateAzSpringCloudAppCustomDomain_UpdateExpanded : global: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateViaIdentityExpanded.cs index 0371a4f24c84..4d1b9ba62622 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppCustomDomain_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Update custom domain of one lifecycle application.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppCustomDomain_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class UpdateAzSpringCloudAppCustomDomain_UpdateViaIdentityExpande public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateExpanded.cs index c8fa37a6840c..74eaa5c1bcc5 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting Deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppDeployment_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -87,9 +88,10 @@ public partial class UpdateAzSpringCloudAppDeployment_UpdateExpanded : global::S public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateViaIdentityExpanded.cs index f1f38a28b424..5b6f416357f3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudAppDeployment_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting Deployment.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudAppDeployment_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -73,9 +74,10 @@ public partial class UpdateAzSpringCloudAppDeployment_UpdateViaIdentityExpanded public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateExpanded.cs index 569537e4e94d..09a75b2ab5b9 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudApp_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -62,9 +63,10 @@ public partial class UpdateAzSpringCloudApp_UpdateExpanded : global::System.Mana public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateViaIdentityExpanded.cs index 50023ac2ea48..7bf326f00cdc 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudApp_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting App.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudApp_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -62,9 +63,10 @@ public partial class UpdateAzSpringCloudApp_UpdateViaIdentityExpanded : global:: public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateExpanded.cs index d10fa5335978..9b7dd44e17ec 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Update the config server.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudConfigServer_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class UpdateAzSpringCloudConfigServer_UpdateExpanded : global::Sy public string Code { get => _configServerResourceBody.Code ?? null; set => _configServerResourceBody.Code = value; } /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateViaIdentityExpanded.cs index 6455dcb6c403..ad30e8cd16f3 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudConfigServer_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Update the config server.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudConfigServer_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -61,9 +62,10 @@ public partial class UpdateAzSpringCloudConfigServer_UpdateViaIdentityExpanded : public string Code { get => _configServerResourceBody.Code ?? null; set => _configServerResourceBody.Code = value; } /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateExpanded.cs index 900b32436cfa..58d18fba90af 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Update the Monitoring Setting.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudMonitoringSetting_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -87,9 +88,10 @@ public partial class UpdateAzSpringCloudMonitoringSetting_UpdateExpanded : globa public string Code { get => _monitoringSettingResourceBody.Code ?? null; set => _monitoringSettingResourceBody.Code = value; } /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateViaIdentityExpanded.cs index 44818e716571..9903bda384bb 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloudMonitoringSetting_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Update the Monitoring Setting.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloudMonitoringSetting_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -87,9 +88,10 @@ public partial class UpdateAzSpringCloudMonitoringSetting_UpdateViaIdentityExpan public string Code { get => _monitoringSettingResourceBody.Code ?? null; set => _monitoringSettingResourceBody.Code = value; } /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateExpanded.cs index 163c72cc1238..31c1daf09f71 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloud_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class UpdateAzSpringCloud_UpdateExpanded : global::System.Managem public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateViaIdentityExpanded.cs b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateViaIdentityExpanded.cs index bdcb4781a34e..79d1ca1dd12a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateViaIdentityExpanded.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/cmdlets/UpdateAzSpringCloud_UpdateViaIdentityExpanded.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Cmdlets [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource))] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Description(@"Operation to update an exiting Service.")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Generated] + [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}", ApiVersion = "2022-04-01")] public partial class UpdateAzSpringCloud_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IEventListener { @@ -50,9 +51,10 @@ public partial class UpdateAzSpringCloud_UpdateViaIdentityExpanded : global::Sys public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.SpringCloud Client => Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Module.Instance.ClientAPI; /// - /// The credentials, account, tenant, and subscription used for communication with Azure + /// The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet + /// against a different subscription /// - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The credentials, account, tenant, and subscription used for communication with Azure.")] + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.")] [global::System.Management.Automation.ValidateNotNull] [global::System.Management.Automation.Alias("AzureRMContext", "AzureCredential")] [global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(global::Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Azure)] diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs index 08d18b8c863c..45ea7030fc69 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportHelpMarkdown.cs @@ -33,6 +33,9 @@ public class ExportHelpMarkdown : PSCmdlet [ValidateNotNullOrEmpty] public string ExamplesFolder { get; set; } + [Parameter()] + public SwitchParameter AddComplexInterfaceInfo { get; set; } + protected override void ProcessRecord() { try @@ -41,7 +44,7 @@ protected override void ProcessRecord() var variantGroups = FunctionInfo.Select(fi => fi.BaseObject).Cast() .Join(helpInfos, fi => fi.Name, phi => phi.CmdletName, (fi, phi) => fi.ToVariants(phi)) .Select(va => new VariantGroup(ModuleInfo.Name, va.First().CmdletName, va, String.Empty)); - WriteMarkdowns(variantGroups, ModuleInfo.ToModuleInfo(), DocsFolder, ExamplesFolder); + WriteMarkdowns(variantGroups, ModuleInfo.ToModuleInfo(), DocsFolder, ExamplesFolder, AddComplexInterfaceInfo.IsPresent); } catch (Exception ee) { diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs index c08e7b060cba..052429b861ce 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportProxyCmdlet.cs @@ -52,6 +52,9 @@ public class ExportProxyCmdlet : PSCmdlet [Parameter(Mandatory = true, ParameterSetName = "NoDocs")] public SwitchParameter ExcludeDocs { get; set; } + [Parameter(ParameterSetName = "Docs")] + public SwitchParameter AddComplexInterfaceInfo { get; set; } + protected override void ProcessRecord() { try @@ -163,7 +166,7 @@ protected override void ProcessRecord() var isValidProfile = !String.IsNullOrEmpty(profileName) && profileName != NoProfiles; var docsFolder = isValidProfile ? Path.Combine(DocsFolder, profileName) : DocsFolder; var examplesFolder = isValidProfile ? Path.Combine(ExamplesFolder, profileName) : ExamplesFolder; - WriteMarkdowns(variantGroupsByProfile, moduleInfo, docsFolder, examplesFolder); + WriteMarkdowns(variantGroupsByProfile, moduleInfo, docsFolder, examplesFolder, AddComplexInterfaceInfo.IsPresent); } } } diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs index cd9ae32ac388..5ef546af2a80 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs @@ -163,7 +163,7 @@ protected override void ProcessRecord() if (previewVersion != null) { - sb.AppendLine($@"{Indent}{Indent}{Indent}Prerelease = {previewVersion}"); + sb.AppendLine($@"{Indent}{Indent}{Indent}Prerelease = '{previewVersion}'"); } sb.AppendLine($@"{Indent}{Indent}{Indent}Tags = {"Azure ResourceManager ARM PSModule SpringCloud".Split(' ').ToPsList().NullIfEmpty() ?? "''"}"); sb.AppendLine($@"{Indent}{Indent}{Indent}LicenseUri = '{"https://aka.ms/azps-license"}'"); diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs index d96f7acaf6c9..1fcd530ca8d0 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/MarkdownRenderer.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.PowerShell { internal static class MarkdownRenderer { - public static void WriteMarkdowns(IEnumerable variantGroups, PsModuleHelpInfo moduleHelpInfo, string docsFolder, string examplesFolder) + public static void WriteMarkdowns(IEnumerable variantGroups, PsModuleHelpInfo moduleHelpInfo, string docsFolder, string examplesFolder, bool AddComplexInterfaceInfo = true) { Directory.CreateDirectory(docsFolder); var markdownInfos = variantGroups.Where(vg => !vg.IsInternal).Select(vg => new MarkdownHelpInfo(vg, examplesFolder)).OrderBy(mhi => mhi.CmdletName).ToArray(); @@ -69,18 +69,26 @@ public static void WriteMarkdowns(IEnumerable variantGroups, PsMod } sb.Append($"## NOTES{Environment.NewLine}{Environment.NewLine}"); - sb.Append($"ALIASES{Environment.NewLine}{Environment.NewLine}"); - foreach (var alias in markdownInfo.Aliases) + if (markdownInfo.Aliases.Any()) { - sb.Append($"{alias}{Environment.NewLine}{Environment.NewLine}"); + sb.Append($"ALIASES{Environment.NewLine}{Environment.NewLine}"); } - if (markdownInfo.ComplexInterfaceInfos.Any()) + foreach (var alias in markdownInfo.Aliases) { - sb.Append($"{ComplexParameterHeader}{Environment.NewLine}"); + sb.Append($"{alias}{Environment.NewLine}{Environment.NewLine}"); } - foreach (var complexInterfaceInfo in markdownInfo.ComplexInterfaceInfos) + + if (AddComplexInterfaceInfo) { - sb.Append($"{complexInterfaceInfo.ToNoteOutput(includeDashes: true, includeBackticks: true)}{Environment.NewLine}{Environment.NewLine}"); + if (markdownInfo.ComplexInterfaceInfos.Any()) + { + sb.Append($"{ComplexParameterHeader}{Environment.NewLine}"); + } + foreach (var complexInterfaceInfo in markdownInfo.ComplexInterfaceInfos) + { + sb.Append($"{complexInterfaceInfo.ToNoteOutput(includeDashes: true, includeBackticks: true)}{Environment.NewLine}{Environment.NewLine}"); + } + } sb.Append($"## RELATED LINKS{Environment.NewLine}{Environment.NewLine}"); diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs index 67fff3be5eee..4da9c512dc32 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs @@ -191,15 +191,22 @@ public BeginOutput(VariantGroup variantGroup) : base(variantGroup) public string GetProcessCustomAttributesAtRuntime() { - return VariantGroup.IsInternal ? "" : $@"{Indent}{Indent}$cmdInfo = Get-Command -Name $mapping[$parameterSet]{Environment.NewLine}{Indent}{Indent}[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)"; + return VariantGroup.IsInternal ? "" : IsAzure ? $@"{Indent}{Indent}$cmdInfo = Get-Command -Name $mapping[$parameterSet] +{Indent}{Indent}[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) +{Indent}{Indent}if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){{ +{Indent}{Indent}{Indent}[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) +{Indent}{Indent}{Indent}[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) +{Indent}{Indent}}}" : $@"{Indent}{Indent}$cmdInfo = Get-Command -Name $mapping[$parameterSet]{Environment.NewLine}{Indent}{Indent}[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) +{Indent}{Indent}[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet)"; } + private string GetTelemetry() { if (!VariantGroup.IsInternal && IsAzure) { return $@" {Indent}{Indent}if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {{ -{Indent}{Indent}{Indent}[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString() +{Indent}{Indent}{Indent}[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() {Indent}{Indent}}} {Indent}{Indent}$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId {Indent}{Indent}if ($preTelemetryId -eq '') {{ diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/PsAttributes.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/PsAttributes.cs index fd5dc911bc0e..8004820eeb06 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/PsAttributes.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/BuildTime/PsAttributes.cs @@ -48,6 +48,13 @@ public ProfileAttribute(params string[] profiles) } } + [AttributeUsage(AttributeTargets.Class)] + public class HttpPathAttribute : Attribute + { + public string Path { get; set; } + public string ApiVersion { get; set; } + } + [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class CategoryAttribute : Attribute { diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttribute.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttribute.cs index 8a7b9f4c5e3b..9ae34dbceb45 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttribute.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttribute.cs @@ -21,7 +21,7 @@ public class GenericBreakingChangeAttribute : Attribute //The version the change is effective from, non mandatory public string DeprecateByVersion { get; } - public bool DeprecateByVersionSet { get; } = false; + public string DeprecateByAzVersion { get; } //The date on which the change comes in effect public DateTime ChangeInEfectByDate { get; } @@ -32,23 +32,18 @@ public class GenericBreakingChangeAttribute : Attribute //New way fo calling the cmdlet public string NewWay { get; set; } - public GenericBreakingChangeAttribute(string message) - { - _message = message; - } - - public GenericBreakingChangeAttribute(string message, string deprecateByVersion) + public GenericBreakingChangeAttribute(string message, string deprecateByAzVersion, string deprecateByVersion) { _message = message; + this.DeprecateByAzVersion = deprecateByAzVersion; this.DeprecateByVersion = deprecateByVersion; - this.DeprecateByVersionSet = true; } - public GenericBreakingChangeAttribute(string message, string deprecateByVersion, string changeInEfectByDate) + public GenericBreakingChangeAttribute(string message, string deprecateByAzVersion, string deprecateByVersion, string changeInEfectByDate) { _message = message; this.DeprecateByVersion = deprecateByVersion; - this.DeprecateByVersionSet = true; + this.DeprecateByAzVersion = deprecateByAzVersion; if (DateTime.TryParse(changeInEfectByDate, new CultureInfo("en-US"), DateTimeStyles.None, out DateTime result)) { @@ -86,10 +81,8 @@ public void PrintCustomAttributeInfo(Action writeOutput) writeOutput(string.Format(Resources.BreakingChangesAttributesInEffectByDateMessage, this.ChangeInEfectByDate.ToString("d"))); } - if (DeprecateByVersionSet) - { - writeOutput(string.Format(Resources.BreakingChangesAttributesInEffectByVersion, this.DeprecateByVersion)); - } + writeOutput(string.Format(Resources.BreakingChangesAttributesInEffectByAzVersion, this.DeprecateByAzVersion)); + writeOutput(string.Format(Resources.BreakingChangesAttributesInEffectByVersion, this.DeprecateByVersion)); if (OldWay != null && NewWay != null) { @@ -114,18 +107,13 @@ public class CmdletBreakingChangeAttribute : GenericBreakingChangeAttribute public string ReplacementCmdletName { get; set; } - public CmdletBreakingChangeAttribute() : - base(string.Empty) + public CmdletBreakingChangeAttribute(string deprecateByAzVersion, string deprecateByVersion) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion) { } - public CmdletBreakingChangeAttribute(string deprecateByVersione) : - base(string.Empty, deprecateByVersione) - { - } - - public CmdletBreakingChangeAttribute(string deprecateByVersion, string changeInEfectByDate) : - base(string.Empty, deprecateByVersion, changeInEfectByDate) + public CmdletBreakingChangeAttribute(string deprecateByAzVersion, string deprecateByVersion, string changeInEfectByDate) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion, changeInEfectByDate) { } @@ -146,20 +134,15 @@ protected override string GetAttributeSpecificMessage() public class ParameterSetBreakingChangeAttribute : GenericBreakingChangeAttribute { public string[] ChangedParameterSet { set; get; } - public ParameterSetBreakingChangeAttribute(string[] changedParameterSet) : - base(string.Empty) - { - ChangedParameterSet = changedParameterSet; - } - public ParameterSetBreakingChangeAttribute(string[] changedParameterSet, string deprecateByVersione) : - base(string.Empty, deprecateByVersione) + public ParameterSetBreakingChangeAttribute(string[] changedParameterSet, string deprecateByAzVersion, string deprecateByVersion) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion) { ChangedParameterSet = changedParameterSet; } - public ParameterSetBreakingChangeAttribute(string[] changedParameterSet, string deprecateByVersion, string changeInEfectByDate) : - base(string.Empty, deprecateByVersion, changeInEfectByDate) + public ParameterSetBreakingChangeAttribute(string[] changedParameterSet, string deprecateByAzVersion, string deprecateByVersion, string changeInEfectByDate) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion, changeInEfectByDate) { ChangedParameterSet = changedParameterSet; } @@ -185,6 +168,11 @@ public class PreviewMessageAttribute : Attribute { public string _message; + public DateTime EstimatedGaDate { get; } + + public bool IsEstimatedGaDateSet { get; } = false; + + public PreviewMessageAttribute() { this._message = Resources.PreviewCmdletMessage; @@ -192,12 +180,26 @@ public PreviewMessageAttribute() public PreviewMessageAttribute(string message) { - this._message = message; + this._message = string.IsNullOrEmpty(message) ? Resources.PreviewCmdletMessage : message; } - public void PrintCustomAttributeInfo(System.Management.Automation.PSCmdlet psCmdlet) + public PreviewMessageAttribute(string message, string estimatedDateOfGa) : this(message) { - psCmdlet.WriteWarning(this._message); + if (DateTime.TryParse(estimatedDateOfGa, new CultureInfo("en-US"), DateTimeStyles.None, out DateTime result)) + { + this.EstimatedGaDate = result; + this.IsEstimatedGaDateSet = true; + } + } + + public void PrintCustomAttributeInfo(Action writeOutput) + { + writeOutput(this._message); + + if (IsEstimatedGaDateSet) + { + writeOutput(string.Format(Resources.PreviewCmdletETAMessage, this.EstimatedGaDate.ToShortDateString())); + } } public virtual bool IsApplicableToInvocation(InvocationInfo invocation) @@ -219,20 +221,14 @@ public class ParameterBreakingChangeAttribute : GenericBreakingChangeAttribute public String NewParameterType { get; set; } - public ParameterBreakingChangeAttribute(string nameOfParameterChanging) : - base(string.Empty) + public ParameterBreakingChangeAttribute(string nameOfParameterChanging, string deprecateByAzVersion, string deprecateByVersion) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion) { this.NameOfParameterChanging = nameOfParameterChanging; } - public ParameterBreakingChangeAttribute(string nameOfParameterChanging, string deprecateByVersion) : - base(string.Empty, deprecateByVersion) - { - this.NameOfParameterChanging = nameOfParameterChanging; - } - - public ParameterBreakingChangeAttribute(string nameOfParameterChanging, string deprecateByVersion, string changeInEfectByDate) : - base(string.Empty, deprecateByVersion, changeInEfectByDate) + public ParameterBreakingChangeAttribute(string nameOfParameterChanging, string deprecateByAzVersion, string deprecateByVersion, string changeInEfectByDate) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion, changeInEfectByDate) { this.NameOfParameterChanging = nameOfParameterChanging; } @@ -298,20 +294,14 @@ public class OutputBreakingChangeAttribute : GenericBreakingChangeAttribute public string[] NewOutputProperties { get; set; } - public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType) : - base(string.Empty) - { - this.DeprecatedCmdLetOutputType = deprecatedCmdletOutputType; - } - - public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType, string deprecateByVersion) : - base(string.Empty, deprecateByVersion) + public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType, string deprecateByAzVersion, string deprecateByVersion) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion) { this.DeprecatedCmdLetOutputType = deprecatedCmdletOutputType; } - public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType, string deprecateByVersion, string changeInEfectByDate) : - base(string.Empty, deprecateByVersion, changeInEfectByDate) + public OutputBreakingChangeAttribute(string deprecatedCmdletOutputType, string deprecateByAzVersion, string deprecateByVersion, string changeInEfectByDate) : + base(string.Empty, deprecateByAzVersion, deprecateByVersion, changeInEfectByDate) { this.DeprecatedCmdLetOutputType = deprecatedCmdletOutputType; } diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttributeHelper.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttributeHelper.cs index 93c6f948d07b..db83995d76e7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttributeHelper.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/MessageAttributeHelper.cs @@ -23,6 +23,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime using System.Threading.Tasks; public class MessageAttributeHelper { + private static readonly bool IsAzure = Convert.ToBoolean(@"true"); public const string BREAKING_CHANGE_ATTRIBUTE_INFORMATION_LINK = "https://aka.ms/azps-changewarnings"; public const string SUPPRESS_ERROR_OR_WARNING_MESSAGE_ENV_VARIABLE_NAME = "SuppressAzurePowerShellBreakingChangeWarnings"; @@ -34,7 +35,7 @@ public class MessageAttributeHelper * the boundParameterNames is a list of parameters bound to the cmdlet at runtime, * We only process the Parameter beaking change attributes attached only params listed in this list (if present) * */ - public static void ProcessCustomAttributesAtRuntime(CommandInfo commandInfo, InvocationInfo invocationInfo, String parameterSet, System.Management.Automation.PSCmdlet psCmdlet) + public static void ProcessCustomAttributesAtRuntime(CommandInfo commandInfo, InvocationInfo invocationInfo, String parameterSet, System.Management.Automation.PSCmdlet psCmdlet, bool showPreviewMessage = true) { bool supressWarningOrError = false; @@ -52,37 +53,53 @@ public static void ProcessCustomAttributesAtRuntime(CommandInfo commandInfo, Inv //Do not process the attributes at runtime... The env variable to override the warning messages is set return; } + if (IsAzure && invocationInfo.BoundParameters.ContainsKey("DefaultProfile")) + { + psCmdlet.WriteWarning("The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription."); + } + + ProcessBreakingChangeAttributesAtRuntime(commandInfo, invocationInfo, parameterSet, psCmdlet); + + } + private static void ProcessBreakingChangeAttributesAtRuntime(CommandInfo commandInfo, InvocationInfo invocationInfo, String parameterSet, System.Management.Automation.PSCmdlet psCmdlet) + { List attributes = new List(GetAllBreakingChangeAttributesInType(commandInfo, invocationInfo, parameterSet)); StringBuilder sb = new StringBuilder(); - Action appendBreakingChangeInfo = (string s) => sb.Append(s); + Action appendAttributeMessage = (string s) => sb.Append(s); if (attributes != null && attributes.Count > 0) { - appendBreakingChangeInfo(string.Format(Resources.BreakingChangesAttributesHeaderMessage, commandInfo.Name.Split('_')[0])); + appendAttributeMessage(string.Format(Resources.BreakingChangesAttributesHeaderMessage, commandInfo.Name.Split('_')[0])); foreach (GenericBreakingChangeAttribute attribute in attributes) { - attribute.PrintCustomAttributeInfo(appendBreakingChangeInfo); + attribute.PrintCustomAttributeInfo(appendAttributeMessage); } - appendBreakingChangeInfo(string.Format(Resources.BreakingChangesAttributesFooterMessage, BREAKING_CHANGE_ATTRIBUTE_INFORMATION_LINK)); + appendAttributeMessage(string.Format(Resources.BreakingChangesAttributesFooterMessage, BREAKING_CHANGE_ATTRIBUTE_INFORMATION_LINK)); psCmdlet.WriteWarning(sb.ToString()); } + } + + public static void ProcessPreviewMessageAttributesAtRuntime(CommandInfo commandInfo, InvocationInfo invocationInfo, String parameterSet, System.Management.Automation.PSCmdlet psCmdlet) + { List previewAttributes = new List(GetAllPreviewAttributesInType(commandInfo, invocationInfo)); + StringBuilder sb = new StringBuilder(); + Action appendAttributeMessage = (string s) => sb.Append(s); if (previewAttributes != null && previewAttributes.Count > 0) { foreach (PreviewMessageAttribute attribute in previewAttributes) { - attribute.PrintCustomAttributeInfo(psCmdlet); + attribute.PrintCustomAttributeInfo(appendAttributeMessage); } + psCmdlet.WriteWarning(sb.ToString()); } } - /** * This function takes in a CommandInfo (CmdletInfo or FunctionInfo) * And returns all the deprecation attributes attached to it @@ -124,6 +141,12 @@ private static IEnumerable GetAllBreakingChangeA } return invocationInfo == null ? attributeList : attributeList.Where(e => e.GetType() == typeof(ParameterSetBreakingChangeAttribute) ? ((ParameterSetBreakingChangeAttribute)e).IsApplicableToInvocation(invocationInfo, parameterSet) : e.IsApplicableToInvocation(invocationInfo)); } + + public static bool ContainsPreviewAttribute(CommandInfo commandInfo, InvocationInfo invocationInfo) + { + return GetAllPreviewAttributesInType(commandInfo, invocationInfo)?.Count() > 0; + } + private static IEnumerable GetAllPreviewAttributesInType(CommandInfo commandInfo, InvocationInfo invocationInfo) { List attributeList = new List(); diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.Designer.cs b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.Designer.cs index 666f04640267..c55642ad433b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.Designer.cs +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.Designer.cs @@ -734,7 +734,7 @@ public static string BreakingChangesAttributesInEffectByDateMessage } /// - /// Looks up a localized string similar to Note :The change is expected to take effect from the version : '{0}' + /// Looks up a localized string similar to Note :The change is expected to take effect from version : '{0}' /// ///. /// @@ -746,6 +746,19 @@ public static string BreakingChangesAttributesInEffectByVersion } } + /// + /// Looks up a localized string similar to Note :The change is expected to take effect from az version : '{0}' + /// + ///. + /// + public static string BreakingChangesAttributesInEffectByAzVersion + { + get + { + return ResourceManager.GetString("BreakingChangesAttributesInEffectByAzVersion", resourceCulture); + } + } + /// /// Looks up a localized string similar to ```powershell ///# Old @@ -3122,7 +3135,16 @@ public static string PortalInstructionsGit } /// - /// Looks up a localized string similar to This cmdlet is in preview. The functionality may not be available in the selected subscription. + /// Looks up a localized string similar to The estimated generally available date is '{0}'.. + /// + public static string PreviewCmdletETAMessage { + get { + return ResourceManager.GetString("PreviewCmdletETAMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This cmdlet is in preview. Its behavior is subject to change based on customer feedback.. /// public static string PreviewCmdletMessage { @@ -5630,4 +5652,4 @@ public static string YesHint } } } -} +} \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.resx b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.resx index 598cd53e958a..a08a2e50172b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.resx +++ b/src/SpringCloud/SpringCloud.Autorest/generated/runtime/Properties/Resources.resx @@ -1705,7 +1705,7 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can -- The change is expected to take effect from the version : '{0}' +- The change is expected to take effect from version : '{0}' ```powershell @@ -1736,6 +1736,12 @@ The type of the parameter is changing from '{0}' to '{1}'. Note : Go to {0} for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell. - This cmdlet is in preview. The functionality may not be available in the selected subscription. + This cmdlet is in preview. Its behavior is subject to change based on customer feedback. + + + The estimated generally available date is '{0}'. + + + - The change is expected to take effect from Az version : '{0}' \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Az.SpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/help/Az.SpringCloud.md new file mode 100644 index 000000000000..e522a80ba44d --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Az.SpringCloud.md @@ -0,0 +1,223 @@ +--- +Module Name: Az.SpringCloud +Module Guid: 697e18d3-95de-4211-86a1-ec7c4e163874 +Download Help Link: https://learn.microsoft.com/powershell/module/az.springcloud +Help Version: 1.0.0.0 +Locale: en-US +--- + +# Az.SpringCloud Module +## Description +Microsoft Azure PowerShell: SpringCloud cmdlets + +## Az.SpringCloud Cmdlets +### [Deploy-AzSpringCloudApp](Deploy-AzSpringCloudApp.md) +Deploy the build file to an existing deployment. + +### [Disable-AzSpringCloudTestEndpoint](Disable-AzSpringCloudTestEndpoint.md) +Disable test endpoint functionality for a Service. + +### [Enable-AzSpringCloudTestEndpoint](Enable-AzSpringCloudTestEndpoint.md) +Enable test endpoint functionality for a Service. + +### [Get-AzSpringCloud](Get-AzSpringCloud.md) +Get a Service and its properties. + +### [Get-AzSpringCloudApp](Get-AzSpringCloudApp.md) +Get an App and its properties. + +### [Get-AzSpringCloudAppBinding](Get-AzSpringCloudAppBinding.md) +Get a Binding and its properties. + +### [Get-AzSpringCloudAppCustomDomain](Get-AzSpringCloudAppCustomDomain.md) +Get the custom domain of one lifecycle application. + +### [Get-AzSpringCloudAppDeployment](Get-AzSpringCloudAppDeployment.md) +Get a Deployment and its properties. + +### [Get-AzSpringCloudAppDeploymentLogFileUrl](Get-AzSpringCloudAppDeploymentLogFileUrl.md) +Get deployment log file URL + +### [Get-AzSpringCloudBuildpackBinding](Get-AzSpringCloudBuildpackBinding.md) +Get a buildpack binding by name. + +### [Get-AzSpringCloudBuildService](Get-AzSpringCloudBuildService.md) +Get a build service resource. + +### [Get-AzSpringCloudBuildServiceAgentPool](Get-AzSpringCloudBuildServiceAgentPool.md) +Get build service agent pool. + +### [Get-AzSpringCloudBuildServiceBuilder](Get-AzSpringCloudBuildServiceBuilder.md) +Get a KPack builder. + +### [Get-AzSpringCloudBuildServiceSupportedBuildpack](Get-AzSpringCloudBuildServiceSupportedBuildpack.md) +Get the supported buildpack resource. + +### [Get-AzSpringCloudBuildServiceSupportedStack](Get-AzSpringCloudBuildServiceSupportedStack.md) +Get the supported stack resource. + +### [Get-AzSpringCloudCertificate](Get-AzSpringCloudCertificate.md) +Get the certificate resource. + +### [Get-AzSpringCloudConfigServer](Get-AzSpringCloudConfigServer.md) +Get the config server and its properties. + +### [Get-AzSpringCloudConfigurationService](Get-AzSpringCloudConfigurationService.md) +Get the Application Configuration Service and its properties. + +### [Get-AzSpringCloudMonitoringSetting](Get-AzSpringCloudMonitoringSetting.md) +Get the Monitoring Setting and its properties. + +### [Get-AzSpringCloudRegistry](Get-AzSpringCloudRegistry.md) +Get the Service Registry and its properties. + +### [Get-AzSpringCloudRuntimeVersion](Get-AzSpringCloudRuntimeVersion.md) +Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. + +### [Get-AzSpringCloudSku](Get-AzSpringCloudSku.md) +Lists all of the available skus of the Microsoft.AppPlatform provider. + +### [Get-AzSpringCloudTestKey](Get-AzSpringCloudTestKey.md) +List test keys for a Service. + +### [New-AzSpringCloud](New-AzSpringCloud.md) +Create a new Service or update an exiting Service. + +### [New-AzSpringCloudApp](New-AzSpringCloudApp.md) +Create a new App or update an exiting App. + +### [New-AzSpringCloudAppBinding](New-AzSpringCloudAppBinding.md) +Create a new Binding or update an exiting Binding. + +### [New-AzSpringCloudAppCustomDomain](New-AzSpringCloudAppCustomDomain.md) +Create or update custom domain of one lifecycle application. + +### [New-AzSpringCloudAppDeployment](New-AzSpringCloudAppDeployment.md) +Create a new Deployment or update an exiting Deployment. + +### [New-AzSpringCloudAppDeploymentBuildResultObject](New-AzSpringCloudAppDeploymentBuildResultObject.md) +Create an in-memory object for BuildResultUserSourceInfo. + +### [New-AzSpringCloudAppDeploymentJarUploadedObject](New-AzSpringCloudAppDeploymentJarUploadedObject.md) +Create an in-memory object for JarUploadedUserSourceInfo. + +### [New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject](New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md) +Create an in-memory object for NetCoreZipUploadedUserSourceInfo. + +### [New-AzSpringCloudAppDeploymentSourceUploadedObject](New-AzSpringCloudAppDeploymentSourceUploadedObject.md) +Create an in-memory object for SourceUploadedUserSourceInfo. + +### [New-AzSpringCloudAppLoadedCertificateObject](New-AzSpringCloudAppLoadedCertificateObject.md) +Create an in-memory object for LoadedCertificate. + +### [New-AzSpringCloudBuildpackBinding](New-AzSpringCloudBuildpackBinding.md) +Create or update a buildpack binding. + +### [New-AzSpringCloudBuildpackObject](New-AzSpringCloudBuildpackObject.md) +Create an in-memory object for BuildpackProperties. + +### [New-AzSpringCloudBuildpacksGroupObject](New-AzSpringCloudBuildpacksGroupObject.md) +Create an in-memory object for BuildpacksGroupProperties. + +### [New-AzSpringCloudBuildServiceAgentPool](New-AzSpringCloudBuildServiceAgentPool.md) +Create or update build service agent pool. + +### [New-AzSpringCloudBuildServiceBuilder](New-AzSpringCloudBuildServiceBuilder.md) +Create or update a KPack builder. + +### [New-AzSpringCloudCertificate](New-AzSpringCloudCertificate.md) +Create or update certificate resource. + +### [New-AzSpringCloudConfigurationService](New-AzSpringCloudConfigurationService.md) +Create the default Application Configuration Service or update the existing Application Configuration Service. + +### [New-AzSpringCloudConfigurationServiceGitRepositoryObject](New-AzSpringCloudConfigurationServiceGitRepositoryObject.md) +Create an in-memory object for ConfigurationServiceGitRepository. + +### [New-AzSpringCloudContentCertificateObject](New-AzSpringCloudContentCertificateObject.md) +Create an in-memory object for ContentCertificateProperties. + +### [New-AzSpringCloudGitPatternRepositoryObject](New-AzSpringCloudGitPatternRepositoryObject.md) +Create an in-memory object for GitPatternRepository. + +### [New-AzSpringCloudKeyVaultCertificateObject](New-AzSpringCloudKeyVaultCertificateObject.md) +Create an in-memory object for KeyVaultCertificateProperties. + +### [New-AzSpringCloudTestKey](New-AzSpringCloudTestKey.md) +Regenerate a test key for a Service. + +### [Remove-AzSpringCloud](Remove-AzSpringCloud.md) +Operation to delete a Service. + +### [Remove-AzSpringCloudApp](Remove-AzSpringCloudApp.md) +Operation to delete an App. + +### [Remove-AzSpringCloudAppBinding](Remove-AzSpringCloudAppBinding.md) +Operation to delete a Binding. + +### [Remove-AzSpringCloudAppCustomDomain](Remove-AzSpringCloudAppCustomDomain.md) +Delete the custom domain of one lifecycle application. + +### [Remove-AzSpringCloudAppDeployment](Remove-AzSpringCloudAppDeployment.md) +Operation to delete a Deployment. + +### [Remove-AzSpringCloudBuildpackBinding](Remove-AzSpringCloudBuildpackBinding.md) +Operation to delete a Buildpack Binding + +### [Remove-AzSpringCloudBuildServiceBuilder](Remove-AzSpringCloudBuildServiceBuilder.md) +Delete a KPack builder. + +### [Remove-AzSpringCloudCertificate](Remove-AzSpringCloudCertificate.md) +Delete the certificate resource. + +### [Remove-AzSpringCloudConfigurationService](Remove-AzSpringCloudConfigurationService.md) +Disable the default Application Configuration Service. + +### [Restart-AzSpringCloudAppDeployment](Restart-AzSpringCloudAppDeployment.md) +Restart the deployment. + +### [Start-AzSpringCloudAppDeployment](Start-AzSpringCloudAppDeployment.md) +Start the deployment. + +### [Start-AzSpringCloudAppDeploymentJfr](Start-AzSpringCloudAppDeploymentJfr.md) +Start JFR + +### [Stop-AzSpringCloudAppDeployment](Stop-AzSpringCloudAppDeployment.md) +Stop the deployment. + +### [Test-AzSpringCloudAppCustomDomain](Test-AzSpringCloudAppCustomDomain.md) +Check the resource name is valid as well as not in use. + +### [Test-AzSpringCloudConfigServer](Test-AzSpringCloudConfigServer.md) +Check if the config server settings are valid. + +### [Test-AzSpringCloudConfigurationService](Test-AzSpringCloudConfigurationService.md) +Check if the Application Configuration Service settings are valid. + +### [Test-AzSpringCloudNameAvailability](Test-AzSpringCloudNameAvailability.md) +Checks that the resource name is valid and is not already in use. + +### [Update-AzSpringCloud](Update-AzSpringCloud.md) +Operation to update an exiting Service. + +### [Update-AzSpringCloudApp](Update-AzSpringCloudApp.md) +Operation to update an exiting App. + +### [Update-AzSpringCloudAppActiveDeployment](Update-AzSpringCloudAppActiveDeployment.md) +Set existing Deployment under the app as active + +### [Update-AzSpringCloudAppBinding](Update-AzSpringCloudAppBinding.md) +Operation to update an exiting Binding. + +### [Update-AzSpringCloudAppCustomDomain](Update-AzSpringCloudAppCustomDomain.md) +Update custom domain of one lifecycle application. + +### [Update-AzSpringCloudAppDeployment](Update-AzSpringCloudAppDeployment.md) +Operation to update an exiting Deployment. + +### [Update-AzSpringCloudConfigServer](Update-AzSpringCloudConfigServer.md) +Update the config server. + +### [Update-AzSpringCloudMonitoringSetting](Update-AzSpringCloudMonitoringSetting.md) +Update the Monitoring Setting. + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Deploy-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/help/Deploy-AzSpringCloudApp.md new file mode 100644 index 000000000000..e689a5918678 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Deploy-AzSpringCloudApp.md @@ -0,0 +1,274 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/deploy-azSpringCloudapp +schema: 2.0.0 +--- + +# Deploy-AzSpringCloudApp + +## SYNOPSIS +Deploy the build file to an existing deployment. + +## SYNTAX + +### DeployAppForStandard (Default) +``` +Deploy-AzSpringCloudApp -FilePath -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### DeployAppForEnterprise +``` +Deploy-AzSpringCloudApp -AgentPoolId -BuilderId -FilePath -Name + -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Deploy the build file to an existing deployment. + +## EXAMPLES + +### Example 1: Deploy the build file to an standard spring app +```powershell +$jarObj = New-AzSpringCloudAppDeploymentJarUploadedObject -RuntimeVersion "Java_8" +New-AzSpringCloudAppDeployment -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-va4fsz -AppName account -Name green -Source $jarObj +Get-AzSpringCloudApp -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-va4fsz -Name account | Update-AzSpringCloudAppActiveDeployment -DeploymentName 'green' +Deploy-AzSpringCloudApp -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-va4fsz -Name account -FilePath "C:\Users\v-diya\Downloads\hellospring\target\hellospring-0.0.1-SNAPSHOT.jar" +``` + +```output +[1/3] Requesting for upload URL +[2/3] Uploading package to blob +[3/3] Updating deployment in app demo (this operation can take a while to complete) + +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +green 6/24/2022 6:50:58 AM v-test@microsoft.com User 7/19/2022 7:06:08 AM v-test@microsoft.com User spring-rg-test +``` + +This command deploy the build file to an standard spring app. + +### Example 2: Deploy the build file to an enterprise spring app +```powershell +$source = New-AzSpringCloudAppDeploymentBuildResultObject +New-AzSpringCloudAppDeployment -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-f7lz2n -AppName account -Name green -Source $source +Get-AzSpringCloudApp -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-f7lz2n -Name account | Update-AzSpringCloudAppActiveDeployment -DeploymentName 'green' +$builder = Get-AzSpringCloudBuildServiceBuilder -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-f7lz2n -Name default +$agentPool = Get-AzSpringCloudBuildServiceAgentPool -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-f7lz2n +Deploy-AzSpringCloudApp -ResourceGroupName springcloud-rg-0zquav -ServiceName spring-f7lz2n -Name account -AgentPoolId $agentPool.Id -BuilderId $builder.Id -FilePath "C:\Users\v-diya\Downloads\hellospring\target\hellospring-0.0.1-SNAPSHOT.jar" +``` + +```output +[1/3] Requesting for upload URL +[2/3] Uploading package to blob +[3/3] Updating deployment in app demo (this operation can take a while to complete) + +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +green 6/24/2022 6:50:58 AM v-test@microsoft.com User 7/19/2022 7:06:08 AM v-test@microsoft.com User spring-rg-test +``` + +This command deploy the build file to an enterprise spring app. + +## PARAMETERS + +### -AgentPoolId +The resource id of agent pool. + +```yaml +Type: System.String +Parameter Sets: DeployAppForEnterprise +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BuilderId +The resource id of builder to build the source code. + +```yaml +Type: System.String +Parameter Sets: DeployAppForEnterprise +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FilePath +The path of the file need to be deploied. +The file supports Jar, NetcoreZip and Source. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: AppName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Disable-AzSpringCloudTestEndpoint.md b/src/SpringCloud/SpringCloud.Autorest/help/Disable-AzSpringCloudTestEndpoint.md new file mode 100644 index 000000000000..77cf7cf56fa6 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Disable-AzSpringCloudTestEndpoint.md @@ -0,0 +1,187 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/disable-azspringcloudtestendpoint +schema: 2.0.0 +--- + +# Disable-AzSpringCloudTestEndpoint + +## SYNOPSIS +Disable test endpoint functionality for a Service. + +## SYNTAX + +### Disable (Default) +``` +Disable-AzSpringCloudTestEndpoint -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DisableViaIdentity +``` +Disable-AzSpringCloudTestEndpoint -InputObject [-DefaultProfile ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Disable test endpoint functionality for a Service. + +## EXAMPLES + +### Example 1: Disable test endpoint functionality for a Service +```powershell +Disable-AzSpringCloudTestEndpoint -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service +``` + +Disable test endpoint functionality for a Service. + +### Example 2: Disable test endpoint functionality for a Service by pipeline +```powershell +Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disable-AzSpringCloudTestEndpoint +``` + +Disable test endpoint functionality for a Service by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DisableViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Disable +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Disable +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Disable +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Enable-AzSpringCloudTestEndpoint.md b/src/SpringCloud/SpringCloud.Autorest/help/Enable-AzSpringCloudTestEndpoint.md new file mode 100644 index 000000000000..b7567e55f3b9 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Enable-AzSpringCloudTestEndpoint.md @@ -0,0 +1,184 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/enable-azspringcloudtestendpoint +schema: 2.0.0 +--- + +# Enable-AzSpringCloudTestEndpoint + +## SYNOPSIS +Enable test endpoint functionality for a Service. + +## SYNTAX + +### Enable (Default) +``` +Enable-AzSpringCloudTestEndpoint -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### EnableViaIdentity +``` +Enable-AzSpringCloudTestEndpoint -InputObject [-DefaultProfile ] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Enable test endpoint functionality for a Service. + +## EXAMPLES + +### Example 1: Enable test endpoint functionality for a Service +```powershell +Enable-AzSpringCloudTestEndpoint -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service -debug +``` + +```output +Enabled PrimaryKey PrimaryTestEndpoint +------- ---------- ------------------- +True ******* https://primary:EZ0RH3NEDunYBmnAiK7LebCGpruoO… +``` + +Enable test endpoint functionality for a Service. + +### Example 2: Enable test endpoint functionality for a Service by pipeline +```powershell +Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disable-AzSpringCloudTestEndpoint +``` + +```output +Enabled PrimaryKey PrimaryTestEndpoint +------- ---------- ------------------- +True **************************************************************** https://primary:EZ0RH3NEDunYBmnAiK7LebCGpruoO… +``` + +Enable test endpoint functionality for a Service by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: EnableViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Enable +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Enable +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Enable +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloud.md new file mode 100644 index 000000000000..6d84136a02f1 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloud.md @@ -0,0 +1,189 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloud +schema: 2.0.0 +--- + +# Get-AzSpringCloud + +## SYNOPSIS +Get a Service and its properties. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloud [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloud -InputObject [-DefaultProfile ] [] +``` + +### List1 +``` +Get-AzSpringCloud -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a Service and its properties. + +## EXAMPLES + +### Example 1: Get Spring Cloud Service by name +```powershell +Get-AzSpringCloud -ResourceGroupName springcloudrg -Name spring-portal02 +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus spring-portal02 7/21/2022 3:02:40 AM v-diya@microsoft.com User 7/21/2022 3:02:40 AM v-diya@microsoft.com User springcloudrg : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error +``` + +Get Spring Cloud Service by name. + +### Example 2: List all the spring cloud service under the resource group +```powershell +Get-AzSpringCloud -ResourceGroupName spring-cloud-rg +``` + +```output +Location Name Type +-------- ---- ---- +eastus spring-cloud-rg Microsoft.AppPlatform/Spring +``` + +List all the spring cloud service under the resource group. + +### Example 3: List all the spring cloud service under the subscription +```powershell +Get-AzSpringCloud +``` + +```output +Location Name Type +-------- ---- ---- +eastus spring-cloud-rg Microsoft.AppPlatform/Spring +``` + +List all the spring cloud service under the subscription. + +### Example 4: Get Spring Cloud Service by pipeline +```powershell +New-AzSpringCloud -ResourceGroupName springcloudrg -Name spring-pwsh01 -Location eastus | Get-AzSpringCloud +``` + +```output +Location Name Type +-------- ---- ---- +eastus spring-cloud-rg Microsoft.AppPlatform/Spring +``` + +Get Spring Cloud Service by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: ServiceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List, List1 +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudApp.md new file mode 100644 index 000000000000..4ce56fdcc192 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudApp.md @@ -0,0 +1,203 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudapp +schema: 2.0.0 +--- + +# Get-AzSpringCloudApp + +## SYNOPSIS +Get an App and its properties. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudApp -ResourceGroupName -ServiceName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudApp -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-SyncStatus ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudApp -InputObject [-SyncStatus ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get an App and its properties. + +## EXAMPLES + +### Example 1: Get all App under the spring service +```powershell +Get-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ +plugin 2022/6/28 9:15:47 *********@microsoft.com User 2022/6/28 9:15:47 *********@microsoft.com +tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com +``` + +Get all App under the spring service. + +### Example 2: Get an App and its properties +```powershell +Get-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name tools +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ +tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com +``` + +Get an App and its properties. + +### Example 3: Get an App and its properties by pipeline +```powershell +New-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name tools | Get-AzSpringCloudApp +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ +tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com +``` + +Get an App and its properties by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: AppName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SyncStatus +Indicates whether sync status + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppBinding.md new file mode 100644 index 000000000000..5558062135b9 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppBinding.md @@ -0,0 +1,202 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappbinding +schema: 2.0.0 +--- + +# Get-AzSpringCloudAppBinding + +## SYNOPSIS +Get a Binding and its properties. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudAppBinding -AppName -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudAppBinding -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a Binding and its properties. + +## EXAMPLES + +### Example 1: Get all Binding under the spring app +```powershell + Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway +``` + +```output +Name +---- +redis +``` + +Get all Binding under the spring app. + +### Example 2: Get a Binding and its properties +```powershell +Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis +``` + +```output +Name +---- +redis +``` + +Get a Binding and its properties. + +### Example 3: Get a Binding and its properties by pipeline +```powershell +New-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -name redis -Key myKey -ResourceId myResourceId -AppName tools -BindingParameter @{ "useSsl"= "true" } | Get-AzSpringCloudAppBinding +``` + +```output +Name +---- +redis +``` + +Get a Binding and its properties by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Binding resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: BindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppCustomDomain.md new file mode 100644 index 000000000000..0616938e97f4 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppCustomDomain.md @@ -0,0 +1,191 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappcustomdomain +schema: 2.0.0 +--- + +# Get-AzSpringCloudAppCustomDomain + +## SYNOPSIS +Get the custom domain of one lifecycle application. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudAppCustomDomain -AppName -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudAppCustomDomain -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the custom domain of one lifecycle application. + +## EXAMPLES + +### Example 1: Get the custom domain of all lifecycle applications +```powershell + Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway +``` + +```output +Name + +---- +springcloud-service.azuremicroservices.io +``` + +Get the custom domain of all lifecycle applications. + +### Example 2: Get the custom domain of one lifecycle application +```powershell +Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io +``` + +```output +Name + +---- +springcloud-service.azuremicroservices.io +``` + +Get the custom domain of one lifecycle application. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the custom domain resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..9ece4a198655 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppDeployment.md @@ -0,0 +1,223 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappdeployment +schema: 2.0.0 +--- + +# Get-AzSpringCloudAppDeployment + +## SYNOPSIS +Get a Deployment and its properties. + +## SYNTAX + +### List1 (Default) +``` +Get-AzSpringCloudAppDeployment -ResourceGroupName -ServiceName [-SubscriptionId ] + [-Version ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] + [] +``` + +### List +``` +Get-AzSpringCloudAppDeployment -AppName -ResourceGroupName -ServiceName + [-SubscriptionId ] [-Version ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get a Deployment and its properties. + +## EXAMPLES + +### Example 1: Get Spring Cloud App Deploymeng by name +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg +``` + +Get Spring Cloud App Deploymeng by name. + +### Example 2: List all the deployment under a given spring cloud app +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg +``` + +List all the deployment under a given spring cloud app. + +### Example 3: List all the deployment under a given subscription +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName 'springcloudrg' -ServiceName 'standardspring-demo' +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg +``` + +List all the deployment under a given subscription. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List, List1 +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Version +Version of the deployments to be listed + +```yaml +Type: System.String[] +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md new file mode 100644 index 000000000000..c9317c2f33ba --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md @@ -0,0 +1,226 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappdeploymentlogfileurl +schema: 2.0.0 +--- + +# Get-AzSpringCloudAppDeploymentLogFileUrl + +## SYNOPSIS +Get deployment log file URL + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudAppDeploymentLogFileUrl -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudAppDeploymentLogFileUrl -InputObject [-DefaultProfile ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Get deployment log file URL + +## EXAMPLES + +### Example 1: Get deployment log file URL +```powershell +Get-AzSpringCloudAppDeploymentLogFileUrl -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -AppName tools -Name default +``` + +```output +url :"https://xxxxxxxxxxxxxxxxxxxxxxxxxxx.blob.core.windows.net/8a34c541b97d45c591d5749e7ec77913/logs/?sv=2018-03-28&sr=b&sig=yAh3I%2B1P9pfSRknfOy%2BCheeomZNoKM9R1brvzj2OTtw%3D&se=2022-07-13T10%3A15%3A46Z&sp=r" +``` + +Get deployment log file URL. + +### Example 2: Get deployment log file URL by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -AppName tools -Name default | Get-AzSpringCloudAppDeploymentLogFileUrl +``` + +```output +url :"https://xxxxxxxxxxxxxxxxxxxxxxxxxxx.blob.core.windows.net/8a34c541b97d45c591d5749e7ec77913/logs/?sv=2018-03-28&sr=b&sig=yAh3I%2B1P9pfSRknfOy%2BCheeomZNoKM9R1brvzj2OTtw%3D&se=2022-07-13T10%3A15%3A46Z&sp=r" +``` + +Get deployment log file URL by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.String + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildService.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildService.md new file mode 100644 index 000000000000..86d5e66bda4c --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildService.md @@ -0,0 +1,153 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservice +schema: 2.0.0 +--- + +# Get-AzSpringCloudBuildService + +## SYNOPSIS +Get a build service resource. + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudBuildService -ResourceGroupName -ServiceName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudBuildService -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a build service resource. + +## EXAMPLES + +### Example 1: Get a build service resource of the enterprise spring cloud +```powershell +Get-AzSpringCloudBuildService -ResourceGroupName springcloudrg -ServiceName sspring-portal01 +``` + +```output +Name ResourceGroupName ProvisioningState KPackVersion ResourceRequestCpu ResourceRequestMemory +---- ----------------- ----------------- ------------ ------------------ --------------------- +default springcloudrg Succeeded 0.5.2 2 4Gi +``` + +Get a build service resource of the enterprise spring cloud. + +### Example 2: Get a build service resource of the enterprise spring cloud by id +```powershell +Get-AzSpringCloudBuildService -InputObject "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/springcloudrg/providers/Microsoft.AppPlatform/Spring/sspring-portal01/buildServices/default" +``` + +```output +Name ResourceGroupName ProvisioningState KPackVersion ResourceRequestCpu ResourceRequestMemory +---- ----------------- ----------------- ------------ ------------------ --------------------- +default springcloudrg Succeeded 0.5.2 2 4Gi +``` + +Get a build service resource of the enterprise spring cloud. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildService + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceAgentPool.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceAgentPool.md new file mode 100644 index 000000000000..4cacae5e808d --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceAgentPool.md @@ -0,0 +1,153 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildserviceagentpool +schema: 2.0.0 +--- + +# Get-AzSpringCloudBuildServiceAgentPool + +## SYNOPSIS +Get build service agent pool. + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudBuildServiceAgentPool -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudBuildServiceAgentPool -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get build service agent pool. + +## EXAMPLES + +### Example 1: Get a build service agent pool +```powershell +Get-AzSpringCloudBuildServiceAgentPool -ResourceGroupName springcloudrg -ServiceName sspring-portal01 +``` + +```output +Name ResourceGroupName ProvisioningState PoolSizeCpu PoolSizeMemory PoolSizeName +---- ----------------- ----------------- ----------- -------------- ------------ +default springcloudrg Succeeded 2 4Gi S1 +``` + +Get a build service agent pool. + +### Example 2: Get a build service agent pool by pipeline +```powershell +New-AzSpringCloudBuildServiceAgentPool -ResourceGroupName springcloudrg -ServiceName espring-pwsh01 -PoolSizeName "S1" | Get-AzSpringCloudBuildServiceAgentPool +``` + +```output +Name ResourceGroupName ProvisioningState PoolSizeCpu PoolSizeMemory PoolSizeName +---- ----------------- ----------------- ----------- -------------- ------------ +default springcloudrg Succeeded 2 4Gi S1 +``` + +Get a build service agent pool by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceBuilder.md new file mode 100644 index 000000000000..3790203362ed --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceBuilder.md @@ -0,0 +1,187 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservicebuilder +schema: 2.0.0 +--- + +# Get-AzSpringCloudBuildServiceBuilder + +## SYNOPSIS +Get a KPack builder. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudBuildServiceBuilder -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudBuildServiceBuilder -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudBuildServiceBuilder -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a KPack builder. + +## EXAMPLES + +### Example 1: List all KPack builder +```powershell +Get-AzSpringCloudBuildServiceBuilder -ResourceGroupName springcloudrg -ServiceName sspring-portal01 +``` + +```output +Name ResourceGroupName ProvisioningState StackId StackVersion +---- ----------------- ----------------- ------- ------------ +default springcloudrg Succeeded io.buildpacks.stacks.bionic base +``` + +List all KPack builder. + +### Example 2: List all KPack builders under build service +```powershell +Get-AzSpringCloudBuildServiceBuilder -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -Name default +``` + +```output +Name ResourceGroupName ProvisioningState StackId StackVersion +---- ----------------- ----------------- ------- ------------ +default springcloudrg Succeeded io.buildpacks.stacks.bionic base +``` + +List all KPack builders under build service. + +### Example 2: Get a KPack builder by pipeline +```powershell +New-AzSpringCloudBuildServiceBuilder -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -Name builder03 -StackId 'io.buildpacks.stacks.bionic' -StackVersion 'base' | Get-AzSpringCloudBuildServiceBuilder +``` + +```output +Name ResourceGroupName ProvisioningState StackId StackVersion +---- ----------------- ----------------- ------- ------------ +builder01 springcloudrg Succeeded io.buildpacks.stacks.bionic base +``` + +Get a KPack builder by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the builder resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md new file mode 100644 index 000000000000..7a86dabb194d --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md @@ -0,0 +1,180 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservicesupportedbuildpack +schema: 2.0.0 +--- + +# Get-AzSpringCloudBuildServiceSupportedBuildpack + +## SYNOPSIS +Get the supported buildpack resource. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudBuildServiceSupportedBuildpack -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudBuildServiceSupportedBuildpack -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudBuildServiceSupportedBuildpack -InputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get the supported buildpack resource. + +## EXAMPLES + +### Example 1: Get all supported buildpack resource. +```powershell +Get-AzSpringCloudBuildServiceSupportedBuildpack -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name ResourceGroupName BuildpackId +---- ----------------- ----------- +tanzu-buildpacks-java-azure springcloudrg tanzu-buildpacks/java-azure +tanzu-buildpacks-dotnet-core springcloudrg tanzu-buildpacks/dotnet-core +tanzu-buildpacks-go springcloudrg tanzu-buildpacks/go +tanzu-buildpacks-nodejs springcloudrg tanzu-buildpacks/nodejs +tanzu-buildpacks-python springcloudrg tanzu-buildpacks/python +``` + +Get all supported buildpack resource. + +### Example 2: Get the supported buildpack resource by name +```powershell +Get-AzSpringCloudBuildServiceSupportedBuildpack -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -Name tanzu-buildpacks-python +``` + +```output +Name ResourceGroupName BuildpackId +---- ----------------- ----------- +tanzu-buildpacks-python springcloudrg tanzu-buildpacks/python +``` + +Get the supported buildpack resource by name. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the buildpack resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResource + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpacksCollection + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceSupportedStack.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceSupportedStack.md new file mode 100644 index 000000000000..465c64aebd87 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildServiceSupportedStack.md @@ -0,0 +1,177 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservicesupportedstack +schema: 2.0.0 +--- + +# Get-AzSpringCloudBuildServiceSupportedStack + +## SYNOPSIS +Get the supported stack resource. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudBuildServiceSupportedStack -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudBuildServiceSupportedStack -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudBuildServiceSupportedStack -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the supported stack resource. + +## EXAMPLES + +### Example 1: Get all supported stack resource +```powershell +Get-AzSpringCloudBuildServiceSupportedStack -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name ResourceGroupName StackId Version +---- ----------------- ------- ------- +io.buildpacks.stacks.bionic-base springcloudrg io.buildpacks.stacks.bionic base +io.buildpacks.stacks.bionic-full springcloudrg io.buildpacks.stacks.bionic full +``` + +Get all supported stack resource. + +### Example 2: Get the supported stack resource +```powershell +Get-AzSpringCloudBuildServiceSupportedStack -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -Name io.buildpacks.stacks.bionic-full +``` + +```output +Name ResourceGroupName StackId Version +---- ----------------- ------- ------- +io.buildpacks.stacks.bionic-base springcloudrg io.buildpacks.stacks.bionic base +``` + +Get the supported stack resource. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the stack resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedStackResource + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedStacksCollection + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildpackBinding.md new file mode 100644 index 000000000000..af4172409747 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudBuildpackBinding.md @@ -0,0 +1,205 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildpackbinding +schema: 2.0.0 +--- + +# Get-AzSpringCloudBuildpackBinding + +## SYNOPSIS +Get a buildpack binding by name. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudBuildpackBinding -BuilderName -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudBuildpackBinding -BuilderName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudBuildpackBinding -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a buildpack binding by name. + +## EXAMPLES + +### Example 1: List all buildpack binding +```powershell +Get-AzSpringCloudBuildpackBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -BuilderName default +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/13 3:26:33 *********@microsoft.com User 2022/7/13 3:26:33 *********@microso… +``` + +List all buildpack binding. + +### Example 2: Get a buildpack binding by name +```powershell +Get-AzSpringCloudBuildpackBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -BuilderName default -Name default +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/13 3:26:33 *********@microsoft.com User 2022/7/13 3:26:33 *********@microso… +``` + +Get a buildpack binding by name. + +### Example 2: Get a buildpack binding by pipeline +```powershell +New-AzSpringCloudBuildpackBinding -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -BuilderName default -Name binging01 -BindingType 'AppDynamics' | Get-AzSpringCloudBuildpackBinding +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +binging01 2022/7/13 3:26:33 *********@microsoft.com User 2022/7/13 3:26:33 *********@microso… +``` + +Get a buildpack binding by pipeline. + +## PARAMETERS + +### -BuilderName +The name of the builder resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Buildpack Binding Name + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: BuildpackBindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackBindingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudCertificate.md new file mode 100644 index 000000000000..d2d8da8e4665 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudCertificate.md @@ -0,0 +1,174 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudcertificate +schema: 2.0.0 +--- + +# Get-AzSpringCloudCertificate + +## SYNOPSIS +Get the certificate resource. + +## SYNTAX + +### List (Default) +``` +Get-AzSpringCloudCertificate -ResourceGroupName -ServiceName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzSpringCloudCertificate -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudCertificate -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the certificate resource. + +## EXAMPLES + +### Example 1: List all the certificate resource under a spring service +```powershell +Get-AzSpringCloudCertificate -ResourceGroupName lucas-rg-test -ServiceName springapp-pwsh01 +``` + +```output +Name ResourceGroupName +---- ----------------- +cert01 lucas-rg-test +``` + +List all the certificate resource under a spring service. + +### Example 2: Get a certificate resource by name +```powershell +Get-AzSpringCloudCertificate -ResourceGroupName lucas-rg-test -ServiceName springapp-pwsh01 -Name cert01 +``` + +```output +Name ResourceGroupName +---- ----------------- +cert01 lucas-rg-test +``` + +Get a certificate resource by name. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the certificate resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: CertificateName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudConfigServer.md new file mode 100644 index 000000000000..7482b84e75f4 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudConfigServer.md @@ -0,0 +1,140 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudconfigserver +schema: 2.0.0 +--- + +# Get-AzSpringCloudConfigServer + +## SYNOPSIS +Get the config server and its properties. + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudConfigServer -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudConfigServer -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the config server and its properties. + +## EXAMPLES + +### Example 1: Get all properties of the config server +```powershell +Get-AzSpringCloudConfigServer -ResourceGroupName "springcloud-rg-0zquav" -Name "spring-f7lz2n" +``` + +```output +Name ResourceGroupName ProvisioningState +---- ----------------- ----------------- +default springcloudrg Succeeded +``` + +Get all properties of the config server. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudConfigurationService.md new file mode 100644 index 000000000000..d61eecfa51b0 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudConfigurationService.md @@ -0,0 +1,155 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudconfigurationservice +schema: 2.0.0 +--- + +# Get-AzSpringCloudConfigurationService + +## SYNOPSIS +Get the Application Configuration Service and its properties. + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudConfigurationService -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the Application Configuration Service and its properties. + +## EXAMPLES + +### Example 1: Get all Application Configuration Service and its properties +```powershell +Get-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedB + y +---- ------------------- ------------------- ----------------------- ------------------------ ----------------------- +default 2022/7/13 3:26:33 v-junxisu@microsoft.com User 2022/7/13 7:46:06 v-junxisu@microsoft.com +``` + +Get all Application Configuration Service and its properties. + +### Example 2: Get the Application Configuration Service and its properties +```powershell +Get-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedB + y +---- ------------------- ------------------- ----------------------- ------------------------ ----------------------- +default 2022/7/13 3:26:33 v-junxisu@microsoft.com User 2022/7/13 7:46:06 v-junxisu@microsoft.com +``` + +Get the Application Configuration Service and its properties. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudMonitoringSetting.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudMonitoringSetting.md new file mode 100644 index 000000000000..b0362cf6527c --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudMonitoringSetting.md @@ -0,0 +1,153 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudmonitoringsetting +schema: 2.0.0 +--- + +# Get-AzSpringCloudMonitoringSetting + +## SYNOPSIS +Get the Monitoring Setting and its properties. + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudMonitoringSetting -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudMonitoringSetting -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the Monitoring Setting and its properties. + +## EXAMPLES + +### Example 1: Get the Monitoring Setting and its properties +```powershell +Get-AzSpringCloudMonitoringSetting -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service +``` + +```output +Name ResourceGroupName ProvisioningState TraceEnabled +---- ----------------- ----------------- ------------ +default azurespringrg Succeeded True +``` + +Get the Monitoring Setting and its properties. + +### Example 2: Get the Monitoring Setting and its properties by pipeline +```powershell + Update-AzSpringCloudMonitoringSetting -AppInsightsInstrumentationKey "InstrumentationKey=xxxxxxxxxxxxxxxxxxx;IngestionEndpoint=https://xxxxxx.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/" | Get-AzSpringCloudMonitoringSetting +``` + +```output +Name ResourceGroupName ProvisioningState TraceEnabled +---- ----------------- ----------------- ------------ +default azurespringrg Succeeded True +``` + +Get the Monitoring Setting and its properties by pipeline. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudRegistry.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudRegistry.md new file mode 100644 index 000000000000..ac748a1fc651 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudRegistry.md @@ -0,0 +1,155 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudregistry +schema: 2.0.0 +--- + +# Get-AzSpringCloudRegistry + +## SYNOPSIS +Get the Service Registry and its properties. + +## SYNTAX + +### Get (Default) +``` +Get-AzSpringCloudRegistry -ResourceGroupName -ServiceName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzSpringCloudRegistry -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get the Service Registry and its properties. + +## EXAMPLES + +### Example 1: Get all Service Registry and its properties +```powershell +Get-AzSpringCloudRegistry -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedB + y +---- ------------------- ------------------- ----------------------- ------------------------ ----------------------- +default 2022/7/13 3:26:33 v-junxisu@microsoft.com User 2022/7/13 3:26:33 v-junxisu@microsoft.com +``` + +Get all Service Registry and its properties + +### Example 2: Get the Service Registry and its properties. +```powershell +Get-AzSpringCloudRegistry -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedB + y +---- ------------------- ------------------- ----------------------- ------------------------ ----------------------- +default 2022/7/13 3:26:33 v-junxisu@microsoft.com User 2022/7/13 3:26:33 v-junxisu@microsoft.com +``` + +Get the Service Registry and its properties. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceRegistryResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudRuntimeVersion.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudRuntimeVersion.md new file mode 100644 index 000000000000..db495fd3f213 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudRuntimeVersion.md @@ -0,0 +1,61 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudruntimeversion +schema: 2.0.0 +--- + +# Get-AzSpringCloudRuntimeVersion + +## SYNOPSIS +Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. + +## SYNTAX + +``` +Get-AzSpringCloudRuntimeVersion [-DefaultProfile ] [] +``` + +## DESCRIPTION +Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. + +## EXAMPLES + +### Example 1: Lists all of the available runtime versions supported by Microsoft.AppPlatform provider +```powershell +Get-AzSpringCloudRuntimeVersion +``` + +Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedRuntimeVersion + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudSku.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudSku.md new file mode 100644 index 000000000000..12f8787f0c7b --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudSku.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudsku +schema: 2.0.0 +--- + +# Get-AzSpringCloudSku + +## SYNOPSIS +Lists all of the available skus of the Microsoft.AppPlatform provider. + +## SYNTAX + +``` +Get-AzSpringCloudSku [-SubscriptionId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +Lists all of the available skus of the Microsoft.AppPlatform provider. + +## EXAMPLES + +### Example 1: Lists all of the available skus of the Microsoft.AppPlatform provider +```powershell +Get-AzSpringCloudSku +``` + +```output +Location Name ResourceType Tier +-------- ---- ------------ ---- +{australiaeast} B0 Spring Basic +{brazilsouth} B0 Spring Basic +{canadacentral} B0 Spring Basic +{centralindia} B0 Spring Basic +{centralus} B0 Spring Basic +{eastasia} B0 Spring Basic +{eastasia} B0 Spring Basic +{eastus} B0 Spring Basic +{eastus} B0 Spring Basic +{eastus2} B0 Spring Basic +{eastus2euap} B0 Spring Basic +{francecentral} B0 Spring Basic +{germanywestcentral} B0 Spring Basic +{japaneast} B0 Spring Basic +{koreacentral} B0 Spring Basic +{northcentralus} B0 Spring Basic +{northeurope} B0 Spring Basic +{southafricanorth} B0 Spring Basic +{southcentralus} B0 Spring Basic +{southeastasia} B0 Spring Basic +{switzerlandnorth} B0 Spring Basic +{switzerlandwest} B0 Spring Basic +{uaenorth} B0 Spring Basic +{uksouth} B0 Spring Basic +{westcentralus} B0 Spring Basic +{westeurope} B0 Spring Basic +{westus} B0 Spring Basic +{westus2} B0 Spring Basic +{westus3} B0 Spring Basic +{australiaeast} E0 Spring Enterprise +{brazilsouth} E0 Spring Enterprise +{canadacentral} E0 Spring Enterprise +{centralindia} E0 Spring Enterprise +{centralus} E0 Spring Enterprise +{eastasia} E0 Spring Enterprise +{eastus} E0 Spring Enterprise +{eastus2} E0 Spring Enterprise +{eastus2euap} E0 Spring Enterprise +{francecentral} E0 Spring Enterprise +{germanywestcentral} E0 Spring Enterprise +{koreacentral} E0 Spring Enterprise +{northcentralus} E0 Spring Enterprise +{northeurope} E0 Spring Enterprise +{southafricanorth} E0 Spring Enterprise +{southcentralus} E0 Spring Enterprise +{southeastasia} E0 Spring Enterprise +{switzerlandnorth} E0 Spring Enterprise +{switzerlandwest} E0 Spring Enterprise +{uaenorth} E0 Spring Enterprise +{uksouth} E0 Spring Enterprise +{westeurope} E0 Spring Enterprise +{westus} E0 Spring Enterprise +{westus2} E0 Spring Enterprise +{westus3} E0 Spring Enterprise +{australiaeast} S0 Spring Standard +{brazilsouth} S0 Spring Standard +{canadacentral} S0 Spring Standard +{centralindia} S0 Spring Standard +{centralus} S0 Spring Standard +{eastasia} S0 Spring Standard +{eastasia} S0 Spring Standard +{eastus} S0 Spring Standard +{eastus} S0 Spring Standard +{eastus2} S0 Spring Standard +{eastus2euap} S0 Spring Standard +{francecentral} S0 Spring Standard +{germanywestcentral} S0 Spring Standard +{japaneast} S0 Spring Standard +{koreacentral} S0 Spring Standard +{northcentralus} S0 Spring Standard +{northeurope} S0 Spring Standard +{southafricanorth} S0 Spring Standard +{southcentralus} S0 Spring Standard +{southeastasia} S0 Spring Standard +{switzerlandnorth} S0 Spring Standard +{switzerlandwest} S0 Spring Standard +{uaenorth} S0 Spring Standard +{uksouth} S0 Spring Standard +{westcentralus} S0 Spring Standard +{westeurope} S0 Spring Standard +{westus} S0 Spring Standard +{westus2} S0 Spring Standard +{westus3} S0 Spring Standard +{australiaeast} B0 Spring/apps/deployments Basic +{brazilsouth} B0 Spring/apps/deployments Basic +{canadacentral} B0 Spring/apps/deployments Basic +{centralindia} B0 Spring/apps/deployments Basic +{centralus} B0 Spring/apps/deployments Basic +{eastasia} B0 Spring/apps/deployments Basic +{eastasia} B0 Spring/apps/deployments Basic +{eastus} B0 Spring/apps/deployments Basic +{eastus} B0 Spring/apps/deployments Basic +{eastus2} B0 Spring/apps/deployments Basic +{eastus2euap} B0 Spring/apps/deployments Basic +{francecentral} B0 Spring/apps/deployments Basic +{germanywestcentral} B0 Spring/apps/deployments Basic +{japaneast} B0 Spring/apps/deployments Basic +{koreacentral} B0 Spring/apps/deployments Basic +{northcentralus} B0 Spring/apps/deployments Basic +{northeurope} B0 Spring/apps/deployments Basic +{southafricanorth} B0 Spring/apps/deployments Basic +{southcentralus} B0 Spring/apps/deployments Basic +{southeastasia} B0 Spring/apps/deployments Basic +{switzerlandnorth} B0 Spring/apps/deployments Basic +{switzerlandwest} B0 Spring/apps/deployments Basic +{uaenorth} B0 Spring/apps/deployments Basic +{uksouth} B0 Spring/apps/deployments Basic +{westcentralus} B0 Spring/apps/deployments Basic +{westeurope} B0 Spring/apps/deployments Basic +{westus} B0 Spring/apps/deployments Basic +{westus2} B0 Spring/apps/deployments Basic +{westus3} B0 Spring/apps/deployments Basic +{australiaeast} E0 Spring/apps/deployments Enterprise +{brazilsouth} E0 Spring/apps/deployments Enterprise +{canadacentral} E0 Spring/apps/deployments Enterprise +{centralindia} E0 Spring/apps/deployments Enterprise +{centralus} E0 Spring/apps/deployments Enterprise +{eastasia} E0 Spring/apps/deployments Enterprise +{eastus} E0 Spring/apps/deployments Enterprise +{eastus2} E0 Spring/apps/deployments Enterprise +{eastus2euap} E0 Spring/apps/deployments Enterprise +{francecentral} E0 Spring/apps/deployments Enterprise +{germanywestcentral} E0 Spring/apps/deployments Enterprise +{koreacentral} E0 Spring/apps/deployments Enterprise +{northcentralus} E0 Spring/apps/deployments Enterprise +{northeurope} E0 Spring/apps/deployments Enterprise +{southafricanorth} E0 Spring/apps/deployments Enterprise +{southcentralus} E0 Spring/apps/deployments Enterprise +{southeastasia} E0 Spring/apps/deployments Enterprise +{switzerlandnorth} E0 Spring/apps/deployments Enterprise +{switzerlandwest} E0 Spring/apps/deployments Enterprise +{uaenorth} E0 Spring/apps/deployments Enterprise +{uksouth} E0 Spring/apps/deployments Enterprise +{westeurope} E0 Spring/apps/deployments Enterprise +{westus} E0 Spring/apps/deployments Enterprise +{westus2} E0 Spring/apps/deployments Enterprise +{westus3} E0 Spring/apps/deployments Enterprise +{australiaeast} S0 Spring/apps/deployments Standard +{brazilsouth} S0 Spring/apps/deployments Standard +{canadacentral} S0 Spring/apps/deployments Standard +{centralindia} S0 Spring/apps/deployments Standard +{centralus} S0 Spring/apps/deployments Standard +{eastasia} S0 Spring/apps/deployments Standard +{eastasia} S0 Spring/apps/deployments Standard +{eastus} S0 Spring/apps/deployments Standard +{eastus} S0 Spring/apps/deployments Standard +{eastus2} S0 Spring/apps/deployments Standard +{eastus2euap} S0 Spring/apps/deployments Standard +{francecentral} S0 Spring/apps/deployments Standard +{germanywestcentral} S0 Spring/apps/deployments Standard +{japaneast} S0 Spring/apps/deployments Standard +{koreacentral} S0 Spring/apps/deployments Standard +{northcentralus} S0 Spring/apps/deployments Standard +{northeurope} S0 Spring/apps/deployments Standard +{southafricanorth} S0 Spring/apps/deployments Standard +{southcentralus} S0 Spring/apps/deployments Standard +{southeastasia} S0 Spring/apps/deployments Standard +{switzerlandnorth} S0 Spring/apps/deployments Standard +{switzerlandwest} S0 Spring/apps/deployments Standard +{uaenorth} S0 Spring/apps/deployments Standard +{uksouth} S0 Spring/apps/deployments Standard +{westcentralus} S0 Spring/apps/deployments Standard +{westeurope} S0 Spring/apps/deployments Standard +{westus} S0 Spring/apps/deployments Standard +{westus2} S0 Spring/apps/deployments Standard +{westus3} S0 Spring/apps/deployments Standard +``` + +Lists all of the available skus of the Microsoft.AppPlatform provider. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResourceSku + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudTestKey.md b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudTestKey.md new file mode 100644 index 000000000000..9c2b2812675b --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Get-AzSpringCloudTestKey.md @@ -0,0 +1,146 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudtestkey +schema: 2.0.0 +--- + +# Get-AzSpringCloudTestKey + +## SYNOPSIS +List test keys for a Service. + +## SYNTAX + +``` +Get-AzSpringCloudTestKey -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +List test keys for a Service. + +## EXAMPLES + +### Example 1: List test keys for a Service +```powershell +Get-AzSpringCloudTestKey -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service +``` + +```output +Enabled PrimaryKey PrimaryTestEndpoint +------- ---------- ------------------- +True **************************************************************** https://primary:***************** +``` + +List test keys for a Service. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloud.md new file mode 100644 index 000000000000..dbeda16775ae --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloud.md @@ -0,0 +1,358 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloud +schema: 2.0.0 +--- + +# New-AzSpringCloud + +## SYNOPSIS +Create a new Service or update an exiting Service. + +## SYNTAX + +``` +New-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] [-Location ] + [-NetworkProfileResourceGroup ] [-NetworkProfileServiceCidr ] + [-NetworkProfileServiceResourceGroup ] [-NetworkProfileServiceSubnetId ] + [-NetworkProfileSubnetId ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] + [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create a new Service or update an exiting Service. + +## EXAMPLES + +### Example 1: Create or update a new standard spring cloud service +```powershell +New-AzSpringCloud -ResourceGroupName springcloudrg -Name spring-pwsh01 -Location eastus +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModified + At +-------- ---- ------------------- ------------------- ----------------------- ---------------------- +eastus springcloud-service 2022/6/28 7:59:45 ******@microsoft.com User 2022/6/28 7:59:45 +``` + +Create or update a new standard spring cloud service. + +### Example 2: Create or update a new enterprise spring cloud service +```powershell +New-AzSpringCloud -ResourceGroupName springcloudrg -Name espring-pwsh01 -Location eastus -SkuTier "Enterprise" -SkuName "E0" +``` + +```output +Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +eastus espring-pwsh01 7/22/2022 7:35:40 AM v-diya@microsoft.com User 7/22/2022 7:35:40 AM v-diya@microsoft.com User springcloudrg +``` + +Create or update a new enterprise spring cloud service . + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +The GEO location of the resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: ServiceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileResourceGroup +Name of the resource group containing network resources for customer apps in Azure Spring Apps + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileServiceCidr +Azure Spring Apps service reserved CIDR + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileServiceResourceGroup +Name of the resource group containing network resources of Azure Spring Apps Service Runtime + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileServiceSubnetId +Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileSubnetId +Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +Current capacity of the target resource + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +Name of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +Tier of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +Tags of the service which is a list of key value pairs that describe the resource. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ZoneRedundant +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudApp.md new file mode 100644 index 000000000000..0827c4af866b --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudApp.md @@ -0,0 +1,406 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudapp +schema: 2.0.0 +--- + +# New-AzSpringCloudApp + +## SYNOPSIS +Create a new App or update an exiting App. + +## SYNTAX + +``` +New-AzSpringCloudApp -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-AddonConfig ] [-EnableEndToEndTl] [-Fqdn ] [-HttpsOnly] + [-IdentityPrincipalId ] [-IdentityTenantId ] [-IdentityType ] + [-LoadedCertificate ] [-Location ] [-PersistentDiskMountPath ] + [-PersistentDiskSizeInGb ] [-Public] [-TemporaryDiskMountPath ] + [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create a new App or update an exiting App. + +## EXAMPLES + +### Example 1: Create a new App or update an exiting App +```powershell +New-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name tools +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ +tools 2022/6/28 8:33:27 ******@microsoft.com User 2022/6/28 8:33:27 ******@microsoft.com +``` + +Create a new App or update an exiting App. + +## PARAMETERS + +### -AddonConfig +Collection of addons + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableEndToEndTl +Indicate if end to end TLS is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fqdn +Fully qualified dns Name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HttpsOnly +Indicate if only https is allowed. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityPrincipalId +Principal Id of system-assigned managed identity. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityTenantId +Tenant Id of system-assigned managed identity. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityType +Type of the managed identity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ManagedIdentityType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LoadedCertificate +Collection of loaded certificates +To construct, see NOTES section for LOADEDCERTIFICATE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ILoadedCertificate[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +The GEO location of the application, always the same with its parent resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: AppName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PersistentDiskMountPath +Mount path of the persistent disk + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PersistentDiskSizeInGb +Size of the persistent disk in GB + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Public +Indicates whether the App exposes public endpoint + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TemporaryDiskMountPath +Mount path of the temporary disk + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TemporaryDiskSizeInGb +Size of the temporary disk in GB + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppBinding.md new file mode 100644 index 000000000000..4359018cf70a --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppBinding.md @@ -0,0 +1,252 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudappbinding +schema: 2.0.0 +--- + +# New-AzSpringCloudAppBinding + +## SYNOPSIS +Create a new Binding or update an exiting Binding. + +## SYNTAX + +``` +New-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-BindingParameter ] [-Key ] [-ResourceId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create a new Binding or update an exiting Binding. + +## EXAMPLES + +### Example 1: Create a new Binding or update an exiting Binding +```powershell +New-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -name redis -Key myKey -ResourceId myResourceId -AppName tools -BindingParameter @{ "useSsl"= "true" } +``` + +```output +ResourceName Name ResourceGroupName ResourceType +------------ ---- ----------------- ------------ +redisService redis SpringCloud-gp-junxi Microsoft.Cache +``` + +Create a new Binding or update an exiting Binding. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BindingParameter +Binding parameters of the Binding resource + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Key +The key of the bound resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Binding resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: BindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +The Azure resource id of the bound resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppCustomDomain.md new file mode 100644 index 000000000000..eb387acc5c37 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppCustomDomain.md @@ -0,0 +1,237 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudappcustomdomain +schema: 2.0.0 +--- + +# New-AzSpringCloudAppCustomDomain + +## SYNOPSIS +Create or update custom domain of one lifecycle application. + +## SYNTAX + +``` +New-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-CertName ] [-Thumbprint ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create or update custom domain of one lifecycle application. + +## EXAMPLES + +### Example 1: Create or update custom domain of one lifecycle application +```powershell +New-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io +``` + +```output +Name +---- +springcloud-service.azuremicroservices.io +``` + +Create or update custom domain of one lifecycle application. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CertName +The bound certificate name of domain. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the custom domain resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Thumbprint +The thumbprint of bound certificate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..b9292f607863 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeployment.md @@ -0,0 +1,368 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudappdeployment +schema: 2.0.0 +--- + +# New-AzSpringCloudAppDeployment + +## SYNOPSIS +Create a new Deployment or update an exiting Deployment. + +## SYNTAX + +``` +New-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-Active] [-AddonConfig ] + [-EnvironmentVariable ] [-ResourceRequestCpu ] [-ResourceRequestMemory ] + [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Source ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create a new Deployment or update an exiting Deployment. + +## EXAMPLES + +### Example 1: Example 1: Create a spring cloud deployment +```powershell +New-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rp -ServiceName spring-cloud-service -AppName gateway -Name default +``` + +```output +Active : False +AppName : gateway +CreatedTime : +DeploymentSettingCpu : 1 +DeploymentSettingEnvironmentVariable : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.DeploymentSettingsEnvironmentVariables +DeploymentSettingInstanceCount : 1 +DeploymentSettingJvmOption : +DeploymentSettingMemoryInGb : 1 +DeploymentSettingRuntimeVersion : Java_8 +Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service/apps/gateway/deployments/default +Instance : {gateway-default-7-6bd6f87954-nl2wl} +Name : default +ProvisioningState : Succeeded +SourceArtifactSelector : +SourceRelativePath : +SourceType : Jar +SourceVersion : +Status : Running +Type : Microsoft.AppPlatform/Spring/apps/deployments +DeploymentSetting : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.DeploymentSettings +Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.DeploymentResourceProperties +Source : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.UserSourceInfo +``` + +Create a spring cloud deployment. + +## PARAMETERS + +### -Active +Indicates whether the Deployment is active + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AddonConfig +Collection of addons + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnvironmentVariable +Collection of environment variables + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceRequestCpu +Required CPU. +1 core can be represented by 1 or 1000m. +This should be 500m or 1 for Basic tier, and {500m, 1, 2, 3, 4} for Standard tier. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceRequestMemory +Required memory. +1 GB can be represented by 1Gi or 1024Mi. +This should be {512Mi, 1Gi, 2Gi} for Basic tier, and {512Mi, 1Gi, 2Gi, ..., 8Gi} for Standard tier. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +Current capacity of the target resource + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +Name of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +Tier of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Source +Uploaded source information of the deployment. +To construct, see NOTES section for SOURCE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IUserSourceInfo +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentBuildResultObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentBuildResultObject.md new file mode 100644 index 000000000000..5fca0515cef7 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentBuildResultObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentBuildResultObject +schema: 2.0.0 +--- + +# New-AzSpringCloudAppDeploymentBuildResultObject + +## SYNOPSIS +Create an in-memory object for BuildResultUserSourceInfo. + +## SYNTAX + +``` +New-AzSpringCloudAppDeploymentBuildResultObject [-Version ] [] +``` + +## DESCRIPTION +Create an in-memory object for BuildResultUserSourceInfo. + +## EXAMPLES + +### Example 1: Create an in-memory object for BuildResultUserSourceInfo +```powershell +New-AzSpringCloudAppDeploymentBuildResultObject +``` + +```output +Version BuildResultId +------- ------------- + +``` + +Create an in-memory object for BuildResultUserSourceInfo. + +## PARAMETERS + +### -Version +Version of the source. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultUserSourceInfo + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md new file mode 100644 index 000000000000..85d92f3953b1 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md @@ -0,0 +1,97 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentJarUploadedObject +schema: 2.0.0 +--- + +# New-AzSpringCloudAppDeploymentJarUploadedObject + +## SYNOPSIS +Create an in-memory object for JarUploadedUserSourceInfo. + +## SYNTAX + +``` +New-AzSpringCloudAppDeploymentJarUploadedObject [-JvmOption ] [-RuntimeVersion ] + [-Version ] [] +``` + +## DESCRIPTION +Create an in-memory object for JarUploadedUserSourceInfo. + +## EXAMPLES + +### Example 1: Create an in-memory object for JarUploadedUserSourceInfo +```powershell +New-AzSpringCloudAppDeploymentJarUploadedObject -RuntimeVersion "Java_8" +``` + +```output +RelativePath Version JvmOption RuntimeVersion +------------ ------- --------- -------------- +/resource/asd451212asdasd578454d Java_8 +``` + +Create an in-memory object for JarUploadedUserSourceInfo. + +## PARAMETERS + +### -JvmOption +JVM parameter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RuntimeVersion +Runtime version of the Jar file. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Version +Version of the source. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.JarUploadedUserSourceInfo + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md new file mode 100644 index 000000000000..cfc8e4c5ee6a --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md @@ -0,0 +1,97 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentNetCoreZipUploadedObject +schema: 2.0.0 +--- + +# New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject + +## SYNOPSIS +Create an in-memory object for NetCoreZipUploadedUserSourceInfo. + +## SYNTAX + +``` +New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject [-MainEntryPath ] [-RuntimeVersion ] + [-Version ] [] +``` + +## DESCRIPTION +Create an in-memory object for NetCoreZipUploadedUserSourceInfo. + +## EXAMPLES + +### Example 1: Create an in-memory object for NetCoreZipUploadedUserSourceInfo +```powershell +New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject +``` + +```output +RelativePath Version NetCoreMainEntryPath RuntimeVersion +------------ ------- -------------------- -------------- + +``` + +Create an in-memory object for NetCoreZipUploadedUserSourceInfo. + +## PARAMETERS + +### -MainEntryPath +The path to the .NET executable relative to zip root. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RuntimeVersion +Runtime version of the .Net file. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Version +Version of the source. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.NetCoreZipUploadedUserSourceInfo + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md new file mode 100644 index 000000000000..d243aa1a2b02 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md @@ -0,0 +1,99 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentSourceUploadedObject +schema: 2.0.0 +--- + +# New-AzSpringCloudAppDeploymentSourceUploadedObject + +## SYNOPSIS +Create an in-memory object for SourceUploadedUserSourceInfo. + +## SYNTAX + +``` +New-AzSpringCloudAppDeploymentSourceUploadedObject [-ArtifactSelector ] [-RuntimeVersion ] + [-Version ] [] +``` + +## DESCRIPTION +Create an in-memory object for SourceUploadedUserSourceInfo. + +## EXAMPLES + +### Example 1: Create an in-memory object for SourceUploadedUserSourceInfo +```powershell +New-AzSpringCloudAppDeploymentSourceUploadedObject +``` + +```output +RelativePath Version ArtifactSelector RuntimeVersion +------------ ------- ---------------- -------------- + +``` + +Create an in-memory object for SourceUploadedUserSourceInfo. + +## PARAMETERS + +### -ArtifactSelector +Selector for the artifact to be used for the deployment for multi-module projects. +This should be + the relative path to the target module/project. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RuntimeVersion +Runtime version of the source file. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Version +Version of the source. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SourceUploadedUserSourceInfo + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppLoadedCertificateObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppLoadedCertificateObject.md new file mode 100644 index 000000000000..a238565ef543 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudAppLoadedCertificateObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppLoadedCertificateObject +schema: 2.0.0 +--- + +# New-AzSpringCloudAppLoadedCertificateObject + +## SYNOPSIS +Create an in-memory object for LoadedCertificate. + +## SYNTAX + +``` +New-AzSpringCloudAppLoadedCertificateObject -ResourceId [-LoadTrustStore ] + [] +``` + +## DESCRIPTION +Create an in-memory object for LoadedCertificate. + +## EXAMPLES + +### Example 1: Create an in-memory object for LoadedCertificate. +```powershell +New-AzSpringCloudAppLoadedCertificateObject -ResourceId myResourceId +``` + +```output +LoadTrustStore ResourceId +-------------- ---------- + myResourceId +``` + +Create an in-memory object for LoadedCertificate. + +## PARAMETERS + +### -LoadTrustStore +Indicate whether the certificate will be loaded into default trust store, only work for Java runtime. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +Resource Id of loaded certificate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.LoadedCertificate + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildServiceAgentPool.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildServiceAgentPool.md new file mode 100644 index 000000000000..41886a9949d6 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildServiceAgentPool.md @@ -0,0 +1,217 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudbuildserviceagentpool +schema: 2.0.0 +--- + +# New-AzSpringCloudBuildServiceAgentPool + +## SYNOPSIS +Create or update build service agent pool. + +## SYNTAX + +### UpdateExpanded (Default) +``` +New-AzSpringCloudBuildServiceAgentPool -ResourceGroupName -ServiceName + [-SubscriptionId ] [-PoolSizeName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +New-AzSpringCloudBuildServiceAgentPool -InputObject [-PoolSizeName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create or update build service agent pool. + +## EXAMPLES + +### Example 1: Create or update build service agent pool +```powershell +New-AzSpringCloudBuildServiceAgentPool -ResourceGroupName springcloudrg -ServiceName espring-pwsh01 -PoolSizeName "S1" +``` + +```output +Name ResourceGroupName ProvisioningState StackId StackVersion +---- ----------------- ----------------- ------- ------------ +builderfull springcloudrg Succeeded io.buildpacks.stacks.bionic full +``` + +Create or update build service agent pool. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PoolSizeName +The name of build service agent pool size + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildServiceAgentPoolResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildServiceBuilder.md new file mode 100644 index 000000000000..d38a9d758fbc --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildServiceBuilder.md @@ -0,0 +1,239 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudbuildservicebuilder +schema: 2.0.0 +--- + +# New-AzSpringCloudBuildServiceBuilder + +## SYNOPSIS +Create or update a KPack builder. + +## SYNTAX + +``` +New-AzSpringCloudBuildServiceBuilder -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-BuildpackGroup ] [-StackId ] + [-StackVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create or update a KPack builder. + +## EXAMPLES + +### Example 1: Create or update a KPack builder +```powershell +New-AzSpringCloudBuildServiceBuilder -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -Name builder01 -StackId 'io.buildpacks.stacks.bionic' -StackVersion 'base' +``` + +```output +Name ResourceGroupName ProvisioningState StackId StackVersion +---- ----------------- ----------------- ------- ------------ +builder01 springcloudrg Succeeded io.buildpacks.stacks.bionic base +``` + +Create or update a KPack builder. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BuildpackGroup +Builder buildpack groups. +To construct, see NOTES section for BUILDPACKGROUP properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpacksGroupProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the builder resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StackId +Id of the ClusterStack. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StackVersion +Version of the ClusterStack + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpackBinding.md new file mode 100644 index 000000000000..ed41c5b1c82f --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpackBinding.md @@ -0,0 +1,253 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudbuildpackbinding +schema: 2.0.0 +--- + +# New-AzSpringCloudBuildpackBinding + +## SYNOPSIS +Create or update a buildpack binding. + +## SYNTAX + +``` +New-AzSpringCloudBuildpackBinding -BuilderName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-BindingType ] [-LaunchProperty ] + [-LaunchSecret ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create or update a buildpack binding. + +## EXAMPLES + +### Example 1: Create or update a buildpack binding +```powershell +New-AzSpringCloudBuildpackBinding -ResourceGroupName springcloudrg -ServiceName sspring-portal0 -BuilderName default -Name binging01 -BindingType 'AppDynamics' +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName +---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ----------------- +binging01 7/22/2022 2:24:28 AM v-diya@microsoft.com User 7/22/2022 2:24:28 AM v-diya@microsoft.com User springcloudrg +``` + +Create or update a buildpack binding. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BindingType +Buildpack Binding Type + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.BindingType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BuilderName +The name of the builder resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LaunchProperty +Non-sensitive properties for launchProperties + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LaunchSecret +Sensitive properties for launchProperties + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Buildpack Binding Name + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: BuildpackBindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackBindingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpackObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpackObject.md new file mode 100644 index 000000000000..6a5c66ae68b5 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpackObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudBuildpackObject +schema: 2.0.0 +--- + +# New-AzSpringCloudBuildpackObject + +## SYNOPSIS +Create an in-memory object for BuildpackProperties. + +## SYNTAX + +``` +New-AzSpringCloudBuildpackObject [-Id ] [] +``` + +## DESCRIPTION +Create an in-memory object for BuildpackProperties. + +## EXAMPLES + +### Example 1: Create an in-memory object for BuildpackProperties +```powershell +New-AzSpringCloudBuildpackObject -Id "tanzu-buildpacks/dotnet-core" +``` + +```output +Id +-- +tanzu-buildpacks/dotnet-core +``` + +Create an in-memory object for BuildpackProperties + +## PARAMETERS + +### -Id +Id of the buildpack. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildpackProperties + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpacksGroupObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpacksGroupObject.md new file mode 100644 index 000000000000..a0e675e873a4 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudBuildpacksGroupObject.md @@ -0,0 +1,87 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudBuildpacksGroupObject +schema: 2.0.0 +--- + +# New-AzSpringCloudBuildpacksGroupObject + +## SYNOPSIS +Create an in-memory object for BuildpacksGroupProperties. + +## SYNTAX + +``` +New-AzSpringCloudBuildpacksGroupObject [-Buildpack ] [-Name ] + [] +``` + +## DESCRIPTION +Create an in-memory object for BuildpacksGroupProperties. + +## EXAMPLES + +### Example 1: Create an in-memory object for BuildpacksGroupProperties +```powershell +$pack = @() +$pack += New-AzSpringCloudBuildpackObject -Id "tanzu-buildpacks/dotnet-core" +$pack += New-AzSpringCloudBuildpackObject -Id "tanzu-buildpacks/python" +$pack += New-AzSpringCloudBuildpackObject -Id "tanzu-buildpacks/java-azure" +New-AzSpringCloudBuildpacksGroupObject -Name 'packtest' -Buildpack $pack +``` + +```output +Name +---- +packtest +``` + +Create an in-memory object for BuildpacksGroupProperties. + +## PARAMETERS + +### -Buildpack +Buildpacks in the buildpack group. +To construct, see NOTES section for BUILDPACK properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildpackProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Buildpack group name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildpacksGroupProperties + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudCertificate.md new file mode 100644 index 000000000000..6b316a3dead1 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudCertificate.md @@ -0,0 +1,209 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudcertificate +schema: 2.0.0 +--- + +# New-AzSpringCloudCertificate + +## SYNOPSIS +Create or update certificate resource. + +## SYNTAX + +``` +New-AzSpringCloudCertificate -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-Property ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create or update certificate resource. + +## EXAMPLES + +### Example 1: Create or update certificate resource +```powershell +$cert = New-AzSpringCloudKeyVaultCertificateObject -Name "cert01" -VaultUri "https://xxxxxx.vault.azure.net" -Version "xxxxxxxxxxxxxxxxxxxxx" -ExcludePrivateKey $false +New-AzSpringCloudCertificate -ResourceGroupName spring-rg-test -ServiceName springapp-pwsh01 -Name cert01 -Property $cert +``` + +```output +Name ResourceGroupName +---- ----------------- +cert01 lucas-rg-test +``` + +Create or update certificate resource. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the certificate resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: CertificateName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Properties of the certificate resource payload. +To construct, see NOTES section for PROPERTY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateProperties +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudConfigurationService.md new file mode 100644 index 000000000000..a115046e88a3 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudConfigurationService.md @@ -0,0 +1,194 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudconfigurationservice +schema: 2.0.0 +--- + +# New-AzSpringCloudConfigurationService + +## SYNOPSIS +Create the default Application Configuration Service or update the existing Application Configuration Service. + +## SYNTAX + +``` +New-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName + [-SubscriptionId ] [-GitRepository ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create the default Application Configuration Service or update the existing Application Configuration Service. + +## EXAMPLES + +### Example 1: Create the default Application Configuration Service or update the existing Application Configuration Service +```powershell +New-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/13 3:26:33 *********@microsoft.com User 2022/7/13 7:46:06 *********@microso… +``` + +Create the default Application Configuration Service or update the existing Application Configuration Service. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitRepository +Repositories of Application Configuration Service git property. +To construct, see NOTES section for GITREPOSITORY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitRepository[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md new file mode 100644 index 000000000000..891edd711aab --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md @@ -0,0 +1,218 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject +schema: 2.0.0 +--- + +# New-AzSpringCloudConfigurationServiceGitRepositoryObject + +## SYNOPSIS +Create an in-memory object for ConfigurationServiceGitRepository. + +## SYNTAX + +``` +New-AzSpringCloudConfigurationServiceGitRepositoryObject -Label -Name -Pattern + -Uri [-HostKey ] [-HostKeyAlgorithm ] [-Password ] [-PrivateKey ] + [-SearchPath ] [-StrictHostKeyChecking ] [-Username ] [] +``` + +## DESCRIPTION +Create an in-memory object for ConfigurationServiceGitRepository. + +## EXAMPLES + +### Example 1: Create an in-memory object for ConfigurationServiceGitRepository +```powershell +New-AzSpringCloudConfigurationServiceGitRepositoryObject -Name fake -Label master -Uri "https://github.com/fake-user/fake-repository" -Pattern "app/dev" -debug +``` + +```output +HostKey HostKeyAlgorithm Label Name Password Pattern PrivateKey SearchPath StrictHostKeyChecking Uri +------- ---------------- ----- ---- -------- ------- ---------- ---------- --------------------- --- + master fake {app/dev} https://github.com… +``` + +Create an in-memory object for ConfigurationServiceGitRepository. + +## PARAMETERS + +### -HostKey +Public sshKey of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HostKeyAlgorithm +SshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Label +Label of the repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of the repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Password +Password of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Pattern +Collection of patterns of the repository. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateKey +Private sshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchPath +Searching path of the repository. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StrictHostKeyChecking +Strict host key checking or not. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Uri +URI of the repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Username +Username of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigurationServiceGitRepository + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudContentCertificateObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudContentCertificateObject.md new file mode 100644 index 000000000000..283e67182d68 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudContentCertificateObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudContentCertificateObject +schema: 2.0.0 +--- + +# New-AzSpringCloudContentCertificateObject + +## SYNOPSIS +Create an in-memory object for ContentCertificateProperties. + +## SYNTAX + +``` +New-AzSpringCloudContentCertificateObject [-Content ] [] +``` + +## DESCRIPTION +Create an in-memory object for ContentCertificateProperties. + +## EXAMPLES + +### Example 1: Create an in-memory object for ContentCertificateProperties +```powershell +New-AzSpringCloudContentCertificateObject -Content "ContentCertificate" +``` + +```output +ActivateDate DnsName ExpirationDate IssuedDate Issuer SubjectName Thumbprint Content +------------ ------- -------------- ---------- ------ ----------- ---------- ------- + ContentCertificate +``` + +Create an in-memory object for ContentCertificateProperties. + +## PARAMETERS + +### -Content +The content of uploaded certificate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ContentCertificateProperties + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudGitPatternRepositoryObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudGitPatternRepositoryObject.md new file mode 100644 index 000000000000..a4c821aa6667 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudGitPatternRepositoryObject.md @@ -0,0 +1,219 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/Az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject +schema: 2.0.0 +--- + +# New-AzSpringCloudGitPatternRepositoryObject + +## SYNOPSIS +Create an in-memory object for GitPatternRepository. + +## SYNTAX + +``` +New-AzSpringCloudGitPatternRepositoryObject -Name -Uri [-HostKey ] + [-HostKeyAlgorithm ] [-Label ] [-Password ] [-Pattern ] + [-PrivateKey ] [-SearchPath ] [-StrictHostKeyChecking ] [-Username ] + [] +``` + +## DESCRIPTION +Create an in-memory object for GitPatternRepository. + +## EXAMPLES + +### Example 1: Create an in-memory object for GitPatternRepository +```powershell +New-AzSpringCloudGitPatternRepositoryObject -Name fake -Uri "https://github.com/fake-user/fake-repository" +``` + +```output +HostKey HostKeyAlgorithm Label Name Password Pattern PrivateKey SearchPath StrictHostKeyChecking Uri +------- ---------------- ----- ---- -------- ------- ---------- ---------- --------------------- --- + fake https://github.com/fa… +``` + +Create an in-memory object for GitPatternRepository. + +## PARAMETERS + +### -HostKey +Public sshKey of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HostKeyAlgorithm +SshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Label +Label of the repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of the repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Password +Password of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Pattern +Collection of pattern of the repository. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PrivateKey +Private sshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SearchPath +Searching path of the repository. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StrictHostKeyChecking +Strict host key checking or not. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Uri +URI of the repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Username +Username of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.GitPatternRepository + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudKeyVaultCertificateObject.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudKeyVaultCertificateObject.md new file mode 100644 index 000000000000..e9930a576322 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudKeyVaultCertificateObject.md @@ -0,0 +1,113 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudKeyVaultCertificateObject +schema: 2.0.0 +--- + +# New-AzSpringCloudKeyVaultCertificateObject + +## SYNOPSIS +Create an in-memory object for KeyVaultCertificateProperties. + +## SYNTAX + +``` +New-AzSpringCloudKeyVaultCertificateObject -Name -VaultUri [-ExcludePrivateKey ] + [-Version ] [] +``` + +## DESCRIPTION +Create an in-memory object for KeyVaultCertificateProperties. + +## EXAMPLES + +### Example 1: Create an in-memory object for KeyVaultCertificateProperties +```powershell +New-AzSpringCloudKeyVaultCertificateObject -VaultUri "keyvaluturi" -Name 'keycert' +``` + +```output +ActivateDate DnsName ExpirationDate IssuedDate Issuer SubjectName Thumbprint CertVersion ExcludePrivateKey KeyVaultCertName VaultUri +------------ ------- -------------- ---------- ------ ----------- ---------- ----------- ----------------- ---------------- -------- + keycert keyvaluturi +``` + +Create an in-memory object for KeyVaultCertificateProperties + +## PARAMETERS + +### -ExcludePrivateKey +Optional. +If set to true, it will not import private key from key vault. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The certificate name of key vault. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -VaultUri +The vault uri of user key vault. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Version +The certificate version of key vault. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.KeyVaultCertificateProperties + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudTestKey.md b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudTestKey.md new file mode 100644 index 000000000000..828bc06e6446 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/New-AzSpringCloudTestKey.md @@ -0,0 +1,161 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudtestkey +schema: 2.0.0 +--- + +# New-AzSpringCloudTestKey + +## SYNOPSIS +Regenerate a test key for a Service. + +## SYNTAX + +``` +New-AzSpringCloudTestKey -Name -ResourceGroupName -KeyType + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Regenerate a test key for a Service. + +## EXAMPLES + +### Example 1: Regenerate a test key for a Service +```powershell +New-AzSpringCloudTestKey -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service -KeyType Primary +``` + +```output +Enabled PrimaryKey PrimaryTestEndpoint +------- ---------- ------------------- +True **************************************************************** https://primary:***********************… +``` + +Regenerate a test key for a Service. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -KeyType +Type of the test key + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TestKeyType +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ITestKeys + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/README.md b/src/SpringCloud/SpringCloud.Autorest/help/README.md new file mode 100644 index 000000000000..035989a49e0c --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/README.md @@ -0,0 +1,11 @@ +# Docs +This directory contains the documentation of the cmdlets for the `Az.SpringCloud` module. To run documentation generation, use the `generate-help.ps1` script at the root module folder. Files in this folder will *always be overridden on regeneration*. To update documentation examples, please use the `..\examples` folder. + +## Info +- Modifiable: no +- Generated: all +- Committed: yes +- Packaged: yes + +## Details +The process of documentation generation loads `Az.SpringCloud` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder. \ No newline at end of file diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloud.md new file mode 100644 index 000000000000..1fc22362ccd4 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloud.md @@ -0,0 +1,217 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloud +schema: 2.0.0 +--- + +# Remove-AzSpringCloud + +## SYNOPSIS +Operation to delete a Service. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloud -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to delete a Service. + +## EXAMPLES + +### Example 1: Remove Spring Cloud Service by name +```powershell +Remove-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service +``` + +Remove Spring Cloud Service by name. + +### Example 2: Remove Spring Cloud Service by pipeline +```powershell +Get-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service | Remove-AzSpringCloud +``` + +Remove Spring Cloud Service by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: ServiceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudApp.md new file mode 100644 index 000000000000..291651294fb4 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudApp.md @@ -0,0 +1,233 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudapp +schema: 2.0.0 +--- + +# Remove-AzSpringCloudApp + +## SYNOPSIS +Operation to delete an App. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudApp -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudApp -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to delete an App. + +## EXAMPLES + +### Example 1: Remove Spring Cloud App by name +```powershell +Remove-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway +``` + +Remove Spring Cloud App by name. + +### Example 2: Remove Spring Cloud App by pipeline +```powershell +Get-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway | Remove-AzSpringCloudApp +``` + +Remove Spring Cloud App by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: AppName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppBinding.md new file mode 100644 index 000000000000..d7366ea9f677 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppBinding.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudappbinding +schema: 2.0.0 +--- + +# Remove-AzSpringCloudAppBinding + +## SYNOPSIS +Operation to delete a Binding. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudAppBinding -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to delete a Binding. + +## EXAMPLES + +### Example 1: Operation to delete a Binding +```powershell +Remove-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis +``` + +Operation to delete a Binding. + +### Example 1: Operation to delete a Binding by pipeline +```powershell +Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis | Remove-AzSpringCloudAppBinding +``` + +Operation to delete a Binding by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Binding resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: BindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppCustomDomain.md new file mode 100644 index 000000000000..ddcfa7afabc0 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppCustomDomain.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudappcustomdomain +schema: 2.0.0 +--- + +# Remove-AzSpringCloudAppCustomDomain + +## SYNOPSIS +Delete the custom domain of one lifecycle application. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudAppCustomDomain -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete the custom domain of one lifecycle application. + +## EXAMPLES + +### Example 1: Delete the custom domain of one lifecycle application +```powershell +Remove-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io +``` + +Delete the custom domain of one lifecycle application. + +### Example 2: Delete the custom domain of one lifecycle application by pipeline +```powershell +Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io | Remove-AzSpringCloudAppCustomDomain +``` + +Delete the custom domain of one lifecycle application. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the custom domain resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..837b051e9a1f --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudAppDeployment.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudappdeployment +schema: 2.0.0 +--- + +# Remove-AzSpringCloudAppDeployment + +## SYNOPSIS +Operation to delete a Deployment. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to delete a Deployment. + +## EXAMPLES + +### Example 1: Remove Spring Cloud Deployment by name +```powershell +Remove-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +``` + +Remove Spring Cloud Deployment by name. + +### Example 2: Remove Spring Cloud Deployment by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Remove-AzSpringCloudAppDeployment +``` + +Remove Spring Cloud Deployment by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudBuildServiceBuilder.md new file mode 100644 index 000000000000..a7cbe71ad7da --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudBuildServiceBuilder.md @@ -0,0 +1,233 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudbuildservicebuilder +schema: 2.0.0 +--- + +# Remove-AzSpringCloudBuildServiceBuilder + +## SYNOPSIS +Delete a KPack builder. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudBuildServiceBuilder -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudBuildServiceBuilder -InputObject [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete a KPack builder. + +## EXAMPLES + +### Example 1: Delete a KPack builder +```powershell +Remove-AzSpringCloudBuildServiceBuilder -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -Name mybuilder +``` + +Delete a KPack builder. + +### Example 2: Delete a KPack builder by pipeline +```powershell +Get-AzSpringCloudBuildServiceBuilder -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 -Name mybuilder | Remove-AzSpringCloudBuildServiceBuilder +``` + +Delete a KPack builder by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the builder resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudBuildpackBinding.md new file mode 100644 index 000000000000..2d5d25b30f4d --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudBuildpackBinding.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudbuildpackbinding +schema: 2.0.0 +--- + +# Remove-AzSpringCloudBuildpackBinding + +## SYNOPSIS +Operation to delete a Buildpack Binding + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudBuildpackBinding -BuilderName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudBuildpackBinding -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to delete a Buildpack Binding + +## EXAMPLES + +### Example 1: Operation to delete a Buildpack Binding +```powershell +Remove-AzSpringCloudBuildpackBinding -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -BuilderName default -Name binging01 +``` + +Operation to delete a Buildpack Binding. + +### Example 2: Operation to delete a Buildpack Binding by pipeline +```powershell +Get-AzSpringCloudBuildpackBinding -ResourceGroupName springcloudrg -ServiceName sspring-portal01 -BuilderName default -Name binging01 | Remove-AzSpringCloudBuildpackBinding +``` + +Operation to delete a Buildpack Binding by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BuilderName +The name of the builder resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Buildpack Binding Name + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: BuildpackBindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudCertificate.md new file mode 100644 index 000000000000..a6d35317b2a2 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudCertificate.md @@ -0,0 +1,233 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudcertificate +schema: 2.0.0 +--- + +# Remove-AzSpringCloudCertificate + +## SYNOPSIS +Delete the certificate resource. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudCertificate -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudCertificate -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete the certificate resource. + +## EXAMPLES + +### Example 1: Delete the certificate resource +```powershell +Remove-AzSpringCloudCertificate -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name mycertificate +``` + +Delete the certificate resource. + +### Example 2: Delete the certificate resource +```powershell +Get-AzSpringCloudCertificate -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name mycertificate | Remove-AzSpringCloudCertificate -InputObject $data +``` + +Delete the certificate resource. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the certificate resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: CertificateName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudConfigurationService.md new file mode 100644 index 000000000000..2172b99b2a61 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Remove-AzSpringCloudConfigurationService.md @@ -0,0 +1,218 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudconfigurationservice +schema: 2.0.0 +--- + +# Remove-AzSpringCloudConfigurationService + +## SYNOPSIS +Disable the default Application Configuration Service. + +## SYNTAX + +### Delete (Default) +``` +Remove-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzSpringCloudConfigurationService -InputObject [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Disable the default Application Configuration Service. + +## EXAMPLES + +### Example 1: Disable the default Application Configuration Service +```powershell +Remove-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service +``` + +Disable the default Application Configuration Service. + +### Example 2: Disable the default Application Configuration Service by pipeline +```powershell +Get-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service | Remove-AzSpringCloudConfigurationService +``` + +Disable the default Application Configuration Service by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Restart-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Restart-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..5a66d7a2eaa7 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Restart-AzSpringCloudAppDeployment.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/restart-azspringcloudappdeployment +schema: 2.0.0 +--- + +# Restart-AzSpringCloudAppDeployment + +## SYNOPSIS +Restart the deployment. + +## SYNTAX + +### Restart (Default) +``` +Restart-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### RestartViaIdentity +``` +Restart-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Restart the deployment. + +## EXAMPLES + +### Example 1: Restart Spring Cloud Service by name +```powershell +Restart-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +``` + +Restart Spring Cloud Service by name. + +### Example 2: Restart Spring Cloud Service by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Restart-AzSpringCloudAppDeployment +``` + +Restart Spring Cloud Service by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Restart +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: RestartViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: Restart +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Restart +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Restart +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Restart +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Start-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Start-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..bfe4e4c51ef0 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Start-AzSpringCloudAppDeployment.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/start-azspringcloudappdeployment +schema: 2.0.0 +--- + +# Start-AzSpringCloudAppDeployment + +## SYNOPSIS +Start the deployment. + +## SYNTAX + +### Start (Default) +``` +Start-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### StartViaIdentity +``` +Start-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Start the deployment. + +## EXAMPLES + +### Example 1: Start Spring Cloud Service by name +```powershell +Start-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +``` + +Start Spring Cloud Service by name. + +### Example 2: Start Spring Cloud Service by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Start-AzSpringCloudAppDeployment +``` + +Start Spring Cloud Service by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Start +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: StartViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: Start +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Start +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Start +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Start +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Start-AzSpringCloudAppDeploymentJfr.md b/src/SpringCloud/SpringCloud.Autorest/help/Start-AzSpringCloudAppDeploymentJfr.md new file mode 100644 index 000000000000..6825573a35ae --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Start-AzSpringCloudAppDeploymentJfr.md @@ -0,0 +1,296 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/start-azspringcloudappdeploymentjfr +schema: 2.0.0 +--- + +# Start-AzSpringCloudAppDeploymentJfr + +## SYNOPSIS +Start JFR + +## SYNTAX + +### StartExpanded (Default) +``` +Start-AzSpringCloudAppDeploymentJfr -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-AppInstance ] [-Duration ] + [-FilePath ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### StartViaIdentityExpanded +``` +Start-AzSpringCloudAppDeploymentJfr -InputObject [-AppInstance ] + [-Duration ] [-FilePath ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Start JFR + +## EXAMPLES + +### Example 1: Start Spring Cloud Service by name +```powershell +Start-AzSpringCloudAppDeploymentJfr -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -Name default +``` + +Start Spring Cloud Service by name. + +### Example 2: Start Spring Cloud Service by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -Name default | Start-AzSpringCloudAppDeployment +``` + +Start Spring Cloud Service by pipeline. + +## PARAMETERS + +### -AppInstance +App instance name + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: StartExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Duration +Duration of your JFR. +1 min can be represented by 1m or 60s. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FilePath +Your target file path in your own BYOS + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: StartViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: StartExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: StartExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: StartExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: StartExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Stop-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Stop-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..539c2c05b94a --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Stop-AzSpringCloudAppDeployment.md @@ -0,0 +1,248 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/stop-azspringcloudappdeployment +schema: 2.0.0 +--- + +# Stop-AzSpringCloudAppDeployment + +## SYNOPSIS +Stop the deployment. + +## SYNTAX + +### Stop (Default) +``` +Stop-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### StopViaIdentity +``` +Stop-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Stop the deployment. + +## EXAMPLES + +### Example 1: Stop Spring Cloud Service by name +```powershell +Stop-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +``` + +Stop Spring Cloud Service by name. + +### Example 2: Stop Spring Cloud Service by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default | Stop-AzSpringCloudAppDeployment +``` + +Stop Spring Cloud Service by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: Stop +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: StopViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: Stop +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: Stop +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: Stop +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Stop +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudAppCustomDomain.md new file mode 100644 index 000000000000..90a74307ba53 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudAppCustomDomain.md @@ -0,0 +1,215 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudappcustomdomain +schema: 2.0.0 +--- + +# Test-AzSpringCloudAppCustomDomain + +## SYNOPSIS +Check the resource name is valid as well as not in use. + +## SYNTAX + +### ValidateExpanded (Default) +``` +Test-AzSpringCloudAppCustomDomain -AppName -ResourceGroupName -ServiceName + -Name [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### ValidateViaIdentityExpanded +``` +Test-AzSpringCloudAppCustomDomain -InputObject -Name + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Check the resource name is valid as well as not in use. + +## EXAMPLES + +### Example 1: Check the resource name is valid as well as not in use +```powershell +Test-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service-01 -Name springcloud-service-01.azuremicroservices.io -AppName tools +``` + +```output +IsValid Message +------- ------- +True +``` + +Check the resource name is valid as well as not in use. + +### Example 2: Check the resource name is valid as well as not in use by pipeline +```powershell +Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service-01 -Name springcloud-service-01.azuremicroservices.io -AppName tools | Test-AzSpringCloudAppCustomDomain +``` + +```output +IsValid Message +------- ------- +True +``` + +Check the resource name is valid as well as not in use by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: ValidateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name to be validated + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainValidateResult + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudConfigServer.md new file mode 100644 index 000000000000..e442c8609310 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudConfigServer.md @@ -0,0 +1,371 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudconfigserver +schema: 2.0.0 +--- + +# Test-AzSpringCloudConfigServer + +## SYNOPSIS +Check if the config server settings are valid. + +## SYNTAX + +### ValidateExpanded (Default) +``` +Test-AzSpringCloudConfigServer -Name -ResourceGroupName [-SubscriptionId ] + [-GitHostKey ] [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] + [-GitPrivateKey ] [-GitRepository ] [-GitSearchPath ] + [-GitStrictHostKeyChecking] [-GitUri ] [-GitUsername ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### ValidateViaIdentityExpanded +``` +Test-AzSpringCloudConfigServer -InputObject [-GitHostKey ] + [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] [-GitPrivateKey ] + [-GitRepository ] [-GitSearchPath ] [-GitStrictHostKeyChecking] + [-GitUri ] [-GitUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Check if the config server settings are valid. + +## EXAMPLES + +### Example 1: Check if the config server settings are valid +```powershell + Test-AzSpringCloudConfigServer -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service +``` + +```output +IsValid +------- +True +``` + +Check if the config server settings are valid. + +### Example 2: Check if the config server settings are valid by pipeline +```powershell +Get-AzSpringCloudConfigServer -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service | Test-AzSpringCloudConfigServer +``` + +```output +IsValid +------- +True +``` + +Check if the config server settings are valid by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitHostKey +Public sshKey of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitHostKeyAlgorithm +SshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitLabel +Label of the repository + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitPassword +Password of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitPrivateKey +Private sshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitRepository +Repositories of git. +To construct, see NOTES section for GITREPOSITORY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IGitPatternRepository[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitSearchPath +Searching path of the repository + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitStrictHostKeyChecking +Strict host key checking or not. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitUri +URI of the repository + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitUsername +Username of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: ValidateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerSettingsValidateResult + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudConfigurationService.md new file mode 100644 index 000000000000..b73e334cbc74 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudConfigurationService.md @@ -0,0 +1,219 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudconfigurationservice +schema: 2.0.0 +--- + +# Test-AzSpringCloudConfigurationService + +## SYNOPSIS +Check if the Application Configuration Service settings are valid. + +## SYNTAX + +### ValidateExpanded (Default) +``` +Test-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName + [-SubscriptionId ] [-GitRepository ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### ValidateViaIdentityExpanded +``` +Test-AzSpringCloudConfigurationService -InputObject + [-GitRepository ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Check if the Application Configuration Service settings are valid. + +## EXAMPLES + +### Example 1: Check if the Application Configuration Service settings are valid +```powershell +Test-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01 +``` + +```output +IsValid +------- +True +``` + +Check if the Application Configuration Service settings are valid. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitRepository +Repositories of Application Configuration Service git property. +To construct, see NOTES section for GITREPOSITORY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitRepository[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: ValidateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: ValidateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigurationServiceGitPropertyValidateResult + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudNameAvailability.md b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudNameAvailability.md new file mode 100644 index 000000000000..cf09198c1db9 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Test-AzSpringCloudNameAvailability.md @@ -0,0 +1,160 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudnameavailability +schema: 2.0.0 +--- + +# Test-AzSpringCloudNameAvailability + +## SYNOPSIS +Checks that the resource name is valid and is not already in use. + +## SYNTAX + +``` +Test-AzSpringCloudNameAvailability -Location -Name -Type [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Checks that the resource name is valid and is not already in use. + +## EXAMPLES + +### Example 1: Checks that the resource name is valid and is not already in use +```powershell +Test-AzSpringCloudNameAvailability -Location EastUS -Name springcloud-service -Type "Microsoft.AppPlatform/Spring" -debug +``` + +```output +Message +------- +The resource name is invalid. It can contain only lowercase letters, numbers and hyphens. The first character must be … +``` + +Checks that the resource name is valid and is not already in use. + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +the region + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name to be checked + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Type +Type of the resource to check name availability + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.INameAvailability + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloud.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloud.md new file mode 100644 index 000000000000..62dbd8524ffd --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloud.md @@ -0,0 +1,467 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloud +schema: 2.0.0 +--- + +# Update-AzSpringCloud + +## SYNOPSIS +Operation to update an exiting Service. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] + [-Location ] [-NetworkProfileResourceGroup ] [-NetworkProfileServiceCidr ] + [-NetworkProfileServiceResourceGroup ] [-NetworkProfileServiceSubnetId ] + [-NetworkProfileSubnetId ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] + [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloud -InputObject [-Location ] + [-NetworkProfileResourceGroup ] [-NetworkProfileServiceCidr ] + [-NetworkProfileServiceResourceGroup ] [-NetworkProfileServiceSubnetId ] + [-NetworkProfileSubnetId ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] + [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Operation to update an exiting Service. + +## EXAMPLES + +### Example 1: Update Spring Cloud Service by name +```powershell +Update-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service +``` + +```output +ConfigServerPropertiesErrorCode : +ConfigServerPropertiesErrorMessage : +ConfigServerPropertyState : Succeeded +GitPropertyHostKey : +GitPropertyHostKeyAlgorithm : +GitPropertyLabel : +GitPropertyPassword : +GitPropertyPrivateKey : +GitPropertyRepository : +GitPropertySearchPath : +GitPropertyStrictHostKeyChecking : +GitPropertyUri : +GitPropertyUsername : +Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service +Location : eastus +Name : spring-cloud-service +NetworkProfileAppNetworkResourceGroup : +NetworkProfileAppSubnetId : +NetworkProfileServiceCidr : +NetworkProfileServiceRuntimeNetworkResourceGroup : +NetworkProfileServiceRuntimeSubnetId : +ProvisioningState : Succeeded +ServiceId : e5e964885b4146b1a91e9bfc17971ee5 +SkuCapacity : +SkuName : S0 +SkuTier : Standard +Tag : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TrackedResourceTags +TraceAppInsightInstrumentationKey : +TraceEnabled : False +TraceErrorCode : +TraceErrorMessage : +TraceState : Succeeded +Type : Microsoft.AppPlatform/Spring +Version : 2 +ConfigServerGitProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerGitProperty +ConfigServerProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerProperties +ConfigServerPropertyConfigServer : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerSettings +ConfigServerPropertyError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error +NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.NetworkProfile +Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ClusterResourceProperties +Sku : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Sku +Trace : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TraceProperties +TraceError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error +``` + +Update Spring Cloud Service by name. + +### Example 2: Update Spring Cloud Service by pipeline +```powershell +Get-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service | Update-AzSpringCloud +``` + +```output +ConfigServerPropertiesErrorCode : +ConfigServerPropertiesErrorMessage : +ConfigServerPropertyState : Succeeded +GitPropertyHostKey : +GitPropertyHostKeyAlgorithm : +GitPropertyLabel : +GitPropertyPassword : +GitPropertyPrivateKey : +GitPropertyRepository : +GitPropertySearchPath : +GitPropertyStrictHostKeyChecking : +GitPropertyUri : +GitPropertyUsername : +Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service +Location : eastus +Name : spring-cloud-service +NetworkProfileAppNetworkResourceGroup : +NetworkProfileAppSubnetId : +NetworkProfileServiceCidr : +NetworkProfileServiceRuntimeNetworkResourceGroup : +NetworkProfileServiceRuntimeSubnetId : +ProvisioningState : Succeeded +ServiceId : e5e964885b4146b1a91e9bfc17971ee5 +SkuCapacity : +SkuName : S0 +SkuTier : Standard +Tag : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TrackedResourceTags +TraceAppInsightInstrumentationKey : +TraceEnabled : False +TraceErrorCode : +TraceErrorMessage : +TraceState : Succeeded +Type : Microsoft.AppPlatform/Spring +Version : 2 +ConfigServerGitProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerGitProperty +ConfigServerProperty : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerProperties +ConfigServerPropertyConfigServer : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ConfigServerSettings +ConfigServerPropertyError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error +NetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.NetworkProfile +Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ClusterResourceProperties +Sku : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Sku +Trace : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TraceProperties +TraceError : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error +``` + +Update Spring Cloud Service by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Location +The GEO location of the resource. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: ServiceName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileResourceGroup +Name of the resource group containing network resources for customer apps in Azure Spring Apps + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileServiceCidr +Azure Spring Apps service reserved CIDR + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileServiceResourceGroup +Name of the resource group containing network resources of Azure Spring Apps Service Runtime + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileServiceSubnetId +Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkProfileSubnetId +Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +Current capacity of the target resource + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +Name of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +Tier of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +Tags of the service which is a list of key value pairs that describe the resource. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ZoneRedundant +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IServiceResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudApp.md new file mode 100644 index 000000000000..e786d224ffed --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudApp.md @@ -0,0 +1,489 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudapp +schema: 2.0.0 +--- + +# Update-AzSpringCloudApp + +## SYNOPSIS +Operation to update an exiting App. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloudApp -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-AddonConfig ] [-EnableEndToEndTl] [-Fqdn ] [-HttpsOnly] + [-IdentityPrincipalId ] [-IdentityTenantId ] [-IdentityType ] + [-LoadedCertificate ] [-Location ] [-PersistentDiskMountPath ] + [-PersistentDiskSizeInGb ] [-Public] [-TemporaryDiskMountPath ] + [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloudApp -InputObject [-AddonConfig ] [-EnableEndToEndTl] + [-Fqdn ] [-HttpsOnly] [-IdentityPrincipalId ] [-IdentityTenantId ] + [-IdentityType ] [-LoadedCertificate ] [-Location ] + [-PersistentDiskMountPath ] [-PersistentDiskSizeInGb ] [-Public] + [-TemporaryDiskMountPath ] [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to update an exiting App. + +## EXAMPLES + +### Example 1: Update Spring Cloud App by name +```powershell +Update-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -AddonConfig @{'test' = 'value1'} +``` + +```output +ActiveDeploymentName : default +CreatedTime : 2020-08-08 15:37:43 +Fqdn : spring-cloud-service.azuremicroservices.io +HttpsOnly : False +Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service/apps/gateway +IdentityPrincipalId : +IdentityTenantId : +IdentityType : +Location : eastus +Name : gateway +PersistentDiskMountPath : /persistent +PersistentDiskSizeInGb : 0 +PersistentDiskUsedInGb : +ProvisioningState : Succeeded +Public : False +TemporaryDiskMountPath : /tmp +TemporaryDiskSizeInGb : 5 +Type : Microsoft.AppPlatform/Spring/apps +Url : +Identity : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ManagedIdentityProperties +PersistentDisk : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.PersistentDisk +Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.AppResourceProperties +TemporaryDisk : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TemporaryDisk +``` + +Update Spring Cloud App by name. + +### Example 2: Update Spring Cloud App by pipeline +```powershell +Get-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway | Update-AzSpringCloudApp -AddonConfig @{'test' = 'value1'} +``` + +```output +ActiveDeploymentName : default +CreatedTime : 2020-08-08 15:37:43 +Fqdn : spring-cloud-service.azuremicroservices.io +HttpsOnly : False +Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/spring-cloud-rg/providers/Microsoft.AppPlatform/Spring/spring-cloud-service/apps/gateway +IdentityPrincipalId : +IdentityTenantId : +IdentityType : +Location : eastus +Name : gateway +PersistentDiskMountPath : /persistent +PersistentDiskSizeInGb : 0 +PersistentDiskUsedInGb : +ProvisioningState : Succeeded +Public : False +TemporaryDiskMountPath : /tmp +TemporaryDiskSizeInGb : 5 +Type : Microsoft.AppPlatform/Spring/apps +Url : +Identity : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.ManagedIdentityProperties +PersistentDisk : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.PersistentDisk +Property : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.AppResourceProperties +TemporaryDisk : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.TemporaryDisk +``` + +Update Spring Cloud App by pipeline. + +## PARAMETERS + +### -AddonConfig +Collection of addons + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableEndToEndTl +Indicate if end to end TLS is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fqdn +Fully qualified dns Name. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HttpsOnly +Indicate if only https is allowed. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityPrincipalId +Principal Id of system-assigned managed identity. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityTenantId +Tenant Id of system-assigned managed identity. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityType +Type of the managed identity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ManagedIdentityType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -LoadedCertificate +Collection of loaded certificates +To construct, see NOTES section for LOADEDCERTIFICATE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ILoadedCertificate[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Location +The GEO location of the application, always the same with its parent resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: AppName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PersistentDiskMountPath +Mount path of the persistent disk + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PersistentDiskSizeInGb +Size of the persistent disk in GB + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Public +Indicates whether the App exposes public endpoint + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TemporaryDiskMountPath +Mount path of the temporary disk + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TemporaryDiskSizeInGb +Size of the temporary disk in GB + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppActiveDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppActiveDeployment.md new file mode 100644 index 000000000000..d73333d907e4 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppActiveDeployment.md @@ -0,0 +1,247 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappactivedeployment +schema: 2.0.0 +--- + +# Update-AzSpringCloudAppActiveDeployment + +## SYNOPSIS +Set existing Deployment under the app as active + +## SYNTAX + +### SetExpanded (Default) +``` +Update-AzSpringCloudAppActiveDeployment -Name -ResourceGroupName -ServiceName + [-SubscriptionId ] [-DeploymentName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### SetViaIdentityExpanded +``` +Update-AzSpringCloudAppActiveDeployment -InputObject [-DeploymentName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Set existing Deployment under the app as active + +## EXAMPLES + +### Example 1: Set existing Deployment under the app as active +```powershell +Update-AzSpringCloudAppActiveDeployment -ResourceGroupName springcloudrg -ServiceName standardspring-demo -Name demo -DeploymentName 'green' +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/1 3:41:45 *********@microsoft.com User 2022/7/1 3:49:11 **********@microso… +``` + +Set existing Deployment under the app as active. + +### Example 2: Set existing Deployment under the app as active by pipeline +```powershell +Get-AzSpringCloudApp -ResourceGroupName springcloudrg -ServiceName standardspring-demo -Name demo | Update-AzSpringCloudAppActiveDeployment -DeploymentName 'green' +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/1 3:41:45 *********@microsoft.com User 2022/7/1 3:49:11 **********@microso… +``` + +Set existing Deployment under the app as active by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DeploymentName +Collection of Deployment name. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: SetViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: SetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: SetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: SetExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: SetExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IAppResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppBinding.md new file mode 100644 index 000000000000..036530f569e8 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppBinding.md @@ -0,0 +1,292 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappbinding +schema: 2.0.0 +--- + +# Update-AzSpringCloudAppBinding + +## SYNOPSIS +Operation to update an exiting Binding. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-BindingParameter ] [-Key ] + [-ResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloudAppBinding -InputObject [-BindingParameter ] + [-Key ] [-ResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Operation to update an exiting Binding. + +## EXAMPLES + +### Example 1: Operation to update an exiting Binding +```powershell +Update-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis -Key myKey -BindingParameter @{ "useSsl"= "true" } +``` + +```output +Name +---- +redis +``` + +Operation to update an exiting Binding. + +### Example 2: Operation to update an exiting Binding by pipeline +```powershell +Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name redis | Update-AzSpringCloudAppBinding -Key myKey -BindingParameter @{ "useSsl"= "true" } +``` + +```output +Name +---- +redis +``` + +Operation to update an exiting Binding by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BindingParameter +Binding parameters of the Binding resource + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Key +The key of the bound resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Binding resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: BindingName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +The Azure resource id of the bound resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppCustomDomain.md new file mode 100644 index 000000000000..a62cf4a74509 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppCustomDomain.md @@ -0,0 +1,278 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappcustomdomain +schema: 2.0.0 +--- + +# Update-AzSpringCloudAppCustomDomain + +## SYNOPSIS +Update custom domain of one lifecycle application. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-CertName ] [-Thumbprint ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloudAppCustomDomain -InputObject [-CertName ] + [-Thumbprint ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Update custom domain of one lifecycle application. + +## EXAMPLES + +### Example 1: Update custom domain of one lifecycle application +```powershell +Update-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io +``` + +```output +Name + +---- +springcloud-service.azuremicroservices.io +``` + +Update custom domain of one lifecycle application. + +### Example 2: Update custom domain of one lifecycle application by pipeline +```powershell +Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway -Name springcloud-service.azuremicroservices.io | Update-AzSpringCloudAppCustomDomain +``` + +```output +Name + +---- +springcloud-service.azuremicroservices.io +``` + +Update custom domain of one lifecycle application by pipeline. + +## PARAMETERS + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CertName +The bound certificate name of domain. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the custom domain resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Thumbprint +The thumbprint of bound certificate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICustomDomainResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppDeployment.md new file mode 100644 index 000000000000..9eee05d1ad18 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudAppDeployment.md @@ -0,0 +1,391 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappdeployment +schema: 2.0.0 +--- + +# Update-AzSpringCloudAppDeployment + +## SYNOPSIS +Operation to update an exiting Deployment. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName + -ServiceName [-SubscriptionId ] [-Active] [-AddonConfig ] + [-EnvironmentVariable ] [-ResourceRequestCpu ] [-ResourceRequestMemory ] + [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Source ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloudAppDeployment -InputObject [-Active] [-AddonConfig ] + [-EnvironmentVariable ] [-ResourceRequestCpu ] [-ResourceRequestMemory ] + [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Source ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Operation to update an exiting Deployment. + +## EXAMPLES + +### Example 1: Operation to update an exiting Deployment +```powershell +Update-AzSpringCloudAppDeployment -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName tools -Name default +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/1 3:41:45 *********@microsoft.com User 2022/7/1 3:49:11 **********@microso… +``` + +Operation to update an exiting Deployment. + +### Example 2: Operation to update an exiting Deployment by pipeline +```powershell +Get-AzSpringCloudAppDeployment -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName tools -Name default | Update-AzSpringCloudAppDeployment +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/1 3:41:45 *********@microsoft.com User 2022/7/1 3:49:11 **********@microso… +``` + +Operation to update an exiting Deployment by pipeline. + +## PARAMETERS + +### -Active +Indicates whether the Deployment is active + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AddonConfig +Collection of addons + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AppName +The name of the App resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnvironmentVariable +Collection of environment variables + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Deployment resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: DeploymentName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceRequestCpu +Required CPU. +1 core can be represented by 1 or 1000m. +This should be 500m or 1 for Basic tier, and {500m, 1, 2, 3, 4} for Standard tier. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceRequestMemory +Required memory. +1 GB can be represented by 1Gi or 1024Mi. +This should be {512Mi, 1Gi, 2Gi} for Basic tier, and {512Mi, 1Gi, 2Gi, ..., 8Gi} for Standard tier. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceName +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuCapacity +Current capacity of the target resource + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuName +Name of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SkuTier +Tier of the Sku + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Source +Uploaded source information of the deployment. +To construct, see NOTES section for SOURCE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IUserSourceInfo +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudConfigServer.md new file mode 100644 index 000000000000..9200795a1609 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudConfigServer.md @@ -0,0 +1,403 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudconfigserver +schema: 2.0.0 +--- + +# Update-AzSpringCloudConfigServer + +## SYNOPSIS +Update the config server. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloudConfigServer -Name -ResourceGroupName [-SubscriptionId ] + [-Code ] [-GitHostKey ] [-GitHostKeyAlgorithm ] [-GitLabel ] + [-GitPassword ] [-GitPrivateKey ] [-GitRepository ] + [-GitSearchPath ] [-GitStrictHostKeyChecking] [-GitUri ] [-GitUsername ] + [-Message ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloudConfigServer -InputObject [-Code ] [-GitHostKey ] + [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] [-GitPrivateKey ] + [-GitRepository ] [-GitSearchPath ] [-GitStrictHostKeyChecking] + [-GitUri ] [-GitUsername ] [-Message ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the config server. + +## EXAMPLES + +### Example 1: Update the config server +```powershell +Update-AzSpringCloudConfigServer -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/1 7:22:54 *********@microsoft.com User 2022/7/1 7:22:54 **********@microso… +``` + +Update the config server. + +### Example 2: Update the config server by pipeline +```powershell +Get-AzSpringCloudConfigServer -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service | Update-AzSpringCloudConfigServer +``` + +```output +Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModi + fiedBy +---- ------------------- ------------------- ----------------------- ------------------------ ------------------ +default 2022/7/1 7:22:54 *********@microsoft.com User 2022/7/1 7:22:54 **********@microso… +``` + +Update the config server by pipeline. + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Code +The code of error. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitHostKey +Public sshKey of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitHostKeyAlgorithm +SshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitLabel +Label of the repository + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitPassword +Password of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitPrivateKey +Private sshKey algorithm of git repository. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitRepository +Repositories of git. +To construct, see NOTES section for GITREPOSITORY properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IGitPatternRepository[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitSearchPath +Searching path of the repository + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitStrictHostKeyChecking +Strict host key checking or not. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitUri +URI of the repository + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GitUsername +Username of git repository basic auth. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Message +The message of error. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudMonitoringSetting.md b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudMonitoringSetting.md new file mode 100644 index 000000000000..8fd3750c0910 --- /dev/null +++ b/src/SpringCloud/SpringCloud.Autorest/help/Update-AzSpringCloudMonitoringSetting.md @@ -0,0 +1,294 @@ +--- +external help file: +Module Name: Az.SpringCloud +online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudmonitoringsetting +schema: 2.0.0 +--- + +# Update-AzSpringCloudMonitoringSetting + +## SYNOPSIS +Update the Monitoring Setting. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzSpringCloudMonitoringSetting -Name -ResourceGroupName [-SubscriptionId ] + [-AppInsightsInstrumentationKey ] [-AppInsightsSamplingRate ] [-Code ] + [-Message ] [-TraceEnabled] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzSpringCloudMonitoringSetting -InputObject + [-AppInsightsInstrumentationKey ] [-AppInsightsSamplingRate ] [-Code ] + [-Message ] [-TraceEnabled] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Update the Monitoring Setting. + +## EXAMPLES + +### Example 1: Update the Monitoring Setting +```powershell +Update-AzSpringCloudMonitoringSetting -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service -AppInsightsInstrumentationKey "InstrumentationKey=xxxxxxxxxxxxxxxxxxx;IngestionEndpoint=https://xxxxxx.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/" -TraceEnabled +``` + +```output +Name ResourceGroupName ProvisioningState TraceEnabled +---- ----------------- ----------------- ------------ +default azurespringrg Succeeded True +``` + +Update the Monitoring Setting. + +### Example 2: Update the Monitoring Setting by pipeline +```powershell +Get-AzSpringCloudMonitoringSetting -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service | Update-AzSpringCloudMonitoringSetting -AppInsightsInstrumentationKey "InstrumentationKey=xxxxxxxxxxxxxxxxxxx;IngestionEndpoint=https://xxxxxx.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/" -TraceEnabled +``` + +```output +Name ResourceGroupName ProvisioningState TraceEnabled +---- ----------------- ----------------- ------------ +default azurespringrg Succeeded True +``` + +Update the Monitoring Setting by pipeline. + +## PARAMETERS + +### -AppInsightsInstrumentationKey +Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AppInsightsSamplingRate +Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Code +The code of error. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Message +The message of error. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Service resource. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group that contains the resource. +You can obtain this value from the Azure Resource Manager API or the portal. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TraceEnabled +Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. +Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISpringCloudIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IMonitoringSettingResource + +## NOTES + +## RELATED LINKS + diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudAppResourceUploadUrl.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudAppResourceUploadUrl.ps1 index 2b9eb8764f04..90276185cf2b 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudAppResourceUploadUrl.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudAppResourceUploadUrl.ps1 @@ -100,7 +100,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuild.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuild.ps1 index 1ba133781746..4ff225af1a8a 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuild.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuild.ps1 @@ -110,7 +110,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResult.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResult.ps1 index 17e2a04d072d..6686235338c1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResult.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResult.ps1 @@ -117,7 +117,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResultLog.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResultLog.ps1 index 2a06e46bc14f..b2adc36b6e80 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResultLog.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceBuildResultLog.ps1 @@ -77,7 +77,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceResourceUploadUrl.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceResourceUploadUrl.ps1 index 3fb3354694c0..41a0f102db72 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceResourceUploadUrl.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudBuildServiceResourceUploadUrl.ps1 @@ -100,7 +100,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudOperation.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudOperation.ps1 index cf0a68b392ec..b6780e57f1e7 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudOperation.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Get-AzSpringCloudOperation.ps1 @@ -38,7 +38,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloud.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloud.ps1 index 02a03321a168..a6391f2c5da1 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloud.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloud.ps1 @@ -127,7 +127,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudApp.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudApp.ps1 index d5783c456e33..23e804c92fad 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudApp.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudApp.ps1 @@ -160,7 +160,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudBuildServiceBuild.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudBuildServiceBuild.ps1 index 03abf163ceeb..94a578c7348e 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudBuildServiceBuild.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/New-AzSpringCloudBuildServiceBuild.ps1 @@ -96,7 +96,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/ProxyCmdletDefinitions.ps1 index d9d72bc1e933..4077c21a5574 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/ProxyCmdletDefinitions.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/ProxyCmdletDefinitions.ps1 @@ -100,7 +100,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -252,7 +253,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -443,7 +445,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -629,7 +632,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -805,7 +809,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -918,7 +923,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1149,7 +1155,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -1331,7 +1338,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter(DontShow)] @@ -1532,7 +1540,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] @@ -1712,7 +1721,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] diff --git a/src/SpringCloud/SpringCloud.Autorest/internal/Remove-AzSpringCloudRegistry.ps1 b/src/SpringCloud/SpringCloud.Autorest/internal/Remove-AzSpringCloudRegistry.ps1 index ebb591d1a8c5..a175f1a36670 100644 --- a/src/SpringCloud/SpringCloud.Autorest/internal/Remove-AzSpringCloudRegistry.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/internal/Remove-AzSpringCloudRegistry.ps1 @@ -94,7 +94,8 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, [Parameter()] diff --git a/src/SpringCloud/SpringCloud.Autorest/test/Az.SpringCloud-TestResults.xml b/src/SpringCloud/SpringCloud.Autorest/test/Az.SpringCloud-TestResults.xml index 3084f2ac74b2..454803df5c37 100644 --- a/src/SpringCloud/SpringCloud.Autorest/test/Az.SpringCloud-TestResults.xml +++ b/src/SpringCloud/SpringCloud.Autorest/test/Az.SpringCloud-TestResults.xml @@ -1,224 +1,676 @@  - - - - + + + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + + + - - + + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - + - + - + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + diff --git a/src/SpringCloud/SpringCloud.Autorest/test/utils.ps1 b/src/SpringCloud/SpringCloud.Autorest/test/utils.ps1 index 2bdedbcb9154..85315bd5b222 100644 --- a/src/SpringCloud/SpringCloud.Autorest/test/utils.ps1 +++ b/src/SpringCloud/SpringCloud.Autorest/test/utils.ps1 @@ -155,7 +155,7 @@ function setupEnv() { set-content -Path (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\parameters.json') -Value (ConvertTo-Json $keyVaultPara) New-AzDeployment -Mode Incremental -TemplateFile (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\template.json') -TemplateParameterFile (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\parameters.json') -ResourceGroupName $env.resourceGroup - Start-TestSleep -Seconds 60 # The keyVault not ready to create certificate + Start-Sleep -Seconds 60 # The keyVault not ready to create certificate $keyVault = Get-AzKeyVault -ResourceGroupName $env.resourceGroup -VaultName $env.name $env.add('vaultUri', $keyVault.VaultUri); @@ -176,7 +176,7 @@ function setupEnv() { $cosmosdbPara.parameters.cosmosdb_name.value = $env.cosmosDbName41 set-content -Path (Join-Path $PSScriptRoot '.\deployment-templates\cosmos-db\parameters-02.json') -Value (ConvertTo-Json $cosmosdbPara) New-AzDeployment -Mode Incremental -TemplateFile (Join-Path $PSScriptRoot '.\deployment-templates\cosmos-db\template-02.json') -TemplateParameterFile (Join-Path $PSScriptRoot '.\deployment-templates\cosmos-db\parameters-02.json') -ResourceGroupName $env.resourceGroup - Start-TestSleep -Seconds 60 + Start-Sleep -Seconds 60 $cosmosdb01 = Get-AzCosmosDBAccount -ResourceGroupName $env.resourceGroup -Name $env.cosmosDbName40 $cosmosdb02 = Get-AzCosmosDBAccount -ResourceGroupName $env.resourceGroup -Name $env.cosmosDbName41 Write-Host -ForegroundColor Green "Wait for cosmosdb creating..." diff --git a/src/SpringCloud/SpringCloud/Az.SpringCloud.psd1 b/src/SpringCloud/SpringCloud/Az.SpringCloud.psd1 index 4056638270f6..bea483f472cb 100644 --- a/src/SpringCloud/SpringCloud/Az.SpringCloud.psd1 +++ b/src/SpringCloud/SpringCloud/Az.SpringCloud.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12/5/2023 +# Generated on: 1/4/2024 # @{ @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.13.2'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'SpringCloud.Autorest/bin/Az.SpringCloud.private.dll' diff --git a/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md index 753ae96d523c..8c68530d79a7 100644 --- a/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud/help/Deploy-AzSpringCloudApp.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/deploy-azSpringCloudapp schema: 2.0.0 @@ -14,16 +14,16 @@ Deploy the build file to an existing deployment. ### DeployAppForStandard (Default) ``` -Deploy-AzSpringCloudApp -FilePath -Name -ResourceGroupName -ServiceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] +Deploy-AzSpringCloudApp -Name -ResourceGroupName -ServiceName -FilePath + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### DeployAppForEnterprise ``` -Deploy-AzSpringCloudApp -AgentPoolId -BuilderId -FilePath -Name - -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Deploy-AzSpringCloudApp -Name -ResourceGroupName -ServiceName -FilePath + [-SubscriptionId ] -BuilderId -AgentPoolId [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -273,4 +273,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Disable-AzSpringCloudTestEndpoint.md b/src/SpringCloud/SpringCloud/help/Disable-AzSpringCloudTestEndpoint.md index 70389ffd7a97..81c60b85da96 100644 --- a/src/SpringCloud/SpringCloud/help/Disable-AzSpringCloudTestEndpoint.md +++ b/src/SpringCloud/SpringCloud/help/Disable-AzSpringCloudTestEndpoint.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/disable-azspringcloudtestendpoint schema: 2.0.0 @@ -15,13 +15,13 @@ Disable test endpoint functionality for a Service. ### Disable (Default) ``` Disable-AzSpringCloudTestEndpoint -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DisableViaIdentity ``` Disable-AzSpringCloudTestEndpoint -InputObject [-DefaultProfile ] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -38,7 +38,7 @@ Disable test endpoint functionality for a Service. ### Example 2: Disable test endpoint functionality for a Service by pipeline ```powershell -Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disable-AzSpringCloudTestEndpoint +Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disable-AzSpringCloudTestEndpoint ``` Disable test endpoint functionality for a Service by pipeline. @@ -212,4 +212,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Enable-AzSpringCloudTestEndpoint.md b/src/SpringCloud/SpringCloud/help/Enable-AzSpringCloudTestEndpoint.md index 26fce92754cb..d5e382d39899 100644 --- a/src/SpringCloud/SpringCloud/help/Enable-AzSpringCloudTestEndpoint.md +++ b/src/SpringCloud/SpringCloud/help/Enable-AzSpringCloudTestEndpoint.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/enable-azspringcloudtestendpoint schema: 2.0.0 @@ -15,13 +15,13 @@ Enable test endpoint functionality for a Service. ### Enable (Default) ``` Enable-AzSpringCloudTestEndpoint -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### EnableViaIdentity ``` -Enable-AzSpringCloudTestEndpoint -InputObject [-DefaultProfile ] [-Confirm] - [-WhatIf] [] +Enable-AzSpringCloudTestEndpoint -InputObject [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -44,7 +44,7 @@ Enable test endpoint functionality for a Service. ### Example 2: Enable test endpoint functionality for a Service by pipeline ```powershell -Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disable-AzSpringCloudTestEndpoint +Get-AzSpringCloud -ResourceGroupName lucas-rg-test -Name springapp-pwsh01 | Disable-AzSpringCloudTestEndpoint ``` ```output @@ -209,4 +209,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloud.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloud.md index 5eeff50bebd8..77d01765e553 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloud.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloud.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloud schema: 2.0.0 @@ -23,17 +23,17 @@ Get-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] [] ``` -### GetViaIdentity -``` -Get-AzSpringCloud -InputObject [-DefaultProfile ] [] -``` - ### List1 ``` Get-AzSpringCloud -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` +### GetViaIdentity +``` +Get-AzSpringCloud -InputObject [-DefaultProfile ] [] +``` + ## DESCRIPTION Get a Service and its properties. @@ -161,7 +161,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List, List1 +Parameter Sets: List, Get, List1 Aliases: Required: False @@ -214,4 +214,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudApp.md index 21fd320a5057..ed22d17a75ea 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudApp.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudapp schema: 2.0.0 @@ -129,7 +129,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -144,7 +144,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -160,7 +160,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -228,4 +228,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppBinding.md index 21bac7d1799f..cadfdb5df141 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappbinding schema: 2.0.0 @@ -37,7 +37,7 @@ Get a Binding and its properties. ### Example 1: Get all Binding under the spring app ```powershell - Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway +Get-AzSpringCloudAppBinding -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway ``` ```output @@ -81,7 +81,7 @@ The name of the App resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -143,7 +143,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -158,7 +158,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -174,7 +174,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -227,4 +227,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppCustomDomain.md index e5c5249f215f..aa05de728586 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppCustomDomain.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappcustomdomain schema: 2.0.0 @@ -37,7 +37,7 @@ Get the custom domain of one lifecycle application. ### Example 1: Get the custom domain of all lifecycle applications ```powershell - Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway +Get-AzSpringCloudAppCustomDomain -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -AppName gateway ``` ```output @@ -70,7 +70,7 @@ The name of the App resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -132,7 +132,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -147,7 +147,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -163,7 +163,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -216,4 +216,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeployment.md index 80310544d3b5..af256fa65103 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappdeployment schema: 2.0.0 @@ -18,6 +18,12 @@ Get-AzSpringCloudAppDeployment -ResourceGroupName -ServiceName [-Version ] [-DefaultProfile ] [] ``` +### List +``` +Get-AzSpringCloudAppDeployment -AppName -ResourceGroupName -ServiceName + [-SubscriptionId ] [-Version ] [-DefaultProfile ] [] +``` + ### Get ``` Get-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName @@ -30,12 +36,6 @@ Get-AzSpringCloudAppDeployment -InputObject [-DefaultProf [] ``` -### List -``` -Get-AzSpringCloudAppDeployment -AppName -ResourceGroupName -ServiceName - [-SubscriptionId ] [-Version ] [-DefaultProfile ] [] -``` - ## DESCRIPTION Get a Deployment and its properties. @@ -87,7 +87,7 @@ The name of the App resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -149,7 +149,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List, List1 +Parameter Sets: List1, List, Get Aliases: Required: True @@ -164,7 +164,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List, List1 +Parameter Sets: List1, List, Get Aliases: Required: True @@ -180,7 +180,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List, List1 +Parameter Sets: List1, List, Get Aliases: Required: False @@ -195,7 +195,7 @@ Version of the deployments to be listed ```yaml Type: System.String[] -Parameter Sets: List, List1 +Parameter Sets: List1, List Aliases: Required: False @@ -248,4 +248,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md index 46908deb10be..94b498422fdf 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudAppDeploymentLogFileUrl.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudappdeploymentlogfileurl schema: 2.0.0 @@ -15,14 +15,14 @@ Get deployment log file URL ### Get (Default) ``` Get-AzSpringCloudAppDeploymentLogFileUrl -AppName -Name -ResourceGroupName - -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] - [-WhatIf] [] + -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzSpringCloudAppDeploymentLogFileUrl -InputObject [-DefaultProfile ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -251,4 +251,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildService.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildService.md index eb74b0728bcf..f73ef1c26494 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildService.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildService.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservice schema: 2.0.0 @@ -178,4 +178,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceAgentPool.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceAgentPool.md index 030650ff053c..b3885c14d908 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceAgentPool.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceAgentPool.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildserviceagentpool schema: 2.0.0 @@ -178,4 +178,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceBuilder.md index 84c3e466e9a4..ef6aca0e5152 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceBuilder.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceBuilder.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservicebuilder schema: 2.0.0 @@ -128,7 +128,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -143,7 +143,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -159,7 +159,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -212,4 +212,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md index 35005e280981..99f7f25e1ed3 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedBuildpack.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservicesupportedbuildpack schema: 2.0.0 @@ -119,7 +119,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -134,7 +134,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -150,7 +150,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -205,4 +205,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedStack.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedStack.md index cc4eca5321ec..a708bbf71c23 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedStack.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildServiceSupportedStack.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildservicesupportedstack schema: 2.0.0 @@ -116,7 +116,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -131,7 +131,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -147,7 +147,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -202,4 +202,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildpackBinding.md index 960963fde702..37abc88dcec2 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildpackBinding.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudBuildpackBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudbuildpackbinding schema: 2.0.0 @@ -84,7 +84,7 @@ The name of the builder resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -146,7 +146,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -161,7 +161,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -177,7 +177,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -230,4 +230,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudCertificate.md index 06ddfa4430e5..01b7570b904b 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudCertificate.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudCertificate.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudcertificate schema: 2.0.0 @@ -50,7 +50,7 @@ List all the certificate resource under a spring service. ### Example 2: Get a certificate resource by name ```powershell -Get-AzSpringCloudCertificate -ResourceGroupName lucas-rg-test -ServiceName springapp-pwsh01 -Name cert01 +Get-AzSpringCloudCertificate -ResourceGroupName lucas-rg-test -ServiceName springapp-pwsh01 -Name cert01 ``` ```output @@ -115,7 +115,7 @@ You can obtain this value from the Azure Resource Manager API or the portal. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -130,7 +130,7 @@ The name of the Service resource. ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: True @@ -146,7 +146,7 @@ The subscription ID forms part of the URI for every service call. ```yaml Type: System.String[] -Parameter Sets: Get, List +Parameter Sets: List, Get Aliases: Required: False @@ -199,4 +199,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigServer.md index a604d9745890..6ec3becb5024 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigServer.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigServer.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudconfigserver schema: 2.0.0 @@ -29,7 +29,7 @@ Get the config server and its properties. ## EXAMPLES -### Example 1: Get all properties of the config server +### Example 1: Get all properties of the config server ```powershell Get-AzSpringCloudConfigServer -ResourceGroupName "springcloud-rg-0zquav" -Name "spring-f7lz2n" ``` @@ -165,4 +165,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigurationService.md index cb3bc1031c09..3ecc5f0865f2 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudConfigurationService.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudconfigurationservice schema: 2.0.0 @@ -180,4 +180,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudMonitoringSetting.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudMonitoringSetting.md index fdaf222aa73b..47b707d19328 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudMonitoringSetting.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudMonitoringSetting.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudmonitoringsetting schema: 2.0.0 @@ -44,7 +44,7 @@ Get the Monitoring Setting and its properties. ### Example 2: Get the Monitoring Setting and its properties by pipeline ```powershell - Update-AzSpringCloudMonitoringSetting -AppInsightsInstrumentationKey "InstrumentationKey=xxxxxxxxxxxxxxxxxxx;IngestionEndpoint=https://xxxxxx.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/" | Get-AzSpringCloudMonitoringSetting +Update-AzSpringCloudMonitoringSetting -AppInsightsInstrumentationKey "InstrumentationKey=xxxxxxxxxxxxxxxxxxx;IngestionEndpoint=https://xxxxxx.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/" | Get-AzSpringCloudMonitoringSetting ``` ```output @@ -178,4 +178,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRegistry.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRegistry.md index fb55e752fbd9..378b4d270a0f 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRegistry.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRegistry.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudregistry schema: 2.0.0 @@ -20,8 +20,7 @@ Get-AzSpringCloudRegistry -ResourceGroupName -ServiceName [-Su ### GetViaIdentity ``` -Get-AzSpringCloudRegistry -InputObject [-DefaultProfile ] - [] +Get-AzSpringCloudRegistry -InputObject [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -180,4 +179,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRuntimeVersion.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRuntimeVersion.md index 96631aa1848f..93374ec68c27 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRuntimeVersion.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudRuntimeVersion.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudruntimeversion schema: 2.0.0 @@ -59,4 +59,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudSku.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudSku.md index 769997003831..1b5595e7e0b5 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudSku.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudSku.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudsku schema: 2.0.0 @@ -247,3 +247,47 @@ ALIASES ## RELATED LINKS +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Gets subscription ID which uniquely identify the Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS diff --git a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudTestKey.md b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudTestKey.md index 7208144772f6..ffc111f0dcd2 100644 --- a/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudTestKey.md +++ b/src/SpringCloud/SpringCloud/help/Get-AzSpringCloudTestKey.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/get-azspringcloudtestkey schema: 2.0.0 @@ -14,7 +14,7 @@ List test keys for a Service. ``` Get-AzSpringCloudTestKey -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -144,4 +144,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloud.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloud.md index fdd3670345e4..a733f92d580c 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloud.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloud.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloud schema: 2.0.0 @@ -17,7 +17,7 @@ New-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] [-NetworkProfileServiceCidr ] [-NetworkProfileServiceResourceGroup ] [-NetworkProfileServiceSubnetId ] [-NetworkProfileSubnetId ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] - [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -26,7 +26,7 @@ Create a new Service or update an exiting Service. ## EXAMPLES -### Example 1: Create or update a new standard spring cloud service +### Example 1: Create or update a new standard spring cloud service ```powershell New-AzSpringCloud -ResourceGroupName springcloudrg -Name spring-pwsh01 -Location eastus ``` @@ -40,7 +40,7 @@ eastus springcloud-service 2022/6/28 7:59:45 ******@microsoft.com User Create or update a new standard spring cloud service. -### Example 2: Create or update a new enterprise spring cloud service +### Example 2: Create or update a new enterprise spring cloud service ```powershell New-AzSpringCloud -ResourceGroupName springcloudrg -Name espring-pwsh01 -Location eastus -SkuTier "Enterprise" -SkuName "E0" ``` @@ -357,4 +357,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudApp.md index e56e6f6bef89..6980ecb6636f 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudApp.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudapp schema: 2.0.0 @@ -18,7 +18,7 @@ New-AzSpringCloudApp -Name -ResourceGroupName -ServiceName ] [-IdentityTenantId ] [-IdentityType ] [-LoadedCertificate ] [-Location ] [-PersistentDiskMountPath ] [-PersistentDiskSizeInGb ] [-Public] [-TemporaryDiskMountPath ] - [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -414,4 +414,3 @@ To create the parameters described below, construct a hash table containing the - `[LoadTrustStore ]`: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppBinding.md index 253883d21ec5..33bea50cf60d 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudappbinding schema: 2.0.0 @@ -15,7 +15,7 @@ Create a new Binding or update an exiting Binding. ``` New-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-BindingParameter ] [-Key ] [-ResourceId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -250,4 +250,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppCustomDomain.md index ef05cbe9922f..7c75f72a193c 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppCustomDomain.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudappcustomdomain schema: 2.0.0 @@ -15,7 +15,7 @@ Create or update custom domain of one lifecycle application. ``` New-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-CertName ] [-Thumbprint ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -235,4 +235,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeployment.md index 139e9ece2b6b..cb84f26a1e4f 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudappdeployment schema: 2.0.0 @@ -17,7 +17,7 @@ New-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupNa -ServiceName [-SubscriptionId ] [-Active] [-AddonConfig ] [-EnvironmentVariable ] [-ResourceRequestCpu ] [-ResourceRequestMemory ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Source ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -375,4 +375,3 @@ To create the parameters described below, construct a hash table containing the - `[Version ]`: Version of the source ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentBuildResultObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentBuildResultObject.md index d75951bbec5f..8e6ad5cb73be 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentBuildResultObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentBuildResultObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentBuildResultObject schema: 2.0.0 @@ -65,4 +65,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md index 328301db2aa3..1c81d2e385b9 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentJarUploadedObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentJarUploadedObject schema: 2.0.0 @@ -96,4 +96,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md index fe7b3ca8a3fa..a24ea3d06f80 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentNetCoreZipUploadedObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentNetCoreZipUploadedObject schema: 2.0.0 @@ -96,4 +96,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md index 61b8e6923c02..80f7ce9a59b0 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppDeploymentSourceUploadedObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppDeploymentSourceUploadedObject schema: 2.0.0 @@ -98,4 +98,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppLoadedCertificateObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppLoadedCertificateObject.md index 6b12f08a28ed..f33ef30bb017 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppLoadedCertificateObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudAppLoadedCertificateObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudAppLoadedCertificateObject schema: 2.0.0 @@ -81,4 +81,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceAgentPool.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceAgentPool.md index 4faea50beb18..536b6bb49144 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceAgentPool.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceAgentPool.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudbuildserviceagentpool schema: 2.0.0 @@ -15,14 +15,14 @@ Create or update build service agent pool. ### UpdateExpanded (Default) ``` New-AzSpringCloudBuildServiceAgentPool -ResourceGroupName -ServiceName - [-SubscriptionId ] [-PoolSizeName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-PoolSizeName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] + [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` New-AzSpringCloudBuildServiceAgentPool -InputObject [-PoolSizeName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -242,4 +242,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceBuilder.md index 3197d06d64cc..2fc6d057d09f 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceBuilder.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildServiceBuilder.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudbuildservicebuilder schema: 2.0.0 @@ -15,7 +15,7 @@ Create or update a KPack builder. ``` New-AzSpringCloudBuildServiceBuilder -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-BuildpackGroup ] [-StackId ] - [-StackVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-StackVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -247,4 +247,3 @@ To create the parameters described below, construct a hash table containing the - `[Name ]`: Buildpack group name ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackBinding.md index 67a50c77664b..6237a425f29e 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackBinding.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudbuildpackbinding schema: 2.0.0 @@ -15,7 +15,7 @@ Create or update a buildpack binding. ``` New-AzSpringCloudBuildpackBinding -BuilderName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-BindingType ] [-LaunchProperty ] - [-LaunchSecret ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-LaunchSecret ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -251,4 +251,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackObject.md index 5dcccd531c84..968b358c5dd8 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpackObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudBuildpackObject schema: 2.0.0 @@ -65,4 +65,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpacksGroupObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpacksGroupObject.md index 95ca9ef1e3b6..6d1cfd39443d 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpacksGroupObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudBuildpacksGroupObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudBuildpacksGroupObject schema: 2.0.0 @@ -94,4 +94,3 @@ To create the parameters described below, construct a hash table containing the - `[Id ]`: Id of the buildpack ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudCertificate.md index 85ba4072c304..2eb9505a3831 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudCertificate.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudCertificate.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudcertificate schema: 2.0.0 @@ -15,7 +15,7 @@ Create or update certificate resource. ``` New-AzSpringCloudCertificate -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-Property ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -215,4 +215,3 @@ To create the parameters described below, construct a hash table containing the - `Type `: The type of the certificate source. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationService.md index 5b5597c29d77..4048a84bb97e 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationService.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudconfigurationservice schema: 2.0.0 @@ -15,7 +15,7 @@ Create the default Application Configuration Service or update the existing Appl ``` New-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName [-SubscriptionId ] [-GitRepository ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -210,4 +210,3 @@ To create the parameters described below, construct a hash table containing the - `[Username ]`: Username of git repository basic auth. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md index 034e19f4a8f3..e27f2510e83d 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudConfigurationServiceGitRepositoryObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudConfigurationServiceGitRepositoryObject schema: 2.0.0 @@ -217,4 +217,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudContentCertificateObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudContentCertificateObject.md index 67d2c85db94c..bebcf684cca8 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudContentCertificateObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudContentCertificateObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudContentCertificateObject schema: 2.0.0 @@ -65,4 +65,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudGitPatternRepositoryObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudGitPatternRepositoryObject.md index 08ec307bbceb..70f8db9cb332 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudGitPatternRepositoryObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudGitPatternRepositoryObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudGitPatternRepositoryObject schema: 2.0.0 @@ -218,4 +218,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudKeyVaultCertificateObject.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudKeyVaultCertificateObject.md index 25ba6c9f94b6..3b767ed65ba4 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudKeyVaultCertificateObject.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudKeyVaultCertificateObject.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.SpringCloud/new-AzSpringCloudKeyVaultCertificateObject schema: 2.0.0 @@ -13,8 +13,8 @@ Create an in-memory object for KeyVaultCertificateProperties. ## SYNTAX ``` -New-AzSpringCloudKeyVaultCertificateObject -Name -VaultUri [-ExcludePrivateKey ] - [-Version ] [] +New-AzSpringCloudKeyVaultCertificateObject -Name -VaultUri [-Version ] + [-ExcludePrivateKey ] [] ``` ## DESCRIPTION @@ -112,4 +112,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudTestKey.md b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudTestKey.md index 6b32ac2dc109..3360cfaf7c6e 100644 --- a/src/SpringCloud/SpringCloud/help/New-AzSpringCloudTestKey.md +++ b/src/SpringCloud/SpringCloud/help/New-AzSpringCloudTestKey.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/new-azspringcloudtestkey schema: 2.0.0 @@ -13,8 +13,8 @@ Regenerate a test key for a Service. ## SYNTAX ``` -New-AzSpringCloudTestKey -Name -ResourceGroupName -KeyType - [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +New-AzSpringCloudTestKey -Name -ResourceGroupName [-SubscriptionId ] + -KeyType [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -159,4 +159,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloud.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloud.md index 889164d6d4fa..c59b39ce5352 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloud.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloud.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloud schema: 2.0.0 @@ -15,13 +15,13 @@ Operation to delete a Service. ### Delete (Default) ``` Remove-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloud -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -31,7 +31,7 @@ Operation to delete a Service. ### Example 1: Remove Spring Cloud Service by name ```powershell -Remove-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service +Remove-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service ``` Remove Spring Cloud Service by name. @@ -242,4 +242,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudApp.md index 7d0ac5d41569..dd301d968221 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudApp.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudapp schema: 2.0.0 @@ -15,14 +15,14 @@ Operation to delete an App. ### Delete (Default) ``` Remove-AzSpringCloudApp -Name -ResourceGroupName -ServiceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudApp -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -32,7 +32,7 @@ Operation to delete an App. ### Example 1: Remove Spring Cloud App by name ```powershell -Remove-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway +Remove-AzSpringCloudApp -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway ``` Remove Spring Cloud App by name. @@ -258,4 +258,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppBinding.md index 7e4d5c6c234c..711c206f2975 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudappbinding schema: 2.0.0 @@ -16,13 +16,13 @@ Operation to delete a Binding. ``` Remove-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudAppBinding -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppCustomDomain.md index 6e61fca9f40f..e734d293a2bf 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppCustomDomain.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudappcustomdomain schema: 2.0.0 @@ -16,13 +16,13 @@ Delete the custom domain of one lifecycle application. ``` Remove-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudAppCustomDomain -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppDeployment.md index b4eb8e0f5229..54d689b9560e 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudappdeployment schema: 2.0.0 @@ -16,13 +16,13 @@ Operation to delete a Deployment. ``` Remove-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildServiceBuilder.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildServiceBuilder.md index 1b6db09adbeb..db3acc13fcbb 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildServiceBuilder.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildServiceBuilder.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudbuildservicebuilder schema: 2.0.0 @@ -15,14 +15,14 @@ Delete a KPack builder. ### Delete (Default) ``` Remove-AzSpringCloudBuildServiceBuilder -Name -ResourceGroupName -ServiceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudBuildServiceBuilder -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -258,4 +258,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildpackBinding.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildpackBinding.md index 1f9f97c0671b..e5eb2b65136d 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildpackBinding.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudBuildpackBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudbuildpackbinding schema: 2.0.0 @@ -16,13 +16,13 @@ Operation to delete a Buildpack Binding ``` Remove-AzSpringCloudBuildpackBinding -BuilderName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudBuildpackBinding -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudCertificate.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudCertificate.md index 68ace7138c24..5b3a1e39632c 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudCertificate.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudCertificate.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudcertificate schema: 2.0.0 @@ -15,14 +15,14 @@ Delete the certificate resource. ### Delete (Default) ``` Remove-AzSpringCloudCertificate -Name -ResourceGroupName -ServiceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudCertificate -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -258,4 +258,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudConfigurationService.md index a0ef2e83226c..46d2d2204f4a 100644 --- a/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud/help/Remove-AzSpringCloudConfigurationService.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/remove-azspringcloudconfigurationservice schema: 2.0.0 @@ -15,14 +15,14 @@ Disable the default Application Configuration Service. ### Delete (Default) ``` Remove-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzSpringCloudConfigurationService -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -243,4 +243,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Restart-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/Restart-AzSpringCloudAppDeployment.md index a51bac6f43e2..c7827571b0f3 100644 --- a/src/SpringCloud/SpringCloud/help/Restart-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Restart-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/restart-azspringcloudappdeployment schema: 2.0.0 @@ -16,13 +16,13 @@ Restart the deployment. ``` Restart-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### RestartViaIdentity ``` Restart-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -32,7 +32,7 @@ Restart the deployment. ### Example 1: Restart Spring Cloud Service by name ```powershell -Restart-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +Restart-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default ``` Restart Spring Cloud Service by name. @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeployment.md index 3701934c32fa..23384d0ea282 100644 --- a/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/start-azspringcloudappdeployment schema: 2.0.0 @@ -16,13 +16,13 @@ Start the deployment. ``` Start-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### StartViaIdentity ``` Start-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -32,7 +32,7 @@ Start the deployment. ### Example 1: Start Spring Cloud Service by name ```powershell -Start-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +Start-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default ``` Start Spring Cloud Service by name. @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeploymentJfr.md b/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeploymentJfr.md index 324144a904c8..b1b2b1a863ca 100644 --- a/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeploymentJfr.md +++ b/src/SpringCloud/SpringCloud/help/Start-AzSpringCloudAppDeploymentJfr.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/start-azspringcloudappdeploymentjfr schema: 2.0.0 @@ -16,7 +16,7 @@ Start JFR ``` Start-AzSpringCloudAppDeploymentJfr -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-AppInstance ] [-Duration ] - [-FilePath ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [-FilePath ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Start-AzSpringCloudAppDeploymentJfr -AppName -Name -ResourceGr ``` Start-AzSpringCloudAppDeploymentJfr -InputObject [-AppInstance ] [-Duration ] [-FilePath ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -34,7 +34,7 @@ Start JFR ### Example 1: Start Spring Cloud Service by name ```powershell -Start-AzSpringCloudAppDeploymentJfr -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -Name default +Start-AzSpringCloudAppDeploymentJfr -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -Name default ``` Start Spring Cloud Service by name. @@ -321,4 +321,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Stop-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/Stop-AzSpringCloudAppDeployment.md index 6bd393c9351a..0fdaa13bfe04 100644 --- a/src/SpringCloud/SpringCloud/help/Stop-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Stop-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/stop-azspringcloudappdeployment schema: 2.0.0 @@ -16,13 +16,13 @@ Stop the deployment. ``` Stop-AzSpringCloudAppDeployment -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### StopViaIdentity ``` Stop-AzSpringCloudAppDeployment -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -32,7 +32,7 @@ Stop the deployment. ### Example 1: Stop Spring Cloud Service by name ```powershell -Stop-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default +Stop-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default ``` Stop Spring Cloud Service by name. @@ -273,4 +273,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudAppCustomDomain.md index 486a89caa0f1..5f4ed14bc3d5 100644 --- a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudAppCustomDomain.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudappcustomdomain schema: 2.0.0 @@ -15,14 +15,14 @@ Check the resource name is valid as well as not in use. ### ValidateExpanded (Default) ``` Test-AzSpringCloudAppCustomDomain -AppName -ResourceGroupName -ServiceName - -Name [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [-SubscriptionId ] -Name [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ValidateViaIdentityExpanded ``` Test-AzSpringCloudAppCustomDomain -InputObject -Name - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -240,4 +240,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigServer.md index 5b28f443f229..a9a0fa29cada 100644 --- a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigServer.md +++ b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigServer.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudconfigserver schema: 2.0.0 @@ -18,7 +18,7 @@ Test-AzSpringCloudConfigServer -Name -ResourceGroupName [-Subs [-GitHostKey ] [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] [-GitPrivateKey ] [-GitRepository ] [-GitSearchPath ] [-GitStrictHostKeyChecking] [-GitUri ] [-GitUsername ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ### ValidateViaIdentityExpanded @@ -26,8 +26,8 @@ Test-AzSpringCloudConfigServer -Name -ResourceGroupName [-Subs Test-AzSpringCloudConfigServer -InputObject [-GitHostKey ] [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] [-GitPrivateKey ] [-GitRepository ] [-GitSearchPath ] [-GitStrictHostKeyChecking] - [-GitUri ] [-GitUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-GitUri ] [-GitUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -37,7 +37,7 @@ Check if the config server settings are valid. ### Example 1: Check if the config server settings are valid ```powershell - Test-AzSpringCloudConfigServer -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service +Test-AzSpringCloudConfigServer -ResourceGroupName SpringCloud-gp-junxi -Name springcloud-service ``` ```output @@ -409,4 +409,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigurationService.md b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigurationService.md index 674096f987ee..eb9ba14eaa1b 100644 --- a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigurationService.md +++ b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudConfigurationService.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudconfigurationservice schema: 2.0.0 @@ -16,14 +16,14 @@ Check if the Application Configuration Service settings are valid. ``` Test-AzSpringCloudConfigurationService -ResourceGroupName -ServiceName [-SubscriptionId ] [-GitRepository ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### ValidateViaIdentityExpanded ``` Test-AzSpringCloudConfigurationService -InputObject [-GitRepository ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -257,4 +257,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudNameAvailability.md b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudNameAvailability.md index 2ae5692ed860..28801c30bb78 100644 --- a/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudNameAvailability.md +++ b/src/SpringCloud/SpringCloud/help/Test-AzSpringCloudNameAvailability.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/test-azspringcloudnameavailability schema: 2.0.0 @@ -13,8 +13,8 @@ Checks that the resource name is valid and is not already in use. ## SYNTAX ``` -Test-AzSpringCloudNameAvailability -Location -Name -Type [-SubscriptionId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] +Test-AzSpringCloudNameAvailability -Location [-SubscriptionId ] -Name -Type + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -158,4 +158,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloud.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloud.md index 4aa8d0518dd2..66acfbb54ab9 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloud.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloud.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloud schema: 2.0.0 @@ -14,11 +14,11 @@ Operation to update an exiting Service. ### UpdateExpanded (Default) ``` -Update-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] - [-Location ] [-NetworkProfileResourceGroup ] [-NetworkProfileServiceCidr ] +Update-AzSpringCloud -Name -ResourceGroupName [-SubscriptionId ] [-Location ] + [-NetworkProfileResourceGroup ] [-NetworkProfileServiceCidr ] [-NetworkProfileServiceResourceGroup ] [-NetworkProfileServiceSubnetId ] [-NetworkProfileSubnetId ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] - [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -28,7 +28,7 @@ Update-AzSpringCloud -InputObject [-Location ] [-NetworkProfileResourceGroup ] [-NetworkProfileServiceCidr ] [-NetworkProfileServiceResourceGroup ] [-NetworkProfileServiceSubnetId ] [-NetworkProfileSubnetId ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] - [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Tag ] [-ZoneRedundant] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -39,7 +39,7 @@ Operation to update an exiting Service. ### Example 1: Update Spring Cloud Service by name ```powershell -Update-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service +Update-AzSpringCloud -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service ``` ```output @@ -492,4 +492,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudApp.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudApp.md index d4a0fc7e44d1..c64a4faa7b48 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudApp.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudApp.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudapp schema: 2.0.0 @@ -19,7 +19,7 @@ Update-AzSpringCloudApp -Name -ResourceGroupName -ServiceName [-IdentityPrincipalId ] [-IdentityTenantId ] [-IdentityType ] [-LoadedCertificate ] [-Location ] [-PersistentDiskMountPath ] [-PersistentDiskSizeInGb ] [-Public] [-TemporaryDiskMountPath ] - [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -30,7 +30,7 @@ Update-AzSpringCloudApp -InputObject [-AddonConfig ] [-LoadedCertificate ] [-Location ] [-PersistentDiskMountPath ] [-PersistentDiskSizeInGb ] [-Public] [-TemporaryDiskMountPath ] [-TemporaryDiskSizeInGb ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -518,4 +518,3 @@ To create the parameters described below, construct a hash table containing the - `[LoadTrustStore ]`: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppActiveDeployment.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppActiveDeployment.md index 5b40253a93d2..0d81379b7328 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppActiveDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppActiveDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappactivedeployment schema: 2.0.0 @@ -16,13 +16,13 @@ Set existing Deployment under the app as active ``` Update-AzSpringCloudAppActiveDeployment -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-DeploymentName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-WhatIf] [-Confirm] [] ``` ### SetViaIdentityExpanded ``` Update-AzSpringCloudAppActiveDeployment -InputObject [-DeploymentName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -272,4 +272,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppBinding.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppBinding.md index 445f6feaa7c7..62ce7af7d36e 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppBinding.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppBinding.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappbinding schema: 2.0.0 @@ -16,14 +16,14 @@ Operation to update an exiting Binding. ``` Update-AzSpringCloudAppBinding -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-BindingParameter ] [-Key ] - [-ResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-ResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzSpringCloudAppBinding -InputObject [-BindingParameter ] - [-Key ] [-ResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Key ] [-ResourceId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -317,4 +317,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppCustomDomain.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppCustomDomain.md index abf32ab8d4cb..4a04ab37fc12 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppCustomDomain.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppCustomDomain.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappcustomdomain schema: 2.0.0 @@ -16,13 +16,13 @@ Update custom domain of one lifecycle application. ``` Update-AzSpringCloudAppCustomDomain -AppName -Name -ResourceGroupName -ServiceName [-SubscriptionId ] [-CertName ] [-Thumbprint ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzSpringCloudAppCustomDomain -InputObject [-CertName ] - [-Thumbprint ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Thumbprint ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -303,4 +303,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppDeployment.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppDeployment.md index ec2007eb6fa3..c90535a22f1c 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppDeployment.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudAppDeployment.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudappdeployment schema: 2.0.0 @@ -18,7 +18,7 @@ Update-AzSpringCloudAppDeployment -AppName -Name -ResourceGrou -ServiceName [-SubscriptionId ] [-Active] [-AddonConfig ] [-EnvironmentVariable ] [-ResourceRequestCpu ] [-ResourceRequestMemory ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Source ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -26,7 +26,7 @@ Update-AzSpringCloudAppDeployment -AppName -Name -ResourceGrou Update-AzSpringCloudAppDeployment -InputObject [-Active] [-AddonConfig ] [-EnvironmentVariable ] [-ResourceRequestCpu ] [-ResourceRequestMemory ] [-SkuCapacity ] [-SkuName ] [-SkuTier ] [-Source ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -420,4 +420,3 @@ To create the parameters described below, construct a hash table containing the - `[Version ]`: Version of the source ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudConfigServer.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudConfigServer.md index 5bb3d9a03593..37594f48b736 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudConfigServer.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudConfigServer.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudconfigserver schema: 2.0.0 @@ -18,7 +18,7 @@ Update-AzSpringCloudConfigServer -Name -ResourceGroupName [-Su [-Code ] [-GitHostKey ] [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] [-GitPrivateKey ] [-GitRepository ] [-GitSearchPath ] [-GitStrictHostKeyChecking] [-GitUri ] [-GitUsername ] - [-Message ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-Message ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -26,8 +26,8 @@ Update-AzSpringCloudConfigServer -Name -ResourceGroupName [-Su Update-AzSpringCloudConfigServer -InputObject [-Code ] [-GitHostKey ] [-GitHostKeyAlgorithm ] [-GitLabel ] [-GitPassword ] [-GitPrivateKey ] [-GitRepository ] [-GitSearchPath ] [-GitStrictHostKeyChecking] - [-GitUri ] [-GitUsername ] [-Message ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-GitUri ] [-GitUsername ] [-Message ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -441,4 +441,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS - diff --git a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudMonitoringSetting.md b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudMonitoringSetting.md index 07ad8e0a1f72..f3d49ba5eb00 100644 --- a/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudMonitoringSetting.md +++ b/src/SpringCloud/SpringCloud/help/Update-AzSpringCloudMonitoringSetting.md @@ -1,5 +1,5 @@ --- -external help file: +external help file: Az.SpringCloud-help.xml Module Name: Az.SpringCloud online version: https://learn.microsoft.com/powershell/module/az.springcloud/update-azspringcloudmonitoringsetting schema: 2.0.0 @@ -16,7 +16,7 @@ Update the Monitoring Setting. ``` Update-AzSpringCloudMonitoringSetting -Name -ResourceGroupName [-SubscriptionId ] [-AppInsightsInstrumentationKey ] [-AppInsightsSamplingRate ] [-Code ] - [-Message ] [-TraceEnabled] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Message ] [-TraceEnabled] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzSpringCloudMonitoringSetting -Name -ResourceGroupName ``` Update-AzSpringCloudMonitoringSetting -InputObject [-AppInsightsInstrumentationKey ] [-AppInsightsSamplingRate ] [-Code ] - [-Message ] [-TraceEnabled] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [-Message ] [-TraceEnabled] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -319,4 +319,3 @@ To create the parameters described below, construct a hash table containing the - `[SubscriptionId ]`: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ## RELATED LINKS -