AzureStack Network Admin - Removed extraneous properties on Quota#2928
AzureStack Network Admin - Removed extraneous properties on Quota#2928marstr merged 1 commit intoAzure:masterfrom
Conversation
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-libraries-for-javaNothing to generate for azure-libraries-for-java |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
AutoRest linter results for ARM Related Validation Errors/WarningsThese errors are reported by the ARM team's validation tools, reachout to ARM RP API Review directly for any questions or concerns. File: specification/azsadmin/resource-manager/network/readme.md
|
AutoRest linter results for SDK Related Validation Errors/WarningsThese errors are reported by the SDK team's validation tools, reachout to ADX Swagger Reviewers directly for any questions or concerns. File: specification/azsadmin/resource-manager/network/readme.md
|
There was a problem hiding this comment.
Givent that you're in preview, changing names, etc, is permissable.
I do want to call out here though, you're missing an important ARM operation: https://travis-ci.org/Azure/azure-rest-api-specs/jobs/370282355#L746
Before your swagger is moved into the stable folder, you're going to have to add an "operations" path. Additionaly, you're going to need a README with tags that allow code generation into the various AutoRest supported languages. You'll see by the empty comments above that our automation is not engaged without that README.
|
@marstr Yeah I know. I told the NRP team about it and they are working on it. I actually wrote most of the code and handed it over to them but it seems they didn't finish it. We currently do not support any language other than C# and will not add extra languages at this time. |
|
@dsgouda They added the WaitForArmFeedback. What can I do to get this expedited? |
|
@deathly809 you will have to go through the process, maybe you can ping on the slack channel for swagger reviewers but I wouldn't be able to expedite it |
|
This does not need to be reviewed by ARM team since this is Azure Stack |
|
@marstr can you please merge so I can begin the SDK PR? Thanks! |
There was a bug in which QuotaProperties was given two extra properties from a referenced definition. I have split the referenced object into two new definitions, one which has a provisioning state (ProvisionedResource) and another which contains tenant related properties (TenantResource). QuotaProperties now only correctly referenced ProvisionedResource. I have also updated all resources to include the two new references.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger