Skip to content

Commit

Permalink
azurerm_data_factory_integration_runtime_self_hosted - fix the bug …
Browse files Browse the repository at this point in the history
…that auth keys are not exported (#25246)
  • Loading branch information
ms-henglu committed Mar 22, 2024
1 parent 6e413bc commit 911e17b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ func resourceDataFactoryIntegrationRuntimeSelfHostedRead(d *pluginsdk.ResourceDa
return fmt.Errorf("setting `rbac_authorization`: %#v", err)
}
}

// The ListAuthenticationKeys on integration runtime type Linked is not supported.
// Only skip the call to ListAuthKeys if the linkedInfo is valid.
return nil
}
}
Expand Down

0 comments on commit 911e17b

Please sign in to comment.