diff --git a/provisioning_client/inc/azure_prov_client/prov_client_const.h b/provisioning_client/inc/azure_prov_client/prov_client_const.h index 91f7d5ac1..5f690d8e4 100644 --- a/provisioning_client/inc/azure_prov_client/prov_client_const.h +++ b/provisioning_client/inc/azure_prov_client/prov_client_const.h @@ -15,6 +15,6 @@ static const char* const PROV_DISABLE_STATUS = "disabled"; static const char* const RETRY_AFTER_KEY_VALUE = "retry-after"; -static const char* const PROV_API_VERSION = "2019-03-31"; +static const char* const PROV_API_VERSION = "2021-06-01"; #endif // PROV_CLIENT_CONST_H