-
Notifications
You must be signed in to change notification settings - Fork 2.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
release for mgmt vmware #12003
release for mgmt vmware #12003
Conversation
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" |
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.
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" |
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.
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/
@Abyssknight Please also change the swagger readme.python.md |
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.
The only blocking change is that it must be VMware
and not VMWare
.
from . import models | ||
|
||
|
||
class AVSClient(SDKClient): |
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.
This looks good 👍
@@ -0,0 +1,5 @@ | |||
[packaging] | |||
package_name = "azure-mgmt-avs" |
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.
Thanks for updating this 👍
@@ -0,0 +1,5 @@ | |||
[packaging] | |||
package_name = "azure-mgmt-avs" | |||
package_pprint_name = "VMWare Solution Management" |
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'm not sure where this shows up, but AVS is Azure VMware Solution. Definitely VMWare
needs to be changed to VMware
.
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.
https://github.com/Azure/sdk-release-request/issues/439