-
Notifications
You must be signed in to change notification settings - Fork 2.2k
mgmt sdk restructure #6333
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
mgmt sdk restructure #6333
Conversation
|
I noticed that your ci.mgmt.yml files are all duplicates, this might make maintenance a bit challenging for you in the future, so you might like to consider refactoring into a template, but in terms of the substance of the changes I don't think that this will negatively impact the client SDK builds. |
|
@weidongxu-microsoft after trying to pull these changes locally I'm hitting file long path issues on windows. My root repo path is |
|
@weidongxu-microsoft can you please work with @mitchdenny and @JimSuplizio to come up with a strategy to reduce the file length. As it stands after your change if you have a root path greater then 9 chars in length you will hit long path. The longest path I found was 251 chars in length without the root. @chidozieononiwu correct me if I'm wrong but for other repo's we have been trying to keep about 50 chars available for root paths and I think we should strive for that here as well. |
|
@weshaggard The service name get repeated twice.
Another option is try to get with a shorter service name, but that might not be easy. |
No description provided.