-
Notifications
You must be signed in to change notification settings - Fork 78
Support optional path parameter for Modular #3152
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
Changes from 29 commits
0e4ed89
f1aaee0
3911246
7c0e9b8
6fc79bf
d827904
45750c1
199949a
8b593ec
11dd719
5410a17
c44ea2e
edcabfc
1d68200
193aa74
0d97ec9
acce792
c360fb0
2bf1c3c
fe278ea
8e13496
648771b
b952833
fc7b4c8
398e84a
b2189b4
9e0c260
f34479a
b74e6b6
e8b9903
c9a4eff
9d072f0
50013b4
e26c82d
0f7d5a1
602b213
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -930,7 +930,7 @@ | |
}, | ||
"Azure.Core.Foundations.InnerError": { | ||
"type": "object", | ||
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.", | ||
"description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jiaodi could you help investigate why this appears? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"properties": { | ||
"code": { | ||
"type": "string", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ describe("Azure Core Page Rest Client", () => { | |
.post({ | ||
body: validBody, | ||
queryParameters: { | ||
"api-version": "2022-12-01-preview", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. new change? |
||
another: "Second" | ||
} | ||
}); | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
!/src | ||
/src/** | ||
!/src/index.d.ts | ||
!/.gitignore | ||
!/tspconfig.yaml |
Uh oh!
There was an error while loading. Please reload this page.