Skip to content

Commit 4359523

Browse files
Add job router rest client library (Azure#27325)
JobRouter js sdk for GA ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Marc Ma <marcma@microsoft.com>
1 parent 16f27ca commit 4359523

23 files changed

+7178
-32
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 112 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,11 @@
485485
"projectFolder": "sdk/communication/communication-job-router",
486486
"versionPolicyName": "client"
487487
},
488+
{
489+
"packageName": "@azure-rest/communication-job-router",
490+
"projectFolder": "sdk/communication/communication-job-router-rest",
491+
"versionPolicyName": "client"
492+
},
488493
{
489494
"packageName": "@azure/container-registry",
490495
"projectFolder": "sdk/containerregistry/container-registry",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"plugins": ["@azure/azure-sdk"],
3+
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
4+
"rules": {
5+
"@azure/azure-sdk/ts-modules-only-named": "warn",
6+
"@azure/azure-sdk/ts-apiextractor-json-types": "warn",
7+
"@azure/azure-sdk/ts-package-json-types": "warn",
8+
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
9+
"tsdoc/syntax": "warn"
10+
}
11+
}

0 commit comments

Comments
 (0)