Skip to content
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

[data-plane] refresh @azure-rest/agrifood-farming sdk #30779

Merged
merged 19 commits into from
Dec 20, 2024
Merged
5 changes: 2 additions & 3 deletions sdk/agrifood/agrifood-farming-rest/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,13 @@ module.exports = function (config) {
},

envPreprocessor: [
"RECORDINGS_RELATIVE_PATH",
"TEST_MODE",
"FARMBEATS_ENDPOINT",
qiaozha marked this conversation as resolved.
Show resolved Hide resolved
"ENDPOINT",
"AZURE_CLIENT_SECRET",
"AZURE_CLIENT_ID",
"AZURE_TENANT_ID",
"SUBSCRIPTION_ID",
"AZURE_LOG_LEVEL",
"RECORDINGS_RELATIVE_PATH",
],

// test results reporter to use
Expand Down
21 changes: 6 additions & 15 deletions sdk/agrifood/agrifood-farming-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
"author": "Microsoft Corporation",
"description": "An isomorphic REST client library for the Azure FarmBeats Service.",
"version": "1.0.0-beta.3",
"keywords": [
"node",
"azure",
"cloud",
"typescript",
"browser",
"isomorphic"
],
"keywords": ["node", "azure", "cloud", "typescript", "browser", "isomorphic"],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand Down Expand Up @@ -41,10 +34,7 @@
},
"//sampleConfiguration": {
"productName": "Azure FarmBeats rest",
"productSlugs": [
"azure",
"azure-farmbeats"
],
"productSlugs": ["azure", "azure-farmbeats"],
"requiredResources": {
"Azure FarmBeats Service instance": "https://docs.microsoft.com/azure/industry/agriculture/install-azure-farmbeats"
}
Expand Down Expand Up @@ -85,10 +75,11 @@
"@azure/core-rest-pipeline": "^1.9.2",
"@azure-rest/core-client": "^1.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-lro": "^2.2.4",
"@azure/core-paging": "^1.2.0",
"@azure/core-lro": "^3.0.0",
"@azure/core-paging": "^1.5.0",
"@azure/logger": "^1.0.0",
"tslib": "^2.2.0"
"tslib": "^2.2.0",
"@azure/abort-controller": "^2.1.2"
},
"devDependencies": {
"@azure/core-util": "^1.0.0",
Expand Down
Loading
Loading