Liquibase not creating sequence for azure SQL server.

Hi,


I am working on one java spring boot based project and using liquibase as my middle layer, Using database sequence for entity ID.
so I have below liquibase changeSet and which is not creating sequence on SQL server (version - 
I am neither getting any error while deploying my code on server nor it creates the above mentioned sequence.
Please let me know if there is some solution to resolve it (Liquibase version is 2.0.1).

Thank you.