Open
Description
API Spec link
API Spec version
2019-06-01
Describe the bug
It was found that the possible values of AdvancedScheduleMonthlyOccurrence should be 1, 2,3,4,-1 ,corresponds to "First", "Second", "Third", "Fourth" and "Last" in the Azure Portal respectively. Details are as follows.
However, the description of AdvancedScheduleMonthlyOccurrence
in swagger is "Occurrence of the week within the month. Must be between 1 and 5".
Expected behavior
The possible values of AdvancedScheduleMonthlyOccurrence
should be 1, 2,3,4,-1.
Actual behavior
The description values of AdvancedScheduleMonthlyOccurrence
between 1 and 5.
Reproduction Steps
Create corresponding resources in the portal and view the values.
Environment
No response
Metadata
Metadata
Assignees
Labels
This issue is related to a management-plane library.Workflow: This issue is responsible by Azure service team.This issue requires a change to an existing behavior in the product in order to be resolved.Issues that are reported by GitHub users external to the Azure organization.The issue doesn't require a change to the product in order to be resolved. Most issues start as that