Skip to content

Commit 43d6584

Browse files
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5
2 parents 8a21c32 + 7116cb9 commit 43d6584

File tree

376 files changed

+38518
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+38518
-1105
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
634:
5+
retail:
6+
source:
7+
credscan:
8+
lastModifiedDate: 2025-09-11
9+
eslint:
10+
lastModifiedDate: 2025-09-11
11+
psscriptanalyzer:
12+
lastModifiedDate: 2025-09-11
13+
armory:
14+
lastModifiedDate: 2025-09-11
15+
accessibilityinsights:
16+
lastModifiedDate: 2025-09-11
17+
binary:
18+
credscan:
19+
lastModifiedDate: 2025-09-11
20+
binskim:
21+
lastModifiedDate: 2025-09-11
22+
spotbugs:
23+
lastModifiedDate: 2025-09-11

.config/guardian/.gdnbaselines

Lines changed: 491 additions & 0 deletions
Large diffs are not rendered by default.

.github/dependabot.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
- "/"
66
- "/java-8"
77
schedule:
8-
interval: daily
8+
interval: weekly
99
time: "09:00" # 9am UTC
1010
open-pull-requests-limit: 10
1111
groups:
@@ -18,10 +18,11 @@ updates:
1818
open-telemetry:
1919
patterns:
2020
- "*opentelemetry*"
21+
2122
- package-ecosystem: gradle
2223
directory: "/android"
2324
schedule:
24-
interval: daily
25+
interval: weekly
2526
time: "10:00" # 10am UTC. Scheduled after core java dependencies to prevent duplicate PRs
2627
open-pull-requests-limit: 10
2728
groups:
@@ -37,7 +38,7 @@ updates:
3738
- package-ecosystem: maven
3839
directory: "/"
3940
schedule:
40-
interval: daily
41+
interval: weekly
4142
open-pull-requests-limit: 10
4243
groups:
4344
kiota-dependencies:
@@ -52,5 +53,10 @@ updates:
5253
- package-ecosystem: github-actions
5354
directory: "/"
5455
schedule:
55-
interval: daily
56+
interval: weekly
5657
open-pull-requests-limit: 10
58+
groups:
59+
github-actions-dependencies:
60+
patterns:
61+
- "actions/*"
62+

.github/workflows/api-level-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint-api-level:
1212
runs-on: [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-beta-sdk-java-mem-lates-m]
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-java@v5
1616
with:
1717
distribution: 'temurin'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Set up JDK
4848
uses: actions/setup-java@v5

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-latest-java:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up JDK
1919
uses: actions/setup-java@v5
2020
with:
@@ -55,7 +55,7 @@ jobs:
5555
build-java-8:
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
- name: Set up JDK
6060
uses: actions/setup-java@v5
6161
with:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
1010
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
11-
classpath "com.android.tools.build:gradle:8.12.1"
11+
classpath "com.android.tools.build:gradle:8.13.0"
1212
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1313
}
1414
}

gradle/dependencies.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ dependencies {
44
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
55

66
// Core Http library
7-
api 'com.microsoft.graph:microsoft-graph-core:3.6.4'
7+
api 'com.microsoft.graph:microsoft-graph-core:3.6.5'
88

9-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.9'
10-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.9'
11-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.9'
12-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.9'
13-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.9'
14-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.9'
9+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10'
10+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.10'
11+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.10'
12+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.10'
13+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.10'
14+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.10'
1515
}

src/main/java/com/microsoft/graph/beta/generated/admin/teams/TeamsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
7373
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
7474
}
7575
/**
76-
* Represents a collection of user configurations.
76+
* A container for all Teams telephone number management functionalities and user configurations.
7777
* @return a {@link TeamsAdminRoot}
7878
* @throws ODataError When receiving a 4XX or 5XX status code
7979
*/
@@ -82,7 +82,7 @@ public TeamsAdminRoot get() {
8282
return get(null);
8383
}
8484
/**
85-
* Represents a collection of user configurations.
85+
* A container for all Teams telephone number management functionalities and user configurations.
8686
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8787
* @return a {@link TeamsAdminRoot}
8888
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -140,15 +140,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
140140
return requestInfo;
141141
}
142142
/**
143-
* Represents a collection of user configurations.
143+
* A container for all Teams telephone number management functionalities and user configurations.
144144
* @return a {@link RequestInformation}
145145
*/
146146
@jakarta.annotation.Nonnull
147147
public RequestInformation toGetRequestInformation() {
148148
return toGetRequestInformation(null);
149149
}
150150
/**
151-
* Represents a collection of user configurations.
151+
* A container for all Teams telephone number management functionalities and user configurations.
152152
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
153153
* @return a {@link RequestInformation}
154154
*/
@@ -200,7 +200,7 @@ public TeamsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU
200200
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
201201
}
202202
/**
203-
* Represents a collection of user configurations.
203+
* A container for all Teams telephone number management functionalities and user configurations.
204204
*/
205205
@jakarta.annotation.Generated("com.microsoft.kiota")
206206
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5757
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5858
}
5959
/**
60-
* Read the properties and relationships of an operationalInsightsConnection object.
60+
* Read the properties and relationships of a resourceConnection object.
6161
* @return a {@link ResourceConnection}
6262
* @throws ODataError When receiving a 4XX or 5XX status code
63-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta">Find more info here</a>
63+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta">Find more info here</a>
6464
*/
6565
@jakarta.annotation.Nullable
6666
public ResourceConnection get() {
6767
return get(null);
6868
}
6969
/**
70-
* Read the properties and relationships of an operationalInsightsConnection object.
70+
* Read the properties and relationships of a resourceConnection object.
7171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7272
* @return a {@link ResourceConnection}
7373
* @throws ODataError When receiving a 4XX or 5XX status code
74-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta">Find more info here</a>
74+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta">Find more info here</a>
7575
*/
7676
@jakarta.annotation.Nullable
7777
public ResourceConnection get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -126,15 +126,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
126126
return requestInfo;
127127
}
128128
/**
129-
* Read the properties and relationships of an operationalInsightsConnection object.
129+
* Read the properties and relationships of a resourceConnection object.
130130
* @return a {@link RequestInformation}
131131
*/
132132
@jakarta.annotation.Nonnull
133133
public RequestInformation toGetRequestInformation() {
134134
return toGetRequestInformation(null);
135135
}
136136
/**
137-
* Read the properties and relationships of an operationalInsightsConnection object.
137+
* Read the properties and relationships of a resourceConnection object.
138138
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
139139
* @return a {@link RequestInformation}
140140
*/
@@ -186,7 +186,7 @@ public ResourceConnectionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
186186
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
187187
}
188188
/**
189-
* Read the properties and relationships of an operationalInsightsConnection object.
189+
* Read the properties and relationships of a resourceConnection object.
190190
*/
191191
@jakarta.annotation.Generated("com.microsoft.kiota")
192192
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)