Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

try-fix-m4-error #112

Merged
merged 1 commit into from
Feb 5, 2021
Merged

try-fix-m4-error #112

merged 1 commit into from
Feb 5, 2021

Conversation

qiaozha
Copy link
Member

@qiaozha qiaozha commented Feb 5, 2021

No description provided.

@@ -55,11 +55,11 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@azure-tools/autorest-extension-base": "^3.1.235",
"@azure-tools/codegen": "^2.5.276",
"@azure-tools/autorest-extension-base": "3.1.235",
Copy link
Member

Choose a reason for hiding this comment

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

Though we use the fixed version here, we still need to do the following in the future:

  1. Regularly update the dependency libraries to catch up with their latest update/bug fixing
  2. Understand the root cause on how that version upgrade causing the break. We could send feedback to data plane team to avoid that.

Copy link
Member Author

Choose a reason for hiding this comment

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

Agreed. But I found two of them has been renamed.
"@azure-tools/autorest-extension-base" => "@autorest/extension-base"
"@azure-tools/codemodel" => "@autorest/codemodel"
and we are not aware any of this changes. It would be nice if they can notice us such kind of change.

@qiaozha qiaozha merged commit 8074010 into master Feb 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants