Skip to content

Fix azdev sdist#104

Merged
tjprescott merged 1 commit intoAzure:masterfrom
tjprescott:FixSetup
Jul 2, 2019
Merged

Fix azdev sdist#104
tjprescott merged 1 commit intoAzure:masterfrom
tjprescott:FixSetup

Conversation

@tjprescott
Copy link
Copy Markdown
Member

@tjprescott tjprescott commented Jul 2, 2019

Fixes issue where SDIST installations did not include supporting files (non-py files).

Also...
fixes #90

@tjprescott tjprescott added the bug Something isn't working label Jul 2, 2019
@tjprescott tjprescott requested review from marstr and yugangw-msft July 2, 2019 15:29
{
{% if is_preview %}"azext.isPreview": true,{% endif %}
"azext.minCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.67",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Fixes #90.

if not is_ext:
root_files.append('azure_bdist_wheel.py')
_generate_files(env, kwargs, root_files, dest_path)
if is_ext:
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These files are only applicable to extensions now.

@tjprescott tjprescott merged commit 1e8e696 into Azure:master Jul 2, 2019
@tjprescott tjprescott deleted the FixSetup branch July 2, 2019 18:51
RenSilvaAU pushed a commit to RenSilvaAU/azure-cli-dev-tools that referenced this pull request Aug 7, 2025
Wait command generation: add has provisioning state field varification.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

min_core for az extension create should actually be 2.0.67

2 participants