Skip to content

Commit

Permalink
fix column name typo in azure_compute_virtual_machine_scale_set_netwo…
Browse files Browse the repository at this point in the history
…rk_interface (#573)
  • Loading branch information
jackdelab authored Mar 2, 2023
1 parent 18724db commit 69acf33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func tableAzureComputeVirtualMachineScaleSetNetworkInterface(_ context.Context)
Transform: transform.FromGo(),
},
{
Name: " ",
Name: "provisioning_state",
Description: "The provisioning state of the network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.",
Type: proto.ColumnType_STRING,
Transform: transform.FromP(extractScaleSetNetworkInterfaceProperties, "ProvisioningState"),
Expand Down

0 comments on commit 69acf33

Please sign in to comment.