Skip to content

Commit

Permalink
machine_learning_datastore_fileshare - Fix typo in docs (#27504)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix misaligned example resources

* Fix styling
  • Loading branch information
Roymprog authored Oct 3, 2024
1 parent 34562db commit 6dc1254
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ resource "azurerm_storage_share" "example" {
}
resource "azurerm_machine_learning_datastore_fileshare" "example" {
name = "example-datastore"
workspace_id = azurerm_machine_learning_workspace.example.id
storage_filesahare_id = azurerm_storage_share.test.resource_manager_id
account_key = azurerm_storage_account.example.primary_access_key
name = "example-datastore"
workspace_id = azurerm_machine_learning_workspace.example.id
storage_fileshare_id = azurerm_storage_share.example.resource_manager_id
account_key = azurerm_storage_account.example.primary_access_key
}
```

Expand Down

0 comments on commit 6dc1254

Please sign in to comment.