-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Adding -AzureStorageAccounts parameter to Set-AzureRmWebApp and Set-AzureRmWebAppSlot #7295
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
Conversation
|
Can one of the admins verify this patch? |
|
|
Hi! I opened a design review for this changes: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/166 |
jvano
left a comment
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.
![]()
|
Hi @maddieclayton - I have submitted the changes as per the design review. However, looks like the Jenkins build is failing:
It doesn't seem related to my change but I might be wrong. Would you mind taking a look? Thank you |
src/ResourceManager/Websites/Commands.Websites/help/New-AzureRmWebAppAzureStoragePath.md
Outdated
Show resolved
Hide resolved
|
Hey @maddieclayton and @cormacpayne looks like all checks have passed. |
| WebsitesController.NewInstance.RunPsTest(_logger, "Test-WebAppSwapWithPreviewCompleteSlotSwap"); | ||
| } | ||
|
|
||
| [Fact(Skip = "Currently the API fails when adding Azure Storage Accounts for slots. Will enable this test when the API is fixed")] |
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.
We can't merge this PR until the API is fixed
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.
@maddieclayton - I will ping you once the API is fixed
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.
@vinosoto still waiting for this change
| * Updating to use the latest .NET SDK version (2.0.0) | ||
| * Added two new cmdlets: Get-AzureRmDeletedWebApp and Restore-AzureRmDeletedWebApp | ||
| * New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container | ||
| * New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app |
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.
Please add this line back in.
|
|
||
| namespace Microsoft.Azure.Commands.WebApps.Validations | ||
| { | ||
| public class ValidateAzureStorageAccountsAttribute : ValidateArgumentsAttribute |
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.
do you still need this class?
| @@ -1 +0,0 @@ | |||
| #placeholder | |||
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.
Please revert this change.
|
@vinosoto We are still waiting on re-enabling the test. If this is not done by EOW, we will have to close this PR for lack of activity |
|
@markcowl - the underlying API that this test uses will tentatively be updated on Nov 6th. Let's close this Pr and I will raise a new one once the API is updated. Thanks. |
Description
Adding -AzureStorageAccounts parameter to Set-AzureRmWebApp and Set-AzureRmWebAppSlot to support "Bring your own storage" to Container-based web apps
Checklist
CONTRIBUTING.mdplatyPSmoduleDescription
Adding -AzureStorageAccounts parameter to Set-AzureRmWebApp and Set-AzureRmWebAppSlot to support "Bring your own storage" to Container-based web apps
Checklist
CONTRIBUTING.mdplatyPSmodule