File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ type UpdateActiveActiveDatabase struct {
114
114
GlobalAlerts * []* Alert `json:"globalAlerts,omitempty"`
115
115
Regions []* LocalRegionProperties `json:"regions,omitempty"`
116
116
DataEvictionPolicy * string `json:"dataEvictionPolicy,omitempty"`
117
- EnableDefaultUser * bool `json:"enableDefaultUser,omitempty"`
118
117
QueryPerformanceFactor * string `json:"queryPerformanceFactor,omitempty"`
119
118
}
120
119
@@ -129,6 +128,7 @@ type LocalRegionProperties struct {
129
128
DataPersistence * string `json:"dataPersistence,omitempty"`
130
129
Password * string `json:"password,omitempty"`
131
130
SourceIP []* string `json:"sourceIp,omitempty"`
131
+ EnableDefaultUser * bool `json:"enableDefaultUser,omitempty"`
132
132
// Using a pointer to allow empty slices to be serialised/sent
133
133
Alerts * []* Alert `json:"alerts,omitempty"`
134
134
}
You can’t perform that action at this time.
0 commit comments