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

When provisioning if one resource fails, this returns partial success and puts up a warning notification.
The profile is also saved on partial success.
The user will be able to open the profile target and try provisioning again.

Task Item

closes #5959

Screenshots

Manually introduced error to show this partial success (uses the standard warning card for the notification)
image

Prod7 profile was saved
image

if (
(response.data?.status === 200 || response.data?.status === 206) &&
response.data.config &&
response.data.config != {}
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: use lodash isEmpty({})

@cwhitten cwhitten added this to the R13 milestone Apr 7, 2021
@GeoffCoxMSFT GeoffCoxMSFT merged commit 0e35f8d into main Apr 7, 2021
@GeoffCoxMSFT GeoffCoxMSFT deleted the gcox/feature5959 branch April 7, 2021 23:48
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 51.576% when pulling 0318fc7 on gcox/feature5959 into 8c0cdb8 on main.

@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
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.

Partial provision failure & publish profile update

5 participants