-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update apiversion to 2023-10-01-preview #6332
Conversation
af09702
to
f38ed11
Compare
This comment has been minimized.
This comment has been minimized.
Test Results2 973 tests ±0 2 964 ✔️ ±0 2m 0s ⏱️ -1s Results for commit 39f33f9. ± Comparison against base commit bd84cd4. This pull request removes 363 and adds 363 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
⌛ Building Radius and pushing container images for functional tests... ✅ Container images build succeeded |
This comment has been minimized.
This comment has been minimized.
⌛ Building Radius and pushing container images for functional tests... ✅ Container images build succeeded |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
The Validate Bicep code will require the samples repo to be merged. It's okay for this step to fail at this point. |
LGTM.. we should merge this + update samples and other repos before oct release correct? |
Description
Update API version to 2023-10-01-preview before public release
Type of change
Fixes: #6226
Auto-generated summary
🤖 Generated by Copilot at af09702
Summary
🚀💥🧪
This pull request updates the API versions for the radius project and its dependencies to
2023-10-01-preview
or2023-10-01
, depending on the service. This is to align with the new features and breaking changes in the RP and Azure contracts. The pull request also updates the test cases, test data, documentation, and bicep types generator to use the new API versions. Additionally, it moves the test-ucp-spec-examples target fromtest.mk
togenerate.mk
to avoid running it in the CI pipeline.Walkthrough
test.mk
file to thegenerate.mk
file, to align the test with the generate targets for the other RPs, and to avoid running the test in the CI pipeline (link)docs/ucp/developer_guide.md
file, to use the new API version 2023-10-01-preview (link)docs/ucp/code_walkthrough.md
file, to use the new API version 2023-10-01-preview (link)docs/contributing/contributing-code/contributing-code-tests/tests-naming-conventions.md
file, to use the new API version 2023-10-01-preview (link, link)