Skip to content

Commit 6efcb9d

Browse files
reship sdks that migrated to pyproject.toml (#43308)
1 parent 7e59645 commit 6efcb9d

File tree

33 files changed

+99
-11
lines changed

33 files changed

+99
-11
lines changed

sdk/compute/azure-mgmt-compute/CHANGELOG.md

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

3+
## 37.0.1 (2025-10-09)
4+
5+
### Bugs Fixed
6+
7+
- Exclude `generated_samples` and `generated_tests` from wheel
8+
39
## 37.0.0 (2025-09-22)
410

511
### Features Added

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "37.0.0"
8+
VERSION = "37.0.1"

sdk/compute/azure-mgmt-compute/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ content-type = "text/markdown"
5555
exclude = [
5656
"tests*",
5757
"samples*",
58+
"generated_tests*",
59+
"generated_samples*",
5860
"doc*",
5961
"azure",
6062
"azure.mgmt",

sdk/dataprotection/azure-mgmt-dataprotection/CHANGELOG.md

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

3+
## 2.0.1 (2025-10-09)
4+
5+
### Bugs Fixed
6+
7+
- Exclude `generated_samples` and `generated_tests` from wheel
8+
39
## 2.0.0 (2025-09-22)
410

511
### Features Added

sdk/dataprotection/azure-mgmt-dataprotection/azure/mgmt/dataprotection/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "2.0.0"
9+
VERSION = "2.0.1"

sdk/dataprotection/azure-mgmt-dataprotection/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ content-type = "text/markdown"
5555
exclude = [
5656
"tests*",
5757
"samples*",
58+
"generated_tests*",
59+
"generated_samples*",
5860
"doc*",
5961
"azure",
6062
"azure.mgmt",

sdk/disconnectedoperations/azure-mgmt-disconnectedoperations/CHANGELOG.md

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

3+
## 1.0.0b2 (2025-10-09)
4+
5+
### Bugs Fixed
6+
7+
- Exclude `generated_samples` and `generated_tests` from wheel
8+
39
## 1.0.0b1 (2025-09-15)
410

511
### Other Changes

sdk/disconnectedoperations/azure-mgmt-disconnectedoperations/azure/mgmt/disconnectedoperations/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b1"
9+
VERSION = "1.0.0b2"

sdk/disconnectedoperations/azure-mgmt-disconnectedoperations/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ content-type = "text/markdown"
5555
exclude = [
5656
"tests*",
5757
"samples*",
58+
"generated_tests*",
59+
"generated_samples*",
5860
"doc*",
5961
"azure",
6062
"azure.mgmt",

sdk/keyvault/azure-mgmt-keyvault/CHANGELOG.md

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

3+
## 12.1.1 (2025-10-09)
4+
5+
### Bugs Fixed
6+
7+
- Exclude `generated_samples` and `generated_tests` from wheel
8+
39
## 12.1.0 (2025-09-22)
410

511
### Features Added

0 commit comments

Comments
 (0)