New-AzSpringCloudConfigurationService

Create the default Application Configuration Service or update the existing Application Configuration Service.

Syntax

New-AzSpringCloudConfigurationService
   -ResourceGroupName <String>
   -ServiceName <String>
   [-SubscriptionId <String>]
   [-GitRepository <IConfigurationServiceGitRepository[]>]
   [-DefaultProfile <PSObject>]
   [-AsJob]
   [-NoWait]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

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

New-AzSpringCloudConfigurationService -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-01

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
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.

Type:IConfigurationServiceGitRepository[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-NoWait

Run the command asynchronously

Type:SwitchParameter
Position:Named
Default value:None
Required:False
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.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ServiceName

The name of the Service resource.

Type:String
Position:Named
Default value:None
Required:True
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.

Type:String
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

IConfigurationServiceResource

Notes

ALIASES

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

GITREPOSITORY <IConfigurationServiceGitRepository[]>: Repositories of Application Configuration Service git property.

  • Label <String>: Label of the repository
  • Name <String>: Name of the repository
  • Pattern <String[]>: Collection of patterns of the repository
  • Uri <String>: URI of the repository
  • [HostKey <String>]: Public sshKey of git repository.
  • [HostKeyAlgorithm <String>]: SshKey algorithm of git repository.
  • [Password <String>]: Password of git repository basic auth.
  • [PrivateKey <String>]: Private sshKey algorithm of git repository.
  • [SearchPath <String[]>]: Searching path of the repository
  • [StrictHostKeyChecking <Boolean?>]: Strict host key checking or not.
  • [Username <String>]: Username of git repository basic auth.