Skip to content

Commit

Permalink
Upgrade data version to 20241021.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 5, 2024
1 parent 4ef7736 commit 27fe39b
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('20240506', callback);
api.getAzureIpRangesServiceTagsPublicCloud('20241021', 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('20240506')
api_response = api_instance.get_azure_ip_ranges_service_tags_public_cloud('20241021')
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 27fe39b

Please sign in to comment.