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

Improve MSI installer install/upgrade perf. #6309

Merged
merged 1 commit into from
May 15, 2018

Conversation

derekbekoe
Copy link
Member

No description provided.

@promptws
Copy link

promptws commented May 8, 2018

View a preview at https://prompt.ws/r/Azure/azure-cli/6309
This is an experimental preview for @microsoft users.

if exist %%d rmdir /s /q "%%d"
)
:: Use universal files and remove Py3 only files
pushd %BUILDING_DIR%\Lib\site-packages\azure\mgmt
Copy link
Member

@lmazuel lmazuel May 9, 2018

Choose a reason for hiding this comment

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

Why "mgmt" only? There is already some py3 in dataplane generated (eventgrid, keyvault, etc.)

If you fear touching something which is not Autorest, you can look files are in "models". Something like "models/*_py3.py"

- Don't write .pyc or .pyo files
- Set up Python differently
- Change Windows MSI upgrade strategy for faster upgrades
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants