Skip to content

Commit 3b13da9

Browse files
authored
Change Property Names that Configure Plugins (Azure#25245)
1 parent 55a96ce commit 3b13da9

File tree

40 files changed

+45
-45
lines changed
  • sdk
    • agrifood/azure-verticals-agrifood-farming
    • anomalydetector/azure-ai-anomalydetector
    • appconfiguration/azure-data-appconfiguration
    • communication
      • azure-communication-callingserver
      • azure-communication-chat
      • azure-communication-identity
      • azure-communication-networktraversal
      • azure-communication-phonenumbers
      • azure-communication-sms
    • confidentialledger/azure-security-confidentialledger
    • core
    • cosmos
    • monitor/azure-monitor-query
    • notificationhubs/azure-resourcemanager-notificationhubs
    • parents/azure-client-sdk-parent
    • purview
      • azure-analytics-purview-administration
      • azure-analytics-purview-catalog
      • azure-analytics-purview-scanning
    • search/azure-search-documents
    • synapse
      • azure-analytics-synapse-accesscontrol
      • azure-analytics-synapse-artifacts
      • azure-analytics-synapse-managedprivateendpoints
      • azure-analytics-synapse-monitoring
      • azure-analytics-synapse-spark
    • template/azure-sdk-template
    • translation/azure-ai-documenttranslator

40 files changed

+45
-45
lines changed

sdk/agrifood/azure-verticals-agrifood-farming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<!-- Anomaly detector temporarily skipping code coverage until tests are added -->
34-
<jacoco.skip.coverage.check>true</jacoco.skip.coverage.check>
34+
<jacoco.skip>true</jacoco.skip>
3535
<javaModulesSurefireArgLine>
3636
--add-exports com.azure.core/com.azure.core.implementation.jackson=ALL-UNNAMED
3737
</javaModulesSurefireArgLine>

sdk/anomalydetector/azure-ai-anomalydetector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<!-- Anomaly detector temporarily skipping code coverage until tests are added -->
34-
<jacoco.skip.coverage.check>true</jacoco.skip.coverage.check>
34+
<jacoco.skip>true</jacoco.skip>
3535
</properties>
3636

3737
<dependencies>

sdk/appconfiguration/azure-data-appconfiguration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
3939
--add-opens com.azure.data.appconfiguration/com.azure.data.appconfiguration=ALL-UNNAMED
4040
</javaModulesSurefireArgLine>
41-
<skipNewCodesnippetTooling>false</skipNewCodesnippetTooling>
41+
<codesnippet.skip>false</codesnippet.skip>
4242
<javadocDoclet></javadocDoclet>
4343
<javadocDocletOptions></javadocDocletOptions>
4444
</properties>

sdk/communication/azure-communication-callingserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<test.dir>src/test</test.dir>
4343
<jacoco.min.linecoverage>0.70</jacoco.min.linecoverage>
4444
<jacoco.min.branchcoverage>0.70</jacoco.min.branchcoverage>
45-
<jacoco.skip.coverage.check>false</jacoco.skip.coverage.check>
45+
<jacoco.skip>false</jacoco.skip>
4646
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
4747
<javaModulesSurefireArgLine>
4848
--add-opens com.azure.communication.callingserver/com.azure.communication.callingserver.implementation=ALL-UNNAMED

sdk/communication/azure-communication-chat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<properties>
3939
<jacoco.min.linecoverage>0.70</jacoco.min.linecoverage>
4040
<jacoco.min.branchcoverage>0.45</jacoco.min.branchcoverage>
41-
<jacoco.skip.coverage.check>false</jacoco.skip.coverage.check>
41+
<jacoco.skip>false</jacoco.skip>
4242
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
4343
<javaModulesSurefireArgLine>
4444
--add-opens com.azure.communication.common/com.azure.communication.common.implementation=ALL-UNNAMED

sdk/communication/azure-communication-identity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<test.dir>src/test</test.dir>
5252
<jacoco.min.linecoverage>0.88</jacoco.min.linecoverage>
5353
<jacoco.min.branchcoverage>0.67</jacoco.min.branchcoverage>
54-
<jacoco.skip.coverage.check>false</jacoco.skip.coverage.check>
54+
<jacoco.skip>false</jacoco.skip>
5555
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
5656
<javaModulesSurefireArgLine>
5757
--add-opens com.azure.communication.identity/com.azure.communication.identity=ALL-UNNAMED

sdk/communication/azure-communication-networktraversal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<properties>
5050
<jacoco.min.linecoverage>0.70</jacoco.min.linecoverage>
5151
<jacoco.min.branchcoverage>0.40</jacoco.min.branchcoverage>
52-
<jacoco.skip.coverage.check>false</jacoco.skip.coverage.check>
52+
<jacoco.skip>false</jacoco.skip>
5353
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
5454
<javaModulesSurefireArgLine>
5555
--add-opens com.azure.communication.common/com.azure.communication.common.implementation=ALL-UNNAMED

sdk/communication/azure-communication-phonenumbers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<test.dir>src/test</test.dir>
5252
<jacoco.min.linecoverage>0.68</jacoco.min.linecoverage>
5353
<jacoco.min.branchcoverage>0.66</jacoco.min.branchcoverage>
54-
<jacoco.skip.coverage.check>false</jacoco.skip.coverage.check>
54+
<jacoco.skip>false</jacoco.skip>
5555
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
5656
<javaModulesSurefireArgLine>
5757
--add-opens com.azure.communication.phonenumbers/com.azure.communication.phonenumbers=ALL-UNNAMED

sdk/communication/azure-communication-sms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<test.dir>src/test</test.dir>
4444
<jacoco.min.linecoverage>0.70</jacoco.min.linecoverage>
4545
<jacoco.min.branchcoverage>0.70</jacoco.min.branchcoverage>
46-
<jacoco.skip.coverage.check>false</jacoco.skip.coverage.check>
46+
<jacoco.skip>false</jacoco.skip>
4747
</properties>
4848

4949
<dependencies>

sdk/confidentialledger/azure-security-confidentialledger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<!-- Anomaly detector temporarily skipping code coverage until tests are added -->
34-
<jacoco.skip.coverage.check>true</jacoco.skip.coverage.check>
34+
<jacoco.skip>true</jacoco.skip>
3535
<javaModulesSurefireArgLine>
3636
--add-exports com.azure.core/com.azure.core.implementation.jackson=ALL-UNNAMED
3737
</javaModulesSurefireArgLine>

0 commit comments

Comments
 (0)