Skip to content
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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

antkmsft
Copy link
Member

AZ_ is the Embedded C SDK's prefix, AZURE_ is ours.
https://github.com/Azure/autorest.cpp/pull/433#discussion_r1847229700

@antkmsft antkmsft self-assigned this Nov 20, 2024
@github-actions github-actions bot added App Configuration Azure.ApplicationModel.Configuration Attestation Azure.Core Azure.Identity EngSys This issue is impacting the engineering system. Event Hubs KeyVault Storage Storage Service (Queues, Blobs, Files) Tables labels Nov 20, 2024
@azure-sdk
Copy link
Collaborator

azure-sdk commented Nov 20, 2024

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Casing in comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Configuration Azure.ApplicationModel.Configuration Attestation Azure.Core Azure.Identity EngSys This issue is impacting the engineering system. Event Hubs KeyVault Storage Storage Service (Queues, Blobs, Files) Tables
Projects
Status: Untriaged
Status: Untriaged
Development

Successfully merging this pull request may close these issues.

3 participants