Skip to content

Commit

Permalink
Update test version to 20241104.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 8, 2024
1 parent d6d7c49 commit ae53013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/javascript/defaultApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('default API', function() {
done();
}
};
api.getAzureIpRangesServiceTagsPublicCloud('20241021', callback);
api.getAzureIpRangesServiceTagsPublicCloud('20241104', callback);
});
});
});
2 changes: 1 addition & 1 deletion test/python/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_get( # pylint: disable=too-many-arguments
api_instance = openapiazureipranges.DefaultApi(api_client)

try:
api_response = api_instance.get_azure_ip_ranges_service_tags_public_cloud('20241021')
api_response = api_instance.get_azure_ip_ranges_service_tags_public_cloud('20241104')
print("The response of DefaultApi->get_azure_ip_ranges_service_tags_public_cloud:\n")
# pprint(api_response)
print(type(api_response))
Expand Down

0 comments on commit ae53013

Please sign in to comment.