Skip to content

Commit

Permalink
Remove parameterNames
Browse files Browse the repository at this point in the history
  • Loading branch information
MRayermannMSFT committed Feb 6, 2024
1 parent 02b7e52 commit 8b22dec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion appservice/src/createAppService/SiteNameStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class SiteNameStep extends AzureNameStep<SiteNameStepWizardContext> {
validateInput: (name: string): string | undefined => this.validateSiteName(name),
asyncValidationTask: async (name: string): Promise<string | undefined> => await this.asyncValidateSiteName(client, name),
agentMetadata: this._inputBoxOptionsAgentMetadata ?? {
parameterName: "siteName",
parameterDisplayTitle: "Site Name",
parameterDisplayDescription: "The name of the app service site.",
}
Expand Down
1 change: 0 additions & 1 deletion azure/src/wizard/LocationListStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export class LocationListStep<T extends ILocationWizardContextInternal> extends
placeHolder: vscode.l10n.t('Select a location for new resources.'),
enableGrouping: true,
agentMetadata: {
parameterName: 'location',
parameterDisplayTitle: vscode.l10n.t('Location'),
parameterDisplayDescription: vscode.l10n.t('The location where resources will be deployed.')
},
Expand Down

0 comments on commit 8b22dec

Please sign in to comment.