Skip to content

feat: aks public ip #471

Merged
aldor007 merged 5 commits intomasterfrom
feat/public-ip
Mar 21, 2025
Merged

feat: aks public ip #471
aldor007 merged 5 commits intomasterfrom
feat/public-ip

Conversation

@aldor007
Copy link
Copy Markdown
Member

No description provided.

@aldor007 aldor007 requested a review from a team as a code owner March 20, 2025 13:37
if sdkPublicIp.Tags != nil {
tags := make(map[string]interface{})
for _, tag := range *sdkPublicIp.Tags {
tags[*tag.IpTagType] = *tag.TagValue
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need lo.FromPtr or nil check to ignore weird data?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add

@aldor007 aldor007 requested a review from Tsonov March 21, 2025 13:16
@aldor007 aldor007 merged commit b705681 into master Mar 21, 2025
10 checks passed
@aldor007 aldor007 deleted the feat/public-ip branch March 21, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants