agilicus 1.233.2__py3-none-any.whl → 1.233.3__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- agilicus/agilicus_api/api_client.py +1 -1
- agilicus/agilicus_api/configuration.py +1 -1
- agilicus/agilicus_api_README.md +1 -1
- agilicus/main.py +5 -1
- {agilicus-1.233.2.dist-info → agilicus-1.233.3.dist-info}/METADATA +1 -1
- {agilicus-1.233.2.dist-info → agilicus-1.233.3.dist-info}/RECORD +9 -9
- {agilicus-1.233.2.dist-info → agilicus-1.233.3.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.233.2.dist-info → agilicus-1.233.3.dist-info}/WHEEL +0 -0
- {agilicus-1.233.2.dist-info → agilicus-1.233.3.dist-info}/entry_points.txt +0 -0
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
77
77
|
self.default_headers[header_name] = header_value
|
78
78
|
self.cookie = cookie
|
79
79
|
# Set default User-Agent.
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.233.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.233.3/python'
|
81
81
|
|
82
82
|
def __enter__(self):
|
83
83
|
return self
|
@@ -387,7 +387,7 @@ class Configuration(object):
|
|
387
387
|
"OS: {env}\n"\
|
388
388
|
"Python Version: {pyversion}\n"\
|
389
389
|
"Version of the API: 2023.12.04\n"\
|
390
|
-
"SDK Package Version: 1.233.
|
390
|
+
"SDK Package Version: 1.233.3".\
|
391
391
|
format(env=sys.platform, pyversion=sys.version)
|
392
392
|
|
393
393
|
def get_host_settings(self):
|
agilicus/agilicus_api_README.md
CHANGED
@@ -4,7 +4,7 @@ Agilicus is API-first. Modern software is controlled by other software, is open,
|
|
4
4
|
The `agilicus_api` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
5
5
|
|
6
6
|
- API version: 2023.12.04
|
7
|
-
- Package version: 1.233.
|
7
|
+
- Package version: 1.233.3
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
9
9
|
For more information, please visit [https://www.agilicus.com/api](https://www.agilicus.com/api)
|
10
10
|
|
agilicus/main.py
CHANGED
@@ -6801,8 +6801,9 @@ def override_replace(
|
|
6801
6801
|
@click.option("--usage-metric-step", default=None, multiple=True)
|
6802
6802
|
@click.option("--usage-group-by-org", default=None, multiple=True)
|
6803
6803
|
@click.option("--subscription-id", default=None)
|
6804
|
+
@click.option("--billing-account-id", default=None)
|
6804
6805
|
@click.pass_context
|
6805
|
-
def update_subscription(ctx, subscription_id, **kwargs):
|
6806
|
+
def update_subscription(ctx, subscription_id, billing_account_id=None, **kwargs):
|
6806
6807
|
"""Update the min/max overrides in a customer subscription."""
|
6807
6808
|
bsub = billing.get_billing_subscription(ctx, kwargs["billing_subscription_id"])
|
6808
6809
|
usage_override = bsub.spec.usage_override
|
@@ -6831,6 +6832,9 @@ def update_subscription(ctx, subscription_id, **kwargs):
|
|
6831
6832
|
if subscription_id:
|
6832
6833
|
bsub.spec.subscription_id = subscription_id
|
6833
6834
|
|
6835
|
+
if billing_account_id:
|
6836
|
+
bsub.spec.billing_account_id = billing_account_id
|
6837
|
+
|
6834
6838
|
sub = billing.update_subscription(
|
6835
6839
|
ctx, billing_subscription_id=kwargs["billing_subscription_id"], subscription=bsub
|
6836
6840
|
)
|
@@ -67,9 +67,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=5jbtFts8RNUuVp4-GgVwyB0cq3eUooooX1
|
|
67
67
|
agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
|
68
68
|
agilicus/agilicus_api/api/whoami_api.py,sha256=HiWx7wl3ZOaawAS2d__ui3nZsMTbsHXZHErtQEtFO1U,7941
|
69
69
|
agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
|
70
|
-
agilicus/agilicus_api/api_client.py,sha256=
|
70
|
+
agilicus/agilicus_api/api_client.py,sha256=dmGeYSdzJwdJieKhVTOZa5z2bxyvunP4oc6DPx-g9wI,38845
|
71
71
|
agilicus/agilicus_api/apis/__init__.py,sha256=m_hg6OJsEsMp6mZ1mn9OlaTflLjrU3Jc-jvYD9gi_PA,2092
|
72
|
-
agilicus/agilicus_api/configuration.py,sha256=
|
72
|
+
agilicus/agilicus_api/configuration.py,sha256=m7wdP1JyaTq4y6q5WSAFGhqzB6MS-fAuVcnLBef-1-w,18447
|
73
73
|
agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
|
74
74
|
agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
|
75
75
|
agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
|
@@ -2308,7 +2308,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=6J5cpAr4KcD_UUvy
|
|
2308
2308
|
agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=CuPI4WHhIIfbNNfxOJNQQmSsd86voDwDN0npZdxcfHM,2832
|
2309
2309
|
agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=pRitRwWI5Gtc92mQHr71YuV0OGfNRJ70FiUWxFGouOs,2846
|
2310
2310
|
agilicus/agilicus_api/test/test_xss_settings.py,sha256=l0HTSrRzIbskQ5p21ZGefUZlmtXOtiHbvEyYIlfJOXQ,2746
|
2311
|
-
agilicus/agilicus_api_README.md,sha256=
|
2311
|
+
agilicus/agilicus_api_README.md,sha256=YmPhblG1oN5ms2Q-NwmEV0SaYOvfRQX1cIln6DaKYaE,148152
|
2312
2312
|
agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
|
2313
2313
|
agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
|
2314
2314
|
agilicus/apps.py,sha256=3j7Yj82S8hr4IHw2uzYiJ1-kOq_9PT1G0-0ZbxflAQ0,48757
|
@@ -2352,7 +2352,7 @@ agilicus/labels/labels_main.py,sha256=aXRNRT1CPiUc0x1Gh_VoCmzrbROzsC5e9ycrwPNT0q
|
|
2352
2352
|
agilicus/launchers.py,sha256=Yy59dzHMCz9ZSs_mMjVGaTw3vdNX58WsmIfX56by69U,11077
|
2353
2353
|
agilicus/logs.py,sha256=tS8c_sdre1Dncrl59GVGQ0L3d2jtwlVjvIMl3SHJraY,766
|
2354
2354
|
agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
|
2355
|
-
agilicus/main.py,sha256=
|
2355
|
+
agilicus/main.py,sha256=3LQPGNzbvjnF9DT-ekJEh9zTAY5QNkKT3IPOF881nKs,257038
|
2356
2356
|
agilicus/messages.py,sha256=Ydm-VhAsK23UnYdstv_HsOybBODfui5ubKc7F8R_dsw,5187
|
2357
2357
|
agilicus/metrics.py,sha256=9l0T7ea4Gvcj7A1C4uC4mv6v26_S8HKnmIuxJjq3mQw,1424
|
2358
2358
|
agilicus/orgs.py,sha256=A2dHR1O7eWH3E3A6kumc5rqidyOddCtFYQSbCMZRmt8,12295
|
@@ -2383,8 +2383,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
|
|
2383
2383
|
agilicus/users.py,sha256=4kxFcRs0lAkeJyfJFGg3nEXXJQADqKKG4dNoo3KQcBM,38756
|
2384
2384
|
agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
|
2385
2385
|
agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
|
2386
|
-
agilicus-1.233.
|
2387
|
-
agilicus-1.233.
|
2388
|
-
agilicus-1.233.
|
2389
|
-
agilicus-1.233.
|
2390
|
-
agilicus-1.233.
|
2386
|
+
agilicus-1.233.3.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
|
2387
|
+
agilicus-1.233.3.dist-info/METADATA,sha256=El-xMw9rMv4xIorfoXejo77M3YZEKl0EAZxAPX7JtZ8,3742
|
2388
|
+
agilicus-1.233.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
2389
|
+
agilicus-1.233.3.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
|
2390
|
+
agilicus-1.233.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|