Skip to content

Commit ca3bfd6

Browse files
committed
remove checks that cannot pass with postrelease, update to post2 versions of the packages
1 parent 5590b15 commit ca3bfd6

File tree

11 files changed

+38
-17
lines changed

11 files changed

+38
-17
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ stages:
4848
ServiceName: ${{parameters.ServiceDirectory}}
4949
ForRelease: true
5050

51-
- template: /eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml
52-
parameters:
53-
PackageName: ${{artifact.name}}
54-
ServiceDirectory: ${{parameters.ServiceDirectory}}
55-
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}
51+
# - template: /eng/common/pipelines/templates/steps/verify-restapi-spec-location.yml
52+
# parameters:
53+
# PackageName: ${{artifact.name}}
54+
# ServiceDirectory: ${{parameters.ServiceDirectory}}
55+
# ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}
5656

5757
- script: |
5858
python -m pip install "./tools/azure-sdk-tools"
@@ -70,13 +70,13 @@ stages:
7070
workingDirectory: $(Pipeline.Workspace)
7171
displayName: Output Visible Artifacts
7272
73-
- template: /eng/common/pipelines/templates/steps/create-tags-and-git-release.yml
74-
parameters:
75-
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
76-
PackageRepository: PyPI
77-
ReleaseSha: $(Build.SourceVersion)
78-
RepoId: Azure/azure-sdk-for-python
79-
WorkingDirectory: $(System.DefaultWorkingDirectory)
73+
# - template: /eng/common/pipelines/templates/steps/create-tags-and-git-release.yml
74+
# parameters:
75+
# ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}
76+
# PackageRepository: PyPI
77+
# ReleaseSha: $(Build.SourceVersion)
78+
# RepoId: Azure/azure-sdk-for-python
79+
# WorkingDirectory: $(System.DefaultWorkingDirectory)
8080

8181
- ${{if ne(artifact.skipPublishPackage, 'true')}}:
8282
- deployment: PublishPackage

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ubuntu-20.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" },
1111
"macos-latest": { "OSVmImage": "env:MACVMIMAGE", "Pool": "env:MACPOOL" }
1212
},
13-
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10" ],
13+
"PythonVersion": [ "3.8", "3.11", "3.10" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false"
1616
},

sdk/appplatform/azure-mgmt-appplatform/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+
## 9.1.0.post2 (2024-07-12)
4+
5+
### Other changes
6+
7+
- Re-releasing to account for setuptools source distribution normalization changes.
8+
39
## 9.1.0 (2024-07-03)
410

511
### Features Added

sdk/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/_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 = "9.1.0"
8+
VERSION = "9.1.0.post2"

sdk/appplatform/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ extends:
3131
TestProxy: true
3232
Artifacts:
3333
- name: azure-mgmt-appplatform
34-
safeName: azuremgmtappplatform
34+
safeName: azuremgmtappplatform
35+
skipVerifyChangeLog: true

sdk/edgezones/azure-mgmt-edgezones/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.0b1.post2 (2024-07-12)
4+
5+
### Other changes
6+
7+
- Re-releasing to account for setuptools source distribution normalization changes.
8+
39
## 1.0.0b1 (2024-07-05)
410

511
### Other Changes

sdk/edgezones/azure-mgmt-edgezones/azure/mgmt/edgezones/_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.post2"

sdk/edgezones/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ extends:
3232
Artifacts:
3333
- name: azure-mgmt-edgezones
3434
safeName: azuremgmtedgezones
35+
skipVerifyChangeLog: true

sdk/oracledatabase/azure-mgmt-oracledatabase/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.0.post2 (2024-07-12)
4+
5+
### Other changes
6+
7+
- Re-releasing to account for setuptools source distribution normalization changes.
8+
39
## 1.0.0 (2024-07-04)
410

511
### Other Changes

sdk/oracledatabase/azure-mgmt-oracledatabase/azure/mgmt/oracledatabase/_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.0"
9+
VERSION = "1.0.0.post2"

0 commit comments

Comments
 (0)