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

release for mgmt vmware #12003

Merged
merged 6 commits into from
Jun 19, 2020
Merged

release for mgmt vmware #12003

merged 6 commits into from
Jun 19, 2020

Conversation

Abyssknight
Copy link

@Abyssknight
Copy link
Author

Still need to wait for service team to confirm about the client name. Please don't merge.

from setuptools import find_packages, setup

# Change the PACKAGE_NAME only to change folder and different name
PACKAGE_NAME = "azure-mgmt-vmware"

Choose a reason for hiding this comment

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

Please make this azure-mgmt-avs.


# Change the PACKAGE_NAME only to change folder and different name
PACKAGE_NAME = "azure-mgmt-vmware"
PACKAGE_PPRINT_NAME = "Vmware Management"

Choose a reason for hiding this comment

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

Where does this show up? May be AVS Management or Azure VMware Solution Management. See how it is referred to in the REST API docs https://docs.microsoft.com/en-us/rest/api/avs/

@qiaozha
Copy link
Member

qiaozha commented Jun 18, 2020

@Abyssknight Please also change the swagger readme.python.md

Copy link

@ctaggart ctaggart left a comment

Choose a reason for hiding this comment

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

The only blocking change is that it must be VMware and not VMWare.

from . import models


class AVSClient(SDKClient):

Choose a reason for hiding this comment

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

This looks good 👍

@@ -0,0 +1,5 @@
[packaging]
package_name = "azure-mgmt-avs"

Choose a reason for hiding this comment

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

Thanks for updating this 👍

@@ -0,0 +1,5 @@
[packaging]
package_name = "azure-mgmt-avs"
package_pprint_name = "VMWare Solution Management"

Choose a reason for hiding this comment

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

I'm not sure where this shows up, but AVS is Azure VMware Solution. Definitely VMWare needs to be changed to VMware.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks. It will show up at readme.md and setup.py.

@qiaozha qiaozha merged commit fa2af62 into release/v3 Jun 19, 2020
@qiaozha qiaozha deleted the release-for-mgmt-vmware branch June 19, 2020 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants