Skip to content

Commit

Permalink
Updated with suggestions on deprecating the proxy attribute. Fixed th…
Browse files Browse the repository at this point in the history
…e version to 1.0.0
  • Loading branch information
maxhotta authored and floydtree committed Nov 16, 2023
1 parent f0c3421 commit b718d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2524,6 +2524,10 @@
"type": "string_t"
},
"proxy": {
"@deprecated": {
"message": "Use the <code> proxy_endpoint </code> attribute instead.",
"since": "v1.0.0"
},
"caption": "Proxy",
"description": "The proxy (server) in a network connection.",
"type": "network_proxy"
Expand Down
4 changes: 0 additions & 4 deletions events/network/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
"requirement": "required"
},
"proxy": {
"@deprecated": {
"message": "Proxy has been decoupled from this object, instead use <code> proxy_endpoint </code> in the <code> Network Proxy </code> profile.",
"since": "v1.1.0"
},
"group": "primary",
"requirement": "optional"
},
Expand Down

0 comments on commit b718d30

Please sign in to comment.