Skip to content

Commit 548a675

Browse files
[EngSys] bump versions for packages that have been published (#35992)
Co-authored-by: kazrael2119 <[email protected]> Co-authored-by: ZiWei Chen <[email protected]>
1 parent b2138fa commit 548a675

File tree

535 files changed

+1623
-562
lines changed

Some content is hidden

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

535 files changed

+1623
-562
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.5 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,12 @@
1010

1111
### Other Changes
1212

13+
## 1.0.0-beta.4 (2025-08-22)
14+
15+
### Other Changes
16+
17+
- Other fixes
18+
1319
## 1.0.0-beta.3 (2025-02-10)
1420

1521
### Features Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
55
"description": "An isomorphic REST client library for the Azure FarmBeats Service.",
6-
"version": "1.0.0-beta.4",
6+
"version": "1.0.0-beta.5",
77
"keywords": [
88
"node",
99
"azure",

sdk/agrifood/agrifood-farming-rest/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license-header: MICROSOFT_MIT_NO_VERSION
1616
output-folder: ../
1717
source-code-folder-path: ./src
1818
input-file: https://github.com/Azure/azure-rest-api-specs/blob/e38daec67d57ef9c4804b1e3055753407e45fa71/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2022-11-01-preview/agfood.json
19-
package-version: 1.0.0-beta.4
19+
package-version: 1.0.0-beta.5
2020
rest-level-client: true
2121
security: AADToken
2222
security-scopes: https://farmbeats.azure.net/.default

sdk/agrifood/arm-agrifood/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.6 (Unreleased)
3+
## 1.0.0-beta.7 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,12 @@
1010

1111
### Other Changes
1212

13+
## 1.0.0-beta.6 (2025-08-22)
14+
15+
### Other Changes
16+
17+
- Other fixes
18+
1319
## 1.0.0-beta.5 (2024-04-08)
1420

1521
### Bugs Fixed

sdk/agrifood/arm-agrifood/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AgriFoodMgmtClient.",
6-
"version": "1.0.0-beta.6",
6+
"version": "1.0.0-beta.7",
77
"engines": {
88
"node": ">=20.0.0"
99
},

sdk/agrifood/arm-agrifood/src/agriFoodMgmtClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class AgriFoodMgmtClient extends coreClient.ServiceClient {
6666
credential: credentials
6767
};
6868

69-
const packageDetails = `azsdk-js-arm-agrifood/1.0.0-beta.6`;
69+
const packageDetails = `azsdk-js-arm-agrifood/1.0.0-beta.7`;
7070
const userAgentPrefix =
7171
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7272
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

sdk/analysisservices/arm-analysisservices/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 4.1.4 (Unreleased)
3+
## 4.1.5 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,12 @@
1010

1111
### Other Changes
1212

13+
## 4.1.4 (2025-08-21)
14+
15+
### Other Changes
16+
17+
- Other fixes
18+
1319
## 4.1.3 (2022-11-14)
1420

1521
- Bugs Fixed

sdk/analysisservices/arm-analysisservices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AzureAnalysisServices.",
6-
"version": "4.1.4",
6+
"version": "4.1.5",
77
"engines": {
88
"node": ">=20.0.0"
99
},

sdk/analysisservices/arm-analysisservices/src/azureAnalysisServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class AzureAnalysisServices extends coreClient.ServiceClient {
5151
credential: credentials
5252
};
5353

54-
const packageDetails = `azsdk-js-arm-analysisservices/4.1.4`;
54+
const packageDetails = `azsdk-js-arm-analysisservices/4.1.5`;
5555
const userAgentPrefix =
5656
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
5757
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

sdk/anomalydetector/ai-anomaly-detector-rest/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.3 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,12 @@
1010

1111
### Other Changes
1212

13+
## 1.0.0-beta.2 (2025-08-22)
14+
15+
### Other Changes
16+
17+
- Other fixes
18+
1319
## 1.0.0-beta.1 (2022-11-08)
1420

1521
- First release of package, see README.md for details.

0 commit comments

Comments
 (0)