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

[New resource] - azurerm_machine_learning_datastore_datalake_gen2 #20045

Merged
merged 36 commits into from
Feb 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
756c9ad
machine learning data store
Jan 9, 2023
0513273
vendor files
Jan 9, 2023
8baf93f
update doc
Jan 9, 2023
29e4044
optimize expandBlobStorage
Jan 9, 2023
6cd24d6
update test
Jan 9, 2023
1d5f284
update error message
Jan 9, 2023
065283e
update test case
Jan 9, 2023
9842272
machine learning data store file share
Jan 10, 2023
ecd57bc
machine learning data store blog storage
Jan 11, 2023
18ac5d1
add nil check and format
Jan 11, 2023
c7a3ed1
update doc
Jan 11, 2023
f3f577f
update doc
Jan 11, 2023
4bd02ba
split create/update method
Jan 12, 2023
9085d92
replace storage account name with resource id
Jan 12, 2023
23031a1
rename
Jan 12, 2023
ced5ddc
machine learning data store file share
Jan 12, 2023
c3f5b21
machine learning data store data lake gen1
Jan 16, 2023
e8b9170
mark secret as sensitive
Jan 16, 2023
25eb975
update doc
Jan 16, 2023
e694017
update doc
Jan 16, 2023
a88e249
machine learning datastore data lake gen2
Jan 17, 2023
356b096
format
Jan 17, 2023
8b922fc
update doc
Jan 17, 2023
3ddcc4b
refactor to typed resource
Jan 18, 2023
9eed7f1
Merge remote-tracking branch 'origin/main'
Jan 18, 2023
76c24b5
delete unused code
Jan 18, 2023
9732507
format
Jan 18, 2023
4026e2c
refactor to typed resource
Jan 18, 2023
3b9b24d
Merge branch 'f/datastore_azureblob' into f/datastore_gen1
Jan 18, 2023
1e17fa7
Merge branch 'f/datestore_fileshare' into f/datastore_gen1
Jan 18, 2023
b537780
refactor to typed resource
Jan 18, 2023
5e1662a
refactor to typed resource
Jan 18, 2023
88dc4e5
remove data lake gen1
Jan 30, 2023
f25877f
rename service_data_identity to service_data_auth_identity
Jan 30, 2023
5aa06b0
change is_default to computed
Jan 31, 2023
4ba004a
Merge branch 'main' into f/datastore_datalakegen2
katbyte Feb 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc
xuzhang3 authored and xuzhang3 committed Jan 16, 2023
commit e694017a7db9e3a8ebcea2b6e32a2bfce792df34
Original file line number Diff line number Diff line change
@@ -82,9 +82,9 @@ The following arguments are supported:

* `workspace_id` - (Required) The ID of the Machine Learning Workspace. Changing this forces a new Machine Learning DataStore to be created.

---
* `storage_fileshare_id` - (Required) The ID of the Storage Account File Share. Changing this forces a new Machine Learning DataStore to be created.

---
* `account_key` - (Optional) The access key of the Storage Account. Conflicts with `shared_access_signature`.

* `shared_access_signature` - (Optional) The Shared Access Signature of the Storage Account. Conflicts with `account_key`.