-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Hub Generated] Review request for Microsoft.Sql to add WorkloadGroups and WorkloadClasifiers to API 2019-06-01-preview #7349
[Hub Generated] Review request for Microsoft.Sql to add WorkloadGroups and WorkloadClasifiers to API 2019-06-01-preview #7349
Conversation
…preview to version 2019-06-01-preview
In Testing, Please Ignore[Logs] (Generated from 4e1c6d6, Iteration 10).NET: test-repo-billy/azure-sdk-for-net [Logs] [Diff]
Python: test-repo-billy/azure-sdk-for-python [Logs] [Diff]Java: test-repo-billy/azure-sdk-for-java [Logs] [Diff]Go: test-repo-billy/azure-sdk-for-go [Logs] [Diff]
JavaScript: test-repo-billy/azure-sdk-for-js [Logs] [Diff]
Ruby: test-repo-billy/azure-sdk-for-ruby [Logs] [Diff]
|
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: |
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: |
Can one of the admins verify this patch? |
@H-Huang some examples are ill-formated. https://dev.azure.com/azure-sdk/public/_build/results?buildId=119412&view=logs&jobId=8c9a658c-6596-5897-87e8-abb327497d15 |
@jaredmoo please help review this PR as the code owner. Thanks for your help a lot. |
...ource-manager/Microsoft.Sql/preview/2019-06-01-preview/DataWarehouseWorkloadClassifiers.json
Outdated
Show resolved
Hide resolved
...l/resource-manager/Microsoft.Sql/preview/2019-06-01-preview/DataWarehouseWorkloadGroups.json
Outdated
Show resolved
Hide resolved
...esource-manager/Microsoft.Sql/preview/2019-06-01-preview/examples/GetWorkloadClassifier.json
Outdated
Show resolved
Hide resolved
…into dev-sql-Microsoft.Sql-2019-06-01-preview
"memberName": "dbo", | ||
"label": "test_label", | ||
"context": "test_context", | ||
"startTime": "12:00", |
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.
Swagger & ARM team reviewers, what is the guidance for exposing "time of day" (i.e. just time, not date+time)?
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.
Swagger & ARM team reviewers, what is the guidance for exposing "time of day" (i.e. just time, not date+time)?
@ryansbenson, what is the suggestion here?
…s and WorkloadClasifiers to API 2019-06-01-preview (Azure#7349) * Adds base for updating Microsoft.Sql from version preview/2018-06-01-preview to version 2019-06-01-preview * Updates readme * Updates API version in new specs and examples * Added workload group / workload classifiers to package tags with included examples * Undoing the files that were copied over from 2018-06-01-preview folder * Fix linter error for invalid tag * updated create or update classifier example with missing field * updated examples with correct types, correct workload classifiers to save with encoding UTF-8 * modified example resource groups to correct value * update types to WorkloadGroups and WorkloadClassifiers * update readme.md with correct types * update workload group and workload classifier mutability * fix typos in error responses
Workload Management
Adding new WorkloadGroups.json and WorkloadClassifiers.json swagger files and their examples. These are also part of a new API version 2019-06-01-preview.
Workload groups and workload classifiers are new objects in Azure SQL Data Warehouse which allow customer to manage their instance resources and workloads.
The new swagger files contain the CRUD operations which include
If you are a MSFT employee you can view your work branch via this link.
Contribution checklist: