-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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_system_center_virtual_machine_manager_virtual_machine_instance
#27622
Open
neil-yechenwei
wants to merge
59
commits into
hashicorp:main
Choose a base branch
from
neil-yechenwei:systemcentervirtualmachinemanagervirtualmachineinstance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,106
−0
Open
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
e3ac09d
New Resource: azurerm_system_center_virtual_machine_manager_virtual_m…
neil-yechenwei ada2088
update code
neil-yechenwei 8e5a5bf
update code
neil-yechenwei 5b46fee
update code
neil-yechenwei 997cf29
update code
neil-yechenwei 6f7d2ea
update code
neil-yechenwei abe39d6
merge latest change
neil-yechenwei 7b084ed
merge latest change
neil-yechenwei 2fb19a0
rename property
neil-yechenwei 7c6fa7e
Merge remote-tracking branch 'upstream/main' into systemcentervirtual…
neil-yechenwei bf3371f
add md file and tc
neil-yechenwei 1d36a47
update schema
neil-yechenwei 71bfa14
remove requiredwith
neil-yechenwei da46bb1
update shcema
neil-yechenwei 53c70b2
update schema
neil-yechenwei 7483211
mark os.computer_name to required
neil-yechenwei 5104437
update schema
neil-yechenwei 65b0065
expand os
neil-yechenwei 906c477
add validation for storage disk name
neil-yechenwei a3499b1
add validation
neil-yechenwei f9d483b
add tc
neil-yechenwei 5e6dada
add restart
neil-yechenwei ad411da
remove default value
neil-yechenwei 2f31577
update validation for vnetid
neil-yechenwei 550d3e2
remove readonly property createDiffdisk
neil-yechenwei 57963ec
add stop
neil-yechenwei 54a190b
update tc
neil-yechenwei 157aa81
update tc to add avs
neil-yechenwei 718d648
update tc to test vnetid
neil-yechenwei 141f00f
update md
neil-yechenwei 6bf3cf9
update md
neil-yechenwei 6a8cb7a
update description
neil-yechenwei 7e03756
update default value
neil-yechenwei ec3454c
remove default value
neil-yechenwei 4f8fba0
sort funcs
neil-yechenwei 2f41cfb
use d.getrawconfig
neil-yechenwei 3991768
Merge remote-tracking branch 'upstream/main' into systemcentervirtual…
neil-yechenwei 8e49e12
not stop instance while updating av
neil-yechenwei da10920
not stop instance while updating infra
neil-yechenwei 71fbc3c
add forcenew for hardwareprofile
neil-yechenwei 8f41593
add forcenew for hardwareprofile
neil-yechenwei 426e128
update tc
neil-yechenwei 2a4099e
set disk_size_gb with maxDiskSizeGB
neil-yechenwei 56c8c0e
update comment for iskSizeGB
neil-yechenwei 0cb29b9
update tc
neil-yechenwei 9c76c3e
update tc
neil-yechenwei dac8f9b
fmt files
neil-yechenwei e3fed47
Merge remote-tracking branch 'upstream/main' into systemcentervirtual…
neil-yechenwei 9d7a3b3
update code per comments
neil-yechenwei 0ea07d0
add storagedisk in tc
neil-yechenwei 4e69b8b
update tc
neil-yechenwei 13a9bc8
update tc
neil-yechenwei 6890ea1
update property check and add restart notification
neil-yechenwei 0299afd
Merge remote-tracking branch 'upstream/main' into systemcentervirtual…
neil-yechenwei 76280ad
format go
neil-yechenwei e592613
Merge remote-tracking branch 'upstream/main' into systemcentervirtual…
neil-yechenwei 9fc4505
Merge remote-tracking branch 'upstream/main' into systemcentervirtual…
neil-yechenwei da6a498
update basic tc
neil-yechenwei f9ba9e2
move the properties to ignore_changes
neil-yechenwei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we shouldn't need to ignore these fields?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I removed them.