-
Notifications
You must be signed in to change notification settings - Fork 138
Add support for domain name label scopes #4404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f6c7341
to
35d5958
Compare
if (!context.advancedCreation) { | ||
LocationListStep.addStep(wizardContext, promptSteps); | ||
} else { | ||
CustomLocationListStep.addStep(wizardContext, promptSteps); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would appreciate a double check on this location logic to make sure these are the scenarios where each type of list step applies
@@ -136,6 +127,147 @@ export class FunctionAppCreateStep extends AzureWizardExecuteStep<IFunctionAppWi | |||
return site; | |||
} | |||
|
|||
private async getNewSite(context: IFunctionAppWizardContext, stack: FullFunctionAppStack): Promise<Site> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the diff here is showing up as new code, but much of it is just me reorganizing existing code sections and grouping related logic under foldable regions.
Closes #4390
Changes not applied to containerized function apps.
Related to this appservice pr: microsoft/vscode-azureappservice#2703
Todo: Need to update and fix package/package-lock, but the PR is ready for review.