-
Notifications
You must be signed in to change notification settings - Fork 32
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
Added mso_schema_site_contract_service_graph_listener resource to manage Azure CNC - Listeners and Rules #256
Added mso_schema_site_contract_service_graph_listener resource to manage Azure CNC - Listeners and Rules #256
Conversation
18e3249
to
235718e
Compare
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
mso/resource_mso_schema_site_contract_service_graph_listener.go
Outdated
Show resolved
Hide resolved
mso/resource_mso_schema_site_contract_service_graph_listener.go
Outdated
Show resolved
Hide resolved
mso/resource_mso_schema_site_contract_service_graph_listener.go
Outdated
Show resolved
Hide resolved
mso/resource_mso_schema_site_contract_service_graph_listener.go
Outdated
Show resolved
Hide resolved
mso/resource_mso_schema_site_contract_service_graph_listener.go
Outdated
Show resolved
Hide resolved
mso/resource_mso_schema_site_contract_service_graph_listener.go
Outdated
Show resolved
Hide resolved
7297695
to
f117e42
Compare
…resource to manage Azure CNC Contract Service Graph Load Balancer - Listeners and Rules
…or the schema input
f117e42
to
fa03a14
Compare
website/docs/d/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/d/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/r/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/d/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
website/docs/d/schema_site_contract_service_graph_listener.html.markdown
Outdated
Show resolved
Hide resolved
…source documentation
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.
LGTM
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.
LGTM
rulesDiffBoolList = append(rulesDiffBoolList, newRuleHealthCheckMap["interval"].(int) == oldRuleHealthCheckMap["interval"].(int)) | ||
rulesDiffBoolList = append(rulesDiffBoolList, newRuleHealthCheckMap["path"].(string) == oldRuleHealthCheckMap["path"].(string)) | ||
rulesDiffBoolList = append(rulesDiffBoolList, newRuleHealthCheckMap["port"].(int) == oldRuleHealthCheckMap["port"].(int)) | ||
rulesDiffBoolList = append(rulesDiffBoolList, newRuleHealthCheckMap["protocol"].(string) == oldRuleHealthCheckMap["protocol"].(string)) |
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.
rulesDiffBoolList = append(rulesDiffBoolList, newRuleHealthCheckMap["protocol"].(string) == oldRuleHealthCheckMap["protocol"].(string)) | |
rulesDiffBool = rulesDiffBool && newRuleHealthCheckMap["protocol"].(string) == oldRuleHealthCheckMap["protocol"].(string)) |
Apply this logic everywhere if you don't care of individual results and only need the overall value
…rce_mso_schema_site_contract_service_graph_listener.go
fb07cf1
…he resource_mso_schema_site_contract_service_graph_listener.go
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.
LGTM
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.
LGTM
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.
LGTM
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.
LGTM
Note:
Added mso_schema_site_contract_service_graph_listener resource to manage Azure CNC Contract Service Graph Load Balancer - Listeners and Rules