-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[AutoPR @azure-arm-batch]-generated-from-SDK Generation - JS-5976289 #37522
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
Merged
JialinHuang803
merged 20 commits into
Azure:main
from
azure-sdk:sdkauto/@azure-arm-batch-5976289
Mar 23, 2026
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fc099a8
Configurations: 'specification/batch/resource-manager/Microsoft.Batc…
azure-sdk 8245351
feat(batch): add support for arm-resources and arm-storage, update te…
f32ff0e
fix(batch): update asset tag and correct subscription ID variable nam…
2fb7478
Merge remote-tracking branch 'azure/main' into sdkauto/@azure-arm-bat…
b6eceb0
fix(batch): update dependencies in pnpm-lock.yaml for core packages
617f084
fix(batch): refactor variable initialization in beforeAll and beforeE…
2cc0d54
fix(batch): update client method calls for batch account and pool ope…
d9682d2
fix(batch): update asset tag and refactor location variable handling …
de404ab
fix(batch): remove unnecessary blank line in batch_examples.spec.ts
63374dc
fix(batch): update batch account client method calls for consistency
c97b0e4
fix(batch): update client method calls for pool operations to ensure …
a03ed00
Merge branch 'main' into pr/azure-sdk/37522
kazrael2119 e7b5df9
Configurations: 'specification/batch/resource-manager/Microsoft.Batc…
azure-sdk 9b78824
Apply suggestion from @kazrael2119
kazrael2119 c2c6e87
fix(batch): correct array syntax in createBatchWindowsPool function
c89f1cf
Merge branch 'sdkauto/@azure-arm-batch-5976289' of https://github.com…
7d43ff1
merge main
kazrael2119 0032b52
update
kazrael2119 69fd877
Update arm-batch-api-node.api.md
kazrael2119 888d3be
Update CHANGELOG.md
kazrael2119 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1 @@ | ||
| { | ||
| "extends": "../../../api-extractor-base.json" | ||
| } | ||
| { "extends": "../../../api-extractor-base.json" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| import azsdkEslint from "@azure/eslint-plugin-azure-sdk"; | ||
|
|
||
| export default azsdkEslint.config([ | ||
| { | ||
| rules: { | ||
| "@azure/azure-sdk/ts-modules-only-named": "warn", | ||
| "@azure/azure-sdk/ts-package-json-types": "warn", | ||
| "@azure/azure-sdk/ts-package-json-engine-is-present": "warn", | ||
| "@azure/azure-sdk/ts-package-json-files-required": "off", | ||
| "@azure/azure-sdk/ts-package-json-main-is-cjs": "off", | ||
| "tsdoc/syntax": "warn", | ||
| }, | ||
| }, | ||
| ]); | ||
wanghoppe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.