Skip to content
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

Azure NAT Gateway etag field not properly parsing #4092

Open
tas50 opened this issue May 23, 2024 · 1 comment
Open

Azure NAT Gateway etag field not properly parsing #4092

tas50 opened this issue May 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tas50
Copy link
Member

tas50 commented May 23, 2024

Describe the bug
This field includes extra characters

To Reproduce

azure.subscription.network.natGateways.first: {
  name: "nat"
  publicIpAddresses: [
    0: azure.subscription.networkService.ipAddress name="nat_IP" location="westus" ipAddress="137.117.23.24"
  ]
  tags: {}
  zones: []
  subnets: []
  etag: "W/\"9e245ca8-c472-49bb-bb7f-79017c0c16c0\""
  properties: {
@vjeffrey vjeffrey added the bug Something isn't working label May 26, 2024
@preslavgerchev
Copy link
Contributor

According to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag this is a indicator that it's using a weak validator. This value is as it's coming back from the Azure API (and how it's shown in the portal as well)

If it makes sense, we can drop the weak validator indication?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants