Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@GeoffCoxMSFT
Copy link
Member

Description

Added the choose action step before configuring azure step.

Task Item

closes #6563
closes #6564
closes #6565

Screenshots

image
image
image

Copy link
Contributor

@benbrown benbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few little things

<TextField
required
ariaLabel={formatMessage(
'This name will be assigned to all your new resources. For eg-test-web app, test-luis-prediction'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean? (I know it's not your change)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provisioning code adds some prefixes to resource names that are cascading off this one.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "english" of it makes no sense is what I meant

onClick={() => {
clearAll();
closeDialog();
logOut();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it first logout then closeDialog? since closing the dialog will remove this component from react tree (unmount)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure. The existing code logs out after closeDialog.

@coveralls
Copy link

coveralls commented Apr 6, 2021

Coverage Status

Coverage decreased (-0.02%) to 51.627% when pulling 5170bc1 on gcox/newInfoForProvision into cb1aa7a on main.

@GeoffCoxMSFT GeoffCoxMSFT changed the title Gcox/new info for provision feature: add new copy UI for provision Apr 6, 2021
@GeoffCoxMSFT GeoffCoxMSFT requested review from benbrown and hatpick April 6, 2021 23:34
@GeoffCoxMSFT GeoffCoxMSFT merged commit 5c3d10a into main Apr 7, 2021
@GeoffCoxMSFT GeoffCoxMSFT deleted the gcox/newInfoForProvision branch April 7, 2021 15:45
@cwhitten cwhitten mentioned this pull request May 20, 2021
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* Created choose action step

* Updates

* PR fixes

* Updated links
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Copy for Generate Resources Request Modal Create Copy for Import Modal Create Copy for Create New Modal

5 participants