-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename all AZ_ macros to AZURE_ #6244
base: main
Are you sure you want to change the base?
Conversation
API change check API changes are not detected in this pull request. |
@@ -5,32 +5,32 @@ | |||
* @file | |||
* @brief Run-time type info enable or disable. | |||
* | |||
* @details When RTTI is enabled, defines a macro `AZ_DATA_APPCONFIGURATION_RTTI`. When | |||
* @details When RTTI is enabled, defines a macro `AZURE_DATA_APPCONFIGURATION_RTTI`. When | |||
* the macro is not defined, RTTI is disabled. | |||
* | |||
* @details Each library has this header file. These headers are being configured by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Casing in comment?
Hi @antkmsft. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
AZ_
is the Embedded C SDK's prefix,AZURE_
is ours.https://github.com/Azure/autorest.cpp/pull/433#discussion_r1847229700