Skip to content

Commit fab4ac1

Browse files
authored
Update microsoft office365 plugin name to follow OSI naming convention (#6005)
Following the OSI naming convention to use underscore. microsoft office365 plugin name from microsoft-office365 to microsoft_office365.
1 parent 2c66d59 commit fab4ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data-prepper-plugins/saas-source-plugins/microsoft-office365-source/src/main/java/org/opensearch/dataprepper/plugins/source/microsoft_office365/utils

data-prepper-plugins/saas-source-plugins/microsoft-office365-source/src/main/java/org/opensearch/dataprepper/plugins/source/microsoft_office365/utils/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* The type Constants.
1515
*/
1616
public class Constants {
17-
public static final String PLUGIN_NAME = "microsoft-office365";
17+
public static final String PLUGIN_NAME = "microsoft_office365";
1818
public static final String[] CONTENT_TYPES = {
1919
"Audit.AzureActiveDirectory",
2020
"Audit.Exchange",

0 commit comments

Comments
 (0)