-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Add Swagger documention for UpgradeDataWarehouse API #2426
Conversation
UpgradeDataWarehouse allows users to perform maintenance updates on their SQL Data Warehouse instances at their own convenience. This change adds the API specifications for this feature.
Automation for azure-sdk-for-pythonA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Swagger to SDK encountered a Subprocess error: (Azure/azure-sdk-for-go)
Command: profileBuilder -s preview -name preview /bin/sh: 1: profileBuilder: not found |
Fix missing curly brace in databases.json
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Swagger to SDK encountered a Subprocess error: (Azure/azure-sdk-for-go)
Command: profileBuilder -s preview -name preview /bin/sh: 1: profileBuilder: not found |
@vsporeddy these changes are to an API Version that is in Is this API Version correctly sorted? |
@marstr Yes, this is for a preview API version. However I want it to be available in .NET SDK and Azure PowerShell, is that possible? |
I see, sorry for the confusion! So, we should classify this as belonging in the |
Oh no, I meant I was going to make it available in .NET SDK/Azure PowerShell myself. It is still only for 2017-03-01-preview. |
Ah just for a private preview, or with the intention of shipping to customers? I think there are two things getting confused here:
The two aspects are independent of one another. Clearly the API Version is under a more lenient SLA, but should it be considered ready for customers to play with? |
Looks good. |
KK, well all moot at this point! @vsporeddy are you ready for me to merge this in? |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
@@ -480,6 +480,52 @@ | |||
} | |||
} | |||
} | |||
}, | |||
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/upgradeDataWarehouse": { |
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.
missing x-ms-long-running-operation?
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.
missing x-ms-long-running-operation
Just to update this thread, we're currently having some offline conversations about the |
Sorry for the delay on this. After chatting about it internally with @salameer, @johanste, and @lmazuel it seems like some of my statements above had some misinformation. It sounds like we're still committed to publishing bits in the preview folder as public-previews. The only real difference between the |
@AutorestCI rebuild azure-sdk-for-python |
@AutorestCI rebuild azure-sdk-for-go |
Howdy @vsporeddy, with the context that I layout above, what is the current status of this PR? Is it ready to be in the |
Closing this PR as stale. If these changes are still relevant, feel free to have it re-opened or create a new PR. One caveat, I'll be OOF starting Friday the 16th, so if it is re-opened it will need to be reassigned. |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
Automation for azure-libraries-for-javaA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
UpgradeDataWarehouse allows users to perform maintenance updates on their SQL Data Warehouse instances at their own convenience. This change adds the API specifications for this feature.