Skip to content
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

Missing required parameter in genereated code #102

Open
qwordy opened this issue Jan 17, 2020 · 0 comments
Open

Missing required parameter in genereated code #102

qwordy opened this issue Jan 17, 2020 · 0 comments
Assignees

Comments

@qwordy
Copy link
Member

qwordy commented Jan 17, 2020

In azure-rest-api-specs\specification\alertsmanagement\resource-manager\Microsoft.AlertsManagement\stable\2019-06-01\SmartDetectorAlertRulesApi.json

    "required": [
        "state",
        "severity",
        "frequency",
        "detector",
        "scope",
        "actionGroups"
    ],

In generated code, detector is missing. And required parameters should not have default value None in custom function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants