Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netbox-community/pynetbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.0
Choose a base ref
...
head repository: netbox-community/pynetbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2020

  1. Copy the full SHA
    2d29fb2 View commit details
  2. Copy the full SHA
    24ba3d2 View commit details

Commits on Mar 23, 2020

  1. Merge pull request #227 from JerradGit/fix-virtualization-config-context

    Fix virtualization config context
    Zach Moody authored Mar 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7fcd3fd View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pynetbox/models/virtualization.py
3 changes: 2 additions & 1 deletion pynetbox/models/virtualization.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
from pynetbox.core.response import Record
from pynetbox.core.response import Record, JsonField
from pynetbox.models.ipam import IpAddresses


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