Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 78a51ff

Browse files
author
SDKAuto
committed
CodeGen from PR 3299 in test-repo-billy/azure-rest-api-specs
Merge b934ce2e66c18bcf24d605db16c62549caa48132 into 9bcccc7cbd85cb42446d8ceed87913d9a1f89764
1 parent ba8ca02 commit 78a51ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5015
-2251
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/agrifood/arm-agrifood/CHANGELOG.md

Lines changed: 124 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,131 @@
11
# Release History
2+
3+
## 1.0.0-beta.6 (2024-04-23)
4+
5+
**Features**
26

3-
## 1.0.0-beta.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
7+
- Added operation group CheckNameAvailability
8+
- Added operation group DataConnectors
9+
- Added operation group DataManagerForAgricultureExtensions
10+
- Added operation group DataManagerForAgricultureResources
11+
- Added operation group OperationResults
12+
- Added operation group Solutions
13+
- Added operation group SolutionsDiscoverability
14+
- Added operation Extensions.createOrUpdate
15+
- Added operation Extensions.listByDataManagerForAgriculture
16+
- Added Interface ApiKeyAuthCredentials
17+
- Added Interface ApiProperties
18+
- Added Interface ArmAsyncOperationError
19+
- Added Interface AuthCredentials
20+
- Added Interface CheckNameAvailabilityCheckNameAvailabilityOptionalParams
21+
- Added Interface DataConnector
22+
- Added Interface DataConnectorListResponse
23+
- Added Interface DataConnectorProperties
24+
- Added Interface DataConnectorsCreateOrUpdateOptionalParams
25+
- Added Interface DataConnectorsDeleteOptionalParams
26+
- Added Interface DataConnectorsGetOptionalParams
27+
- Added Interface DataConnectorsListNextOptionalParams
28+
- Added Interface DataConnectorsListOptionalParams
29+
- Added Interface DataManagerForAgriculture
30+
- Added Interface DataManagerForAgricultureExtension
31+
- Added Interface DataManagerForAgricultureExtensionListResponse
32+
- Added Interface DataManagerForAgricultureExtensionProperties
33+
- Added Interface DataManagerForAgricultureExtensionsGetOptionalParams
34+
- Added Interface DataManagerForAgricultureExtensionsListNextOptionalParams
35+
- Added Interface DataManagerForAgricultureExtensionsListOptionalParams
36+
- Added Interface DataManagerForAgricultureListResponse
37+
- Added Interface DataManagerForAgricultureResourcesCreateOrUpdateOptionalParams
38+
- Added Interface DataManagerForAgricultureResourcesDeleteOptionalParams
39+
- Added Interface DataManagerForAgricultureResourcesGetOptionalParams
40+
- Added Interface DataManagerForAgricultureResourcesListByResourceGroupNextOptionalParams
41+
- Added Interface DataManagerForAgricultureResourcesListByResourceGroupOptionalParams
42+
- Added Interface DataManagerForAgricultureResourcesListBySubscriptionNextOptionalParams
43+
- Added Interface DataManagerForAgricultureResourcesListBySubscriptionOptionalParams
44+
- Added Interface DataManagerForAgricultureResourcesUpdateHeaders
45+
- Added Interface DataManagerForAgricultureResourcesUpdateOptionalParams
46+
- Added Interface DataManagerForAgricultureSolution
47+
- Added Interface DataManagerForAgricultureSolutionListResponse
48+
- Added Interface DataManagerForAgricultureSolutionProperties
49+
- Added Interface DataManagerForAgricultureUpdateProperties
50+
- Added Interface DataManagerForAgricultureUpdateRequestModel
51+
- Added Interface ExtensionInstallationRequest
52+
- Added Interface ExtensionsCreateOrUpdateOptionalParams
53+
- Added Interface ExtensionsListByDataManagerForAgricultureNextOptionalParams
54+
- Added Interface ExtensionsListByDataManagerForAgricultureOptionalParams
55+
- Added Interface KeyVaultProperties
56+
- Added Interface MarketplaceOfferDetails
57+
- Added Interface OAuthClientCredentials
58+
- Added Interface OperationResultsGetOptionalParams
59+
- Added Interface Solution
60+
- Added Interface SolutionListResponse
61+
- Added Interface SolutionProperties
62+
- Added Interface SolutionsCreateOrUpdateOptionalParams
63+
- Added Interface SolutionsDeleteOptionalParams
64+
- Added Interface SolutionsDiscoverabilityGetOptionalParams
65+
- Added Interface SolutionsDiscoverabilityListNextOptionalParams
66+
- Added Interface SolutionsDiscoverabilityListOptionalParams
67+
- Added Interface SolutionsGetOptionalParams
68+
- Added Interface SolutionsListNextOptionalParams
69+
- Added Interface SolutionsListOptionalParams
70+
- Added Type Alias AuthCredentialsKind
71+
- Added Type Alias AuthCredentialsUnion
72+
- Added Type Alias CheckNameAvailabilityCheckNameAvailabilityResponse
73+
- Added Type Alias DataConnectorsCreateOrUpdateResponse
74+
- Added Type Alias DataConnectorsGetResponse
75+
- Added Type Alias DataConnectorsListNextResponse
76+
- Added Type Alias DataConnectorsListResponse
77+
- Added Type Alias DataManagerForAgricultureExtensionsGetResponse
78+
- Added Type Alias DataManagerForAgricultureExtensionsListNextResponse
79+
- Added Type Alias DataManagerForAgricultureExtensionsListResponse
80+
- Added Type Alias DataManagerForAgricultureResourcesCreateOrUpdateResponse
81+
- Added Type Alias DataManagerForAgricultureResourcesGetResponse
82+
- Added Type Alias DataManagerForAgricultureResourcesListByResourceGroupNextResponse
83+
- Added Type Alias DataManagerForAgricultureResourcesListByResourceGroupResponse
84+
- Added Type Alias DataManagerForAgricultureResourcesListBySubscriptionNextResponse
85+
- Added Type Alias DataManagerForAgricultureResourcesListBySubscriptionResponse
86+
- Added Type Alias DataManagerForAgricultureResourcesUpdateResponse
87+
- Added Type Alias ExtensionsCreateOrUpdateResponse
88+
- Added Type Alias ExtensionsListByDataManagerForAgricultureNextResponse
89+
- Added Type Alias ExtensionsListByDataManagerForAgricultureResponse
90+
- Added Type Alias OperationResultsGetResponse
91+
- Added Type Alias SolutionsCreateOrUpdateResponse
92+
- Added Type Alias SolutionsDiscoverabilityGetResponse
93+
- Added Type Alias SolutionsDiscoverabilityListNextResponse
94+
- Added Type Alias SolutionsDiscoverabilityListResponse
95+
- Added Type Alias SolutionsGetResponse
96+
- Added Type Alias SolutionsListNextResponse
97+
- Added Type Alias SolutionsListResponse
98+
- Interface ArmAsyncOperation has a new optional parameter error
99+
- Interface DetailedInformation has a new optional parameter apiDefaultInputParameters
100+
- Interface DetailedInformation has a new optional parameter apiDocsLink
101+
- Interface DetailedInformation has a new optional parameter apiType
102+
- Interface Extension has a new optional parameter additionalApiProperties
103+
- Interface ExtensionListResponse has a new optional parameter skipToken
104+
- Interface PrivateEndpointConnection has a new optional parameter groupIds
105+
- Added Enum KnownAuthCredentialsKind
106+
- Enum KnownProvisioningState has a new value Running
107+
- Enum KnownPublicNetworkAccess has a new value Disabled
108+
109+
**Breaking Changes**
110+
111+
- Removed operation group FarmBeatsExtensions
112+
- Removed operation group FarmBeatsModels
113+
- Removed operation group Locations
114+
- Removed operation Extensions.create
115+
- Removed operation Extensions.listByFarmBeats
116+
- Removed operation Extensions.update
117+
- Class AgriFoodMgmtClient has a new signature
118+
- Parameter value of interface ExtensionListResponse is now required
119+
- Class AgriFoodMgmtClient no longer has parameter farmBeatsExtensions
120+
- Class AgriFoodMgmtClient no longer has parameter farmBeatsModels
121+
- Class AgriFoodMgmtClient no longer has parameter locations
122+
- Enum KnownPublicNetworkAccess no longer has value Hybrid
123+
124+
## 1.0.0-beta.5 (2024-04-08)
125+
9126
### Bugs Fixed
10127

11-
### Other Changes
128+
- Release a beta version to fix latest tag issue
12129

13130
## 1.0.0-beta.4 (2022-11-14)
14131

sdk/agrifood/arm-agrifood/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2024 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/agrifood/arm-agrifood/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure AgriFoodMgmt client.
44

5-
APIs documentation for Azure AgFoodPlatform Resource Provider Service.
5+
APIs documentation for Microsoft Azure Data Manager for Agriculture Service.
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-agrifood) |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "3eb2a407e29fa9c79cf537722384b12b9753d59e",
2+
"commit": "2b5eb55cc3d9aaa6a88848102c0c9d499156877c",
33
"readme": "specification/agrifood/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\agrifood\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.3.20221108.1 --generate-sample=true",
5-
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/[email protected].0-rc.3.20221108.1"
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/agrifood/resource-manager/readme.md --use=@autorest/typescript@^6.0.11",
5+
"repository_url": "https://github.com/test-repo-billy/azure-rest-api-specs.git",
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.5",
7+
"use": "@autorest/typescript@^6.0.11"
88
}

sdk/agrifood/arm-agrifood/package.json

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AgriFoodMgmtClient.",
6-
"version": "1.0.0-beta.5",
6+
"version": "1.0.0-beta.6",
77
"engines": {
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
11+
"@azure/core-lro": "^2.5.4",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
15-
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.8.0",
14+
"@azure/core-client": "^1.7.0",
15+
"@azure/core-auth": "^1.6.0",
16+
"@azure/core-rest-pipeline": "^1.14.0",
1717
"tslib": "^2.2.0"
1818
},
1919
"keywords": [
@@ -29,22 +29,24 @@
2929
"types": "./types/arm-agrifood.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32-
"mkdirp": "^1.0.4",
33-
"typescript": "~5.2.0",
32+
"mkdirp": "^3.0.1",
33+
"typescript": "~5.4.5",
3434
"uglify-js": "^3.4.9",
35-
"rimraf": "^3.0.0",
36-
"@azure/identity": "^3.3.0",
35+
"rimraf": "^5.0.0",
36+
"dotenv": "^16.0.0",
37+
"@azure/dev-tool": "^1.0.0",
38+
"@azure/identity": "^4.0.1",
3739
"@azure-tools/test-recorder": "^3.0.0",
3840
"@azure-tools/test-credential": "^1.0.0",
3941
"mocha": "^10.0.0",
42+
"@types/mocha": "^10.0.0",
43+
"esm": "^3.2.18",
4044
"@types/chai": "^4.2.8",
4145
"chai": "^4.2.0",
4246
"cross-env": "^7.0.2",
4347
"@types/node": "^18.0.0",
44-
"@azure/dev-tool": "^1.0.0",
4548
"ts-node": "^10.0.0"
4649
},
47-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood",
4850
"repository": {
4951
"type": "git",
5052
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -76,8 +78,7 @@
7678
"pack": "npm pack 2>&1",
7779
"extract-api": "api-extractor run --local",
7880
"lint": "echo skipped",
79-
"audit": "echo skipped",
80-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
81+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8182
"build:node": "echo skipped",
8283
"build:browser": "echo skipped",
8384
"build:test": "echo skipped",
@@ -105,12 +106,5 @@
105106
]
106107
},
107108
"autoPublish": true,
108-
"//sampleConfiguration": {
109-
"productName": "",
110-
"productSlugs": [
111-
"azure"
112-
],
113-
"disableDocsMs": true,
114-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-agrifood?view=azure-node-preview"
115-
}
116-
}
109+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood"
110+
}

0 commit comments

Comments
 (0)