Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Jan 21, 2025
1 parent 5a6c46d commit 0b51610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (r OutputCosmosDBResource) Read() sdk.ResourceFunc {
}
state.PartitionKey = partitionKey

state.AuthenticationMode = string(*output.Properties.AuthenticationMode)
state.AuthenticationMode = string(pointer.From(output.Properties.AuthenticationMode))

return metadata.Encode(&state)
}
Expand Down

0 comments on commit 0b51610

Please sign in to comment.