Skip to content

Commit b6b4b68

Browse files
committed
Applying review comments
1 parent 3bff8f1 commit b6b4b68

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/dynatrace/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
2.0.0
7+
++++++
8+
* CLI refresh for swagger version 2024-04-24
9+
610
1.1.1
711
++++++
812
* Update the CLI command documentation

src/dynatrace/azext_dynatrace/tests/latest/test_dynatrace_monitored_subscription.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def test_monitored_subscription_commands(self, resource_group):
3030
# Create monitored subscription (default resource) - build JSON list via preformatted string to prevent kwargs KeyError
3131
self.cmd('dynatrace monitor monitored-subscription create --resource-group {rg} --monitor-name {monitor} --monitored-sub-list "[{{\\"subscription-id\\":\\"{subscription_id}\\",\\"status\\":\\"Active\\"}}]" ', checks=[
3232
self.check('name', 'default'),
33-
self.check('properties.monitoredSubscriptionList[0].subscriptionId', '{subscription_id}'),
3433
self.check('properties.monitoredSubscriptionList[0].status', 'Active'),
3534
self.check('properties.provisioningState', 'Succeeded')
3635
])

src/dynatrace/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.1.1'
13+
VERSION = '2.0.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)