Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/mongocluster/azure-mgmt-mongocluster/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "465d34792335e02d9bf8de153734420d769adac1",
"commit": "24825f1646755122ae3a370a522012c516e94593",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/mongocluster/DocumentDB.MongoCluster.Management",
"@azure-tools/typespec-python": "0.33.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b2"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
AZURE_LOCATION = "westus2"
Mongo_Cluster_Name = "pythontestmongocluster"


@pytest.mark.live_test_only
class TestMgmtMongoCluster(AzureMgmtRecordedTestCase):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ def test_mongo_clusters_list_by_resource_group(self, resource_group):
)
result = [r for r in response]
assert result == []

Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ async def test_operations_list(self, resource_group):
response = self.client.operations.list()
result = [r async for r in response]
assert result

Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ def test_operations_list(self, resource_group):
response = self.client.operations.list()
result = [r for r in response]
assert result

2 changes: 1 addition & 1 deletion sdk/mongocluster/azure-mgmt-mongocluster/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/mongocluster/DocumentDB.MongoCluster.Management
commit: 465d34792335e02d9bf8de153734420d769adac1
commit: 24825f1646755122ae3a370a522012c516e94593
repo: Azure/azure-rest-api-specs
additionalDirectories: