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

Updated management SDK for Azure Attestation Service to latest swagger spec with Location and Tags support #10212

Merged
merged 3 commits into from
Mar 2, 2020

Conversation

gkostal
Copy link
Member

@gkostal gkostal commented Feb 28, 2020

What

This is the update to the .NET management SDK for the Azure Attestation Service based on the swagger changes made in this PR:

Azure/azure-rest-api-specs#8478

Tests

New tests have been added, recordings have been generated and all tests are passing in playback mode.

@@ -35,5 +35,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.10.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]
[assembly: AssemblyVersion("0.11.0.0")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating assembly info of the test project is not required, as it's not published anywhere.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I've inherited this code and was updating all existing 0.10.0.0 version numbers to 0.11.0.0. It's OK to leave as 0.11.0.0 right?

Copy link
Member

@isra-fel isra-fel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @gkostal , I assume this file sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/code-model-v1 was checked in by accident. I have deleted it.
And by the way, did you generate code by running generate.ps1 or autorest.cmd?

@isra-fel isra-fel added Mgmt This issue is related to a management-plane library. Waiting for CI :shipit: labels Mar 2, 2020
@isra-fel isra-fel self-assigned this Mar 2, 2020
@isra-fel
Copy link
Member

isra-fel commented Mar 2, 2020

Management place CI passed. Merging the PR.

@isra-fel isra-fel merged commit 1804aac into Azure:master Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants