Skip to content

Commit 7eb4967

Browse files
authored
[Agrifood Farming] Regenerate with latest codegen (Azure#20059)
**Checklists** - [x] Added impacted package name to the issue description **Packages impacted by this PR:** @azure-rest/agrifood-farming **Describe the problem that is addressed by this PR:** Re-generate Agrifood Farming using the latest version of RLC generator. This package was one of the first-ever RLCs generated and codegen has changes quite a bit since then. Regenerating against the same swagger. Major changes since last generation: - Switched away from @azure-rest/core-client-lro and @azure-rest/core-client-paging in favor of @azure/core-lro and @azure/core-client - Split Output and Input models **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)_ NO **Are there test cases added in this PR?**_(If not, why?)_ NO, it already has tests **Provide a list of related PRs**_(if any)_ Azure#19897 **Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ `rushx generate:client`
1 parent 1201860 commit 7eb4967

File tree

15 files changed

+3941
-2399
lines changed

15 files changed

+3941
-2399
lines changed

sdk/agrifood/agrifood-farming-rest/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Features Added
66

7+
- Re-generate with latest generator version. This contains splitting models into input and output models and typing improvements [#20059](https://github.com/Azure/azure-sdk-for-js/pull/20059)
78
- Export pagination helper function. [#15831](https://github.com/Azure/azure-sdk-for-js/pull/15831)
89

910
## 1.0.0-beta.1 (2021-05-26)

sdk/agrifood/agrifood-farming-rest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
"sideEffects": false,
8383
"autoPublish": false,
8484
"dependencies": {
85-
"@azure/core-auth": "^1.3.0",
86-
"@azure-rest/core-client-paging": "1.0.0-beta.1",
8785
"@azure-rest/core-client": "1.0.0-beta.7",
88-
"@azure-rest/core-client-lro": "1.0.0-beta.1",
86+
"@azure/core-auth": "^1.3.0",
87+
"@azure/core-lro": "^2.2.4",
88+
"@azure/core-paging": "^1.2.2",
8989
"@azure/logger": "^1.0.0",
9090
"tslib": "^2.2.0"
9191
},

0 commit comments

Comments
 (0)