Skip to content

Commit 5c021b2

Browse files
authored
add network when updating server (#23839)
* add network when updating server * fix linter
1 parent 17c41d0 commit 5c021b2

File tree

1 file changed

+4
-0
lines changed
  • specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/preview/2022-09-30-preview

1 file changed

+4
-0
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/preview/2022-09-30-preview/FlexibleServers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,10 @@
10951095
"dataEncryption": {
10961096
"$ref": "#/definitions/DataEncryption",
10971097
"description": "The Data Encryption for CMK."
1098+
},
1099+
"network": {
1100+
"$ref": "#/definitions/Network",
1101+
"description": "Network related properties of a server"
10981102
}
10991103
},
11001104
"description": "The properties that can be updated for a server."

0 commit comments

Comments
 (0)