-
Notifications
You must be signed in to change notification settings - Fork 99
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
Updating the api versions for clients #5018
Conversation
dm "github.com/project-radius/radius/pkg/linkrp/datamodel" | ||
linkrp_dm "github.com/project-radius/radius/pkg/linkrp/datamodel" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double import
Value: to.String(&properties.AppId), | ||
Value: properties.AppId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why we got the address of the AppId and then got the value of the address?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably just for fun. This was probably a copy-paste issue
// https://github.com/Azure/azure-rest-api-specs/blob/main/specification/sql/resource-manager/readme.md | ||
SQLManagementClientAPIVersion = "2021-11-01" | ||
|
||
// https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redis/resource-manager/readme.md | ||
RedisManagementClientAPIVersion = "2022-06-01" | ||
|
||
// https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cosmos-db/resource-manager/readme.md | ||
DocumentDBManagementClientAPIVersion = "2022-08-15" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got the most recent stable API versions of these clients to hard-code them per the discussion here: #4864 (comment). Do you think this looks right @rynowak?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# Description Updating the api versions for the clients. ## Issue reference Fixes: #issue_number ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list: * [x] Code compiles correctly * [ ] Adds necessary unit tests for change * [ ] Adds necessary E2E tests for change * [x] Unit tests passing * [x] Extended the documentation / Created issue for it
# Description Updating the api versions for the clients. ## Issue reference Fixes: #issue_number ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list: * [x] Code compiles correctly * [ ] Adds necessary unit tests for change * [ ] Adds necessary E2E tests for change * [x] Unit tests passing * [x] Extended the documentation / Created issue for it
Description
Updating the api versions for the clients.
Issue reference
Fixes: #issue_number
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: