From 1a074780463e003ec53ecae3e4f2fe9ee0274ce9 Mon Sep 17 00:00:00 2001 From: Mitch Kelly Date: Fri, 30 Jul 2021 16:06:45 +1000 Subject: [PATCH] Bumps version to 0.7.0, resolves #14, resolves #16 docs: updates GitHub pages documentation test: adds GitHub actions for test automation --- docs/_sources/zs/zia/index.rst.txt | 2 + docs/_static/documentation_options.js | 2 +- docs/_static/jquery-3.5.1.js | 40 ++++----- docs/_static/underscore-1.13.1.js | 2 +- docs/genindex.html | 115 ++++++++++++++++++++---- docs/index.html | 2 +- docs/objects.inv | Bin 2621 -> 2789 bytes docs/py-modindex.html | 18 +++- docs/search.html | 2 +- docs/searchindex.js | 2 +- docs/zs/zia/audit_logs.html | 5 +- docs/zs/zia/config.html | 5 +- docs/zs/zia/index.html | 32 ++++++- docs/zs/zia/locations.html | 5 +- docs/zs/zia/traffic.html | 11 ++- docs/zs/zia/users.html | 97 ++++++++++---------- docs/zs/zpa/app_segments.html | 2 +- docs/zs/zpa/certificates.html | 2 +- docs/zs/zpa/cloud_connector_groups.html | 2 +- docs/zs/zpa/connector_groups.html | 2 +- docs/zs/zpa/idp.html | 2 +- docs/zs/zpa/index.html | 2 +- docs/zs/zpa/machine_groups.html | 2 +- docs/zs/zpa/policies.html | 2 +- docs/zs/zpa/posture_profiles.html | 2 +- docs/zs/zpa/saml_attributes.html | 2 +- docs/zs/zpa/scim_attributes.html | 2 +- docs/zs/zpa/scim_groups.html | 2 +- docs/zs/zpa/segment_groups.html | 2 +- docs/zs/zpa/server_groups.html | 2 +- docs/zs/zpa/servers.html | 2 +- docs/zs/zpa/trusted_networks.html | 2 +- docsrc/conf.py | 4 +- pyproject.toml | 2 +- pyzscaler/version.py | 2 +- 35 files changed, 258 insertions(+), 122 deletions(-) diff --git a/docs/_sources/zs/zia/index.rst.txt b/docs/_sources/zs/zia/index.rst.txt index d24f229..253fb8e 100644 --- a/docs/_sources/zs/zia/index.rst.txt +++ b/docs/_sources/zs/zia/index.rst.txt @@ -12,8 +12,10 @@ This package covers the ZIA interface. sandbox security session + ssl traffic url_categories + url_filters users .. automodule:: pyzscaler.zia diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index ac7b311..9bdd13b 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.6.0', + VERSION: '0.7.0', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/_static/jquery-3.5.1.js b/docs/_static/jquery-3.5.1.js index f9b0458..84eb116 100644 --- a/docs/_static/jquery-3.5.1.js +++ b/docs/_static/jquery-3.5.1.js @@ -2015,8 +2015,8 @@ (diff = nodeIndex = 0) || start.pop())) { if ((ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1) && + node.nodeName.toLowerCase() === name : + node.nodeType === 1) && ++diff) { // Cache the index of each encountered element @@ -2651,10 +2651,10 @@ return setMatcher( i > 1 && elementMatcher(matchers), i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice(0, i - 1) - .concat({value: tokens[i - 2].type === " " ? "*" : ""}) + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens + .slice(0, i - 1) + .concat({value: tokens[i - 2].type === " " ? "*" : ""}) ).replace(rtrim, "$1"), matcher, i < j && matcherFromTokens(tokens.slice(i, j)), @@ -6792,19 +6792,19 @@ // In those cases, the computed value can be trusted to be border-box. if ((!support.boxSizingReliable() && isBorderBox || - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName(elem, "tr") || + // Support: IE 10 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Interestingly, in some cases IE 9 doesn't suffer from this issue. + !support.reliableTrDimensions() && nodeName(elem, "tr") || - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || + // Fall back to offsetWidth/offsetHeight when value is "auto" + // This happens for inline elements with no explicit setting (gh-3571) + val === "auto" || - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat(val) && jQuery.css(elem, "display", false, styles) === "inline") && + // Support: Android <=4.1 - 4.3 only + // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) + !parseFloat(val) && jQuery.css(elem, "display", false, styles) === "inline") && // Make sure the element is visible & connected elem.getClientRects().length) { @@ -8718,7 +8718,7 @@ if (!onlyHandlers && !event.isDefaultPrevented()) { if ((!special._default || - special._default.apply(eventPath.pop(), data) === false) && + special._default.apply(eventPath.pop(), data) === false) && acceptData(elem)) { // Call a native DOM method on the target with the same name as the event. @@ -10706,8 +10706,8 @@ }); jQuery.each(("blur focus focusin focusout resize scroll click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup contextmenu").split(" "), + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup contextmenu").split(" "), function (_i, name) { // Handle event binding diff --git a/docs/_static/underscore-1.13.1.js b/docs/_static/underscore-1.13.1.js index c1f0a26..c09dd96 100644 --- a/docs/_static/underscore-1.13.1.js +++ b/docs/_static/underscore-1.13.1.js @@ -431,7 +431,7 @@ // from different frames are. var aCtor = a.constructor, bCtor = b.constructor; if (aCtor !== bCtor && !(isFunction$1(aCtor) && aCtor instanceof aCtor && - isFunction$1(bCtor) && bCtor instanceof bCtor) + isFunction$1(bCtor) && bCtor instanceof bCtor) && ('constructor' in a && 'constructor' in b)) { return false; } diff --git a/docs/genindex.html b/docs/genindex.html index f992d17..fc4b58c 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -50,7 +50,7 @@
- 0.6 + 0.7
@@ -231,6 +231,13 @@

A

  • add_rule() (FirewallPolicyAPI method) + +
  • add_segment() @@ -412,6 +419,10 @@

    D

  • +
  • + delete_int_chain() + (SSLInspectionAPI method) +
  • delete_ip_destination_group() (FirewallPolicyAPI method) @@ -441,6 +452,10 @@

    D

    (PolicySetsAPI method)
  • +
  • + (URLFilteringAPI + method) +
  • @@ -535,6 +550,9 @@

    G

  • @@ -807,14 +836,14 @@

    L

    list_locations_lite() (LocationsAPI method)
  • - - - - + + +
  • @@ -931,11 +964,16 @@

    M

  • pyzscaler.zia.session
  • +
  • + pyzscaler.zia.ssl +
  • pyzscaler.zia.traffic
  • pyzscaler.zia.url_categories
  • +
  • pyzscaler.zia.url_filters +
  • pyzscaler.zia.users
  • pyzscaler.zpa @@ -1086,6 +1124,14 @@

    P

  • +
  • + pyzscaler.zia.ssl + + +
  • pyzscaler.zia.traffic @@ -1105,18 +1151,18 @@

    P

  • - pyzscaler.zia.users + pyzscaler.zia.url_filters
  • - pyzscaler.zpa + pyzscaler.zia.users
  • @@ -1124,6 +1170,14 @@

    P

  • update_segment() (AppSegmentsAPI method)
  • - - - - + + + diff --git a/docs/zs/zia/config.html b/docs/zs/zia/config.html index b7ad5e1..2a5a58a 100644 --- a/docs/zs/zia/config.html +++ b/docs/zs/zia/config.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    @@ -85,9 +85,12 @@
  • sandbox
  • security
  • session
  • +
  • ssl
  • traffic
  • url_categories
  • +
  • url_filters +
  • users
  • diff --git a/docs/zs/zia/index.html b/docs/zs/zia/index.html index c1be22d..aa10bda 100644 --- a/docs/zs/zia/index.html +++ b/docs/zs/zia/index.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    @@ -84,9 +84,12 @@
  • sandbox
  • security
  • session
  • +
  • ssl
  • traffic
  • url_categories
  • +
  • url_filters +
  • users
  • @@ -159,10 +162,13 @@

    ZIAsecurity
  • session
  • +
  • ssl
  • traffic
  • url_categories
  • +
  • url_filters +
  • users
  • @@ -323,6 +329,18 @@

    ZIA +
    +
    + property ssl
    +

    The interface object for the ZIA SSL Inspection interface.

    +
    +
    +
    property ZIA
    +
    +
    + property url_filters
    +

    The interface object for the ZIA URL Filtering interface.

    +
    +
    +
    property - 0.6 + 0.7 @@ -84,9 +84,12 @@
  • sandbox
  • security
  • session
  • +
  • ssl
  • traffic
  • url_categories
  • +
  • url_filters +
  • users
  • diff --git a/docs/zs/zia/traffic.html b/docs/zs/zia/traffic.html index 6348556..0dbecb0 100644 --- a/docs/zs/zia/traffic.html +++ b/docs/zs/zia/traffic.html @@ -32,7 +32,7 @@ - + @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    @@ -84,10 +84,13 @@
  • sandbox
  • security
  • session
  • +
  • ssl
  • traffic
  • url_categories
  • +
  • url_filters +
  • users
  • @@ -1385,8 +1388,8 @@

    traffic - +
    diff --git a/docs/zs/zia/users.html b/docs/zs/zia/users.html index 3c685ce..c49ab2c 100644 --- a/docs/zs/zia/users.html +++ b/docs/zs/zia/users.html @@ -32,7 +32,7 @@ - + @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    @@ -84,9 +84,12 @@
  • sandbox
  • security
  • session
  • +
  • ssl
  • traffic
  • url_categories
  • +
  • url_filters +
  • users
  • @@ -241,17 +244,14 @@

    users
    Returns
    -

    -

    -
    dict
    -

    The resource record for the new user.

    -
    -
    -

    +

    The resource record for the new user.

    +
    +
    Return type
    +

    dict

    Examples

    @@ -299,17 +299,15 @@

    users int of each user that will be deleted.

    Returns
    -

    -

    -
    dict
    -

    Object containing list of users that were deleted

    -
    -
    -

    +

    Object containing list of users that were + deleted

    +
    +
    Return type
    +

    dict

    Examples

    @@ -352,17 +350,14 @@

    users identifier of the user that will be deleted.

    Returns
    -

    -

    -
    dict
    -

    The response code for the request.

    -
    -
    -

    +

    The response code for the request.

    +
    +
    Return type
    +

    dict

    @@ -497,17 +492,15 @@

    users identifier for the requested user.

    Returns
    -

    -

    -
    dict
    -

    The resource record for the requested user.

    -
    -
    -

    +

    The resource record for the requested + user.

    +
    +
    Return type
    +

    dict

    @@ -742,6 +735,13 @@

    users
    Returns

    The resource record of the updated user.

    +
    Return type
    +

    dict

    +

    Examples

    Update the user name:

    @@ -788,9 +788,8 @@

    users
    diff --git a/docs/zs/zpa/app_segments.html b/docs/zs/zpa/app_segments.html index 888840e..a413542 100644 --- a/docs/zs/zpa/app_segments.html +++ b/docs/zs/zpa/app_segments.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/certificates.html b/docs/zs/zpa/certificates.html index 37e8f08..7c706e2 100644 --- a/docs/zs/zpa/certificates.html +++ b/docs/zs/zpa/certificates.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/cloud_connector_groups.html b/docs/zs/zpa/cloud_connector_groups.html index 4da55e9..697ccba 100644 --- a/docs/zs/zpa/cloud_connector_groups.html +++ b/docs/zs/zpa/cloud_connector_groups.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/connector_groups.html b/docs/zs/zpa/connector_groups.html index ec11cff..9df4c6e 100644 --- a/docs/zs/zpa/connector_groups.html +++ b/docs/zs/zpa/connector_groups.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/idp.html b/docs/zs/zpa/idp.html index 81f4715..15c5070 100644 --- a/docs/zs/zpa/idp.html +++ b/docs/zs/zpa/idp.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/index.html b/docs/zs/zpa/index.html index 66859b8..f79b385 100644 --- a/docs/zs/zpa/index.html +++ b/docs/zs/zpa/index.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/machine_groups.html b/docs/zs/zpa/machine_groups.html index 16b7bbc..9e210e0 100644 --- a/docs/zs/zpa/machine_groups.html +++ b/docs/zs/zpa/machine_groups.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/policies.html b/docs/zs/zpa/policies.html index f6c310e..c30910e 100644 --- a/docs/zs/zpa/policies.html +++ b/docs/zs/zpa/policies.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/posture_profiles.html b/docs/zs/zpa/posture_profiles.html index 13d98da..881ac65 100644 --- a/docs/zs/zpa/posture_profiles.html +++ b/docs/zs/zpa/posture_profiles.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/saml_attributes.html b/docs/zs/zpa/saml_attributes.html index c9b3a75..b022293 100644 --- a/docs/zs/zpa/saml_attributes.html +++ b/docs/zs/zpa/saml_attributes.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/scim_attributes.html b/docs/zs/zpa/scim_attributes.html index eb12640..d8ad114 100644 --- a/docs/zs/zpa/scim_attributes.html +++ b/docs/zs/zpa/scim_attributes.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/scim_groups.html b/docs/zs/zpa/scim_groups.html index b95fafa..b3d1a82 100644 --- a/docs/zs/zpa/scim_groups.html +++ b/docs/zs/zpa/scim_groups.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/segment_groups.html b/docs/zs/zpa/segment_groups.html index 4e4609c..45da853 100644 --- a/docs/zs/zpa/segment_groups.html +++ b/docs/zs/zpa/segment_groups.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/server_groups.html b/docs/zs/zpa/server_groups.html index ccdd991..53d9127 100644 --- a/docs/zs/zpa/server_groups.html +++ b/docs/zs/zpa/server_groups.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/servers.html b/docs/zs/zpa/servers.html index c35909a..e5cc890 100644 --- a/docs/zs/zpa/servers.html +++ b/docs/zs/zpa/servers.html @@ -52,7 +52,7 @@
    - 0.6 + 0.7
    diff --git a/docs/zs/zpa/trusted_networks.html b/docs/zs/zpa/trusted_networks.html index b2ef5bb..97ca2e0 100644 --- a/docs/zs/zpa/trusted_networks.html +++ b/docs/zs/zpa/trusted_networks.html @@ -51,7 +51,7 @@
    - 0.6 + 0.7
    diff --git a/docsrc/conf.py b/docsrc/conf.py index 9f63977..22e6793 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -26,9 +26,9 @@ html_title = '' # The short X.Y version -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags -release = '0.6.0' +release = '0.7.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 6401014..588a7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzscaler" -version = "0.6.0" +version = "0.7.0" description = "A python SDK for Zscaler." authors = ["Mitch Kelly "] license = "MIT" diff --git a/pyzscaler/version.py b/pyzscaler/version.py index 5da0c29..861cc50 100644 --- a/pyzscaler/version.py +++ b/pyzscaler/version.py @@ -1 +1 @@ -version = '0.6.0' +version = '0.7.0'