Skip to content

Commit 7fcd3fd

Browse files
author
Zach Moody
authored
Merge pull request #227 from JerradGit/fix-virtualization-config-context
Fix virtualization config context
2 parents 5930103 + 24ba3d2 commit 7fcd3fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pynetbox/models/virtualization.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
"""
16-
from pynetbox.core.response import Record
16+
from pynetbox.core.response import Record, JsonField
1717
from pynetbox.models.ipam import IpAddresses
1818

1919

@@ -22,3 +22,4 @@ class VirtualMachines(Record):
2222
primary_ip = IpAddresses
2323
primary_ip4 = IpAddresses
2424
primary_ip6 = IpAddresses
25+
config_context = JsonField

0 commit comments

Comments
 (0)