-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
ARMMgmtThis issue is related to a management package.This issue is related to a management package.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Library name and version
Azure.ResourceManager v1.13.1
Describe the bug
When the Azure WebJob is in "Stopping" state, deserialization fails with an unhandled ArgumentOutOfRangeException from Azure.ResourceManager.AppService.Models.ContinuousWebJobStatusExtensions.ToContinuousWebJobStatus.
Expected behavior
Stopping value should be desterilized correctly.
Actual behavior
Stopping value is not being deserialised.
Reproduction Steps
Try getting WebSiteContinousWebJobCollection from WebSiteSlotResource response when WebJob in Stopping status.
Environment
OS Name: Windows
OS Version: 10.0.26100
.NET SDK:
Version: 8.0.408
Host:
Version: 8.0.15
Architecture: x64
net8.0
Metadata
Metadata
Assignees
Labels
ARMMgmtThis issue is related to a management package.This issue is related to a management package.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that