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_workloads_sap_single_node_virtual_instance #24331

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
535281f
New Resource: azurerm_workloads_sap_deployment_virtual_instance
neil-yechenwei Dec 26, 2023
de68357
update code
neil-yechenwei Dec 26, 2023
9348661
update code
neil-yechenwei Dec 27, 2023
db59dae
update code
neil-yechenwei Dec 27, 2023
731cf81
update code
neil-yechenwei Jan 2, 2024
df444f3
update code
neil-yechenwei Jan 2, 2024
77361a1
update code
neil-yechenwei Jan 3, 2024
e5f3366
update code
neil-yechenwei Jan 4, 2024
9336a8d
update code
neil-yechenwei Jan 4, 2024
73eeb08
update code
neil-yechenwei Jan 9, 2024
0171d48
update code
neil-yechenwei Jan 10, 2024
4e45d3c
update code
neil-yechenwei Jan 10, 2024
8555ba1
update code
neil-yechenwei Jan 12, 2024
1fe46f1
Merge remote-tracking branch 'upstream/main' into 2sapvideploymentwit…
neil-yechenwei Jan 12, 2024
505e40b
update code
neil-yechenwei Jan 12, 2024
745aff8
update code
neil-yechenwei Jan 18, 2024
2c6d89d
Merge remote-tracking branch 'upstream/main' into 2sapvideploymentwit…
neil-yechenwei Jan 22, 2024
aa2224e
update code
neil-yechenwei Jan 22, 2024
02c9744
update code
neil-yechenwei Jan 26, 2024
41c1e89
update code
neil-yechenwei Jan 29, 2024
23c6795
update code
neil-yechenwei Feb 2, 2024
1c80ce6
update code
neil-yechenwei Feb 18, 2024
12a9b2a
update code
neil-yechenwei Mar 4, 2024
d5ea0fb
update code
neil-yechenwei Mar 6, 2024
8e99b02
update code
neil-yechenwei Mar 6, 2024
a6bf34b
update code
neil-yechenwei Mar 6, 2024
573373d
update code
neil-yechenwei Mar 7, 2024
a3d74f9
Update workloads_sap_single_node_virtual_instance.html.markdown
catriona-m Mar 7, 2024
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
2 changes: 1 addition & 1 deletion .github/labeler-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,4 @@ service/vmware:
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_vmware_((.|\n)*)###'

service/workloads:
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_workloads_sap_three_tier_virtual_instance((.|\n)*)###'
- '### (|New or )Affected Resource\(s\)\/Data Source\(s\)((.|\n)*)azurerm_workloads_sap_((.|\n)*)###'
1 change: 1 addition & 0 deletions internal/services/workloads/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (r Registration) DataSources() []sdk.DataSource {
// Resources returns a list of Resources supported by this Service
func (r Registration) Resources() []sdk.Resource {
return []sdk.Resource{
WorkloadsSAPSingleNodeVirtualInstanceResource{},
WorkloadsSAPThreeTierVirtualInstanceResource{},
}
}
Loading
Loading