-
Notifications
You must be signed in to change notification settings - Fork 739
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
Allow x-ms-paths not to start with / #4152
Conversation
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/y56c4t9r --use:https://tinyurl.com/yx9ajwd9 or use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/y56c4t9r"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/yx9ajwd9" If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/yyt366ql --use:https://tinyurl.com/y4smwt45 or use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/yyt366ql"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/y4smwt45" If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
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.
Works pretty well here Azure/azure-sdk-for-net#21424
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/y65br49u --use:https://tinyurl.com/y4nbbrsk or use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/y65br49u"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/y4nbbrsk" If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
* this gets allocations in line. but isn't great. * temporarily disable the probe. * try Azure/autorest#4152 * Revert "temporarily disable the probe." This reverts commit f5d1587. * fix empty path. * mocking. * fix 403. * I really dislike url-encoding... * private protected. nice. * fix tests. * datalake. * fix that. * shares. * queues * batch. * this works. * this works. too.
No description provided.