-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
SDK changes to support new version of swagger Resources API 2020-06-01 #13081
SDK changes to support new version of swagger Resources API 2020-06-01 #13081
Conversation
…nto xynoclafe/ResourcesSDK2020-06
LGTM. Waiting for service status to be updated. |
/// <summary> | ||
/// TagsOperationOperations operations. | ||
/// </summary> | ||
public partial interface ITagsOperationOperations |
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.
ublic partial interface ITagsOperationOperations [](start = 5, length = 48)
After the changes we reverted on Tags, I'd think the name of the interface would be "ITagsOperations" - could you check on this please?
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.
I think this is leftover from the time we generated the SDK before reverting those changes. I don't think it's being used anywhere (I see that ITagsOperations exists separately), I should be able to just remove it. I will look into it.
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.
Just looked into it and yes, they were leftover from previous SDK generation as the TagsOperations files did not replace them. The class are not referenced anywhere outside their own definitions/extensions and build/tests pass successfully even on removing them.
namespace ResourceGroups.Tests | ||
|
||
{ | ||
class LiveTemplateSpecsTest : TestBase |
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.
class LiveTemplateSpecsTest : TestBase [](start = 4, length = 38)
We should probably communicate with @stuartko and add Template Spec tests.
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.
I had created this just as a placeholder of sorts. I've already talked to him about tests.
I added a test for this in InMemoryTests. I was waiting for statusMessage update to be fixed completely before adding a test in LiveDeploymentTests. |
…l also update swagger)
…noclafe/azure-sdk-for-net into xynoclafe/ResourcesSDK2020-06
…noclafe/azure-sdk-for-net into xynoclafe/ResourcesSDK2020-06
LGTM |
…noclafe/azure-sdk-for-net into xynoclafe/ResourcesSDK2020-06
Anything else to add to this PR? |
I think we have everything we need. We should be okay to merge this now. I'll push a commit fixing merge issues in a while. |
All changes are in. |
@isra-fel mind helping merge the PR? We have another minor SDK update for resources that is pending on this. |
Users/mayaggar/dataprotection (Azure#13168) * New Readme Config File * New Go Language Readme Config File * New Azure AZ Readme Config File * New Azure CLI Readme Config File * New Typescript Language Readme Config File * New Python Language Readme Config File * New C# Language Readme Config File * New AzureResourceSchema Readme Config File * New Swagger Spec File * New Swagger Example Spec File * Microsoft.data protection (Azure#12814) * moving changes from Private repo * changes for autorest vqalidation err * fix delete response * fixing lint and model errors * exposureControlledFeatures fixes * prettier fixes * fixing spell check issues * adding backuptype in custom-words * PolicyParameters related changes for Disk Backup * fixing PR comments * description changes * changes for preview to stable folder * changes for retention in monitoring * changes for stable in readme * fixing checklist gate issues * changes for systemdata in dppresource Co-authored-by: sumitmal <32121310+sumitmal@users.noreply.github.com> Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com> Co-authored-by: vityagi <vityagi@microsoft.com> * MFA MUA DPP swagger changes (Azure#13081) * MFA MUA DPP swagger changes * Resolving PR comments Co-authored-by: Madhumanti Dey <madhude@microsoft.com> * Swagger changes for VaultGuardResource Object (Azure#13116) * MFA MUA DPP swagger changes * Resolving PR comments * MFA MUA dpp swagger changes * Fixed preetierCheck failures * Fixed Avocado failures * Fixed LintDiff warning * resolved PR comments * GO SDK fix * Go SDK fix * Go SDK fix * preview related changes * Go SDK fix * resolved PR comments Co-authored-by: Madhumanti Dey <madhude@microsoft.com> * changes for preview DPP version * fix for credscan SAS Co-authored-by: sumitmal2711 <58544969+sumitmal2711@users.noreply.github.com> Co-authored-by: sumitmal <32121310+sumitmal@users.noreply.github.com> Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com> Co-authored-by: vityagi <vityagi@microsoft.com> Co-authored-by: deymadhumanti <58032062+deymadhumanti@users.noreply.github.com> Co-authored-by: Madhumanti Dey <madhude@microsoft.com>
SDK changes to support new version of swagger Resources API 2020-06-01
There's some work being done on the service side which has to go in before this is merged, but I'd like to start the review off on this.