Skip to content

Commit eae1239

Browse files
lmazuelscbedd
andauthored
Make a post1 release for health insights (Azure#29753)
* Make a post1 release for health insights * Disable changelog verification to avoid Azure/azure-sdk-tools#5916 --------- Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent ce1683d commit eae1239

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release History
22

3-
## 1.0.0b1.post1 (2023-04-11)
3+
## 1.0.0b1.post1 (2023-04-04)
44

5-
- Initial preview of the Azure Health Insights CancerProfiling client library.
6-
-
7-
## 1.0.0b1 (2023-04-11)
5+
- Update in PyPI front page
6+
7+
## 1.0.0b1 (2023-04-04)
88

99
- Initial preview of the Azure Health Insights CancerProfiling client library.

sdk/healthinsights/azure-healthinsights-cancerprofiling/azure/healthinsights/cancerprofiling/_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.0b1.post1"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[packaging]
2+
auto_update = false
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release History
22

3-
## 1.0.0b1.post1 (2023-04-11)
3+
## 1.0.0b1.post1 (2023-04-04)
44

5-
- Initial preview of the Azure Health Insights ClinicalMatching client library.
5+
- Update in PyPI front page
66

7-
## 1.0.0b1 (2023-04-11)
7+
## 1.0.0b1 (2023-04-04)
88

99
- Initial preview of the Azure Health Insights ClinicalMatching client library.

sdk/healthinsights/azure-healthinsights-clinicalmatching/azure/healthinsights/clinicalmatching/_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.0b1.post1"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[packaging]
2+
auto_update = false

sdk/healthinsights/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ extends:
3232
Artifacts:
3333
- name: azure-healthinsights-cancerprofiling
3434
safeName: azurehealthinsightscancerprofiling
35+
skipVerifyChangeLog: true
3536

3637
- name: azure-healthinsights-clinicalmatching
3738
safeName: azurehealthinsightsclinicalmatching
39+
skipVerifyChangeLog: true

0 commit comments

Comments
 (0)