Skip to content

Commit 9d5a6e9

Browse files
ankushbindlish2bidisha-cBidisha Chakrabortydanieljurekmikeharder
authored
Integrate from main (#36202)
* [Language] Remove old preview API versions (#31781) * [Language] Remove old preview API versions * Remove 2023-04-15-preview from authoring * update the api version * tsv compile --------- Co-authored-by: Bidisha Chakraborty <[email protected]> * Migrate API Doc Preview (#35018) * Add package.json * Enable eng/tools in JS * First cut at direct port * Wire up command, move some functions into changed-files.js * Move, pipeline, refactor * Trivial test change to a spec file * Usage, logging, add pathExists to changed-files.js, types in doc-preview.js, coverage for doc-preview.js * Prettier * SkipCheckoutNone * Git token auth * -- * ../ * Pool * fetchDepth: 2 * Get-ChildItem * More logging * Directory * BaseRepoOwner * Cleanup * 02 * Comment * Test a change that should break the docs build * Queue docs build * 02 * Tab * Add wait and result output * Log files * Direct invocation with valid path * Output buildstart.json * Fixes * Remove BOM * PR Number * Test changes that won't break the build * encodeURIComponent * -pwsh * Revert BatchService.json testing * Test from another PR * Test timeouts * Test timeout in script * > * Remove test exception * Show token scope * Set status on PR * git rev-parse HEAD * SourceCommitId * -Azure/ * Set check state in DevOps pipeline * set-pr-check.yml * -description * Can't enforce values for macro (defined at runtime) syntax at template expansion time * .mjs -> .js * .js, other documentation * vso * displayName * Add package.json to eng/scripts, wire up to github-test.yaml (might need a rename) * sparse checkout eng/scripts * eng/scripts/package-lock.json * package.json * npm i * prettier -> format * package-lock.json * --output * Path * Revert test changes in specification/ * Revert "Test from another PR" This reverts commit 04aeecc. * Architecture feedback * Paths * Docs preview * pscore * ` * copy * $buildStart * Test: timeout * ( * Remove test timeout * Test orchestration build failure * Revert contrived orchestration failure * Contrive a docs build failure * Test success case * Revert spec change * Add support for filtering quickstart templates * Use aka.ms link for docs support teams channel * Sparse checkout might work but that can be investigated elsewhere * Improve param validation * Test api-doc-preview param validation in practice * Revert github-test.yaml * Revert .gitignore * Remove unnecessary files * More status update messages * Revert "Test api-doc-preview param validation in practice" This reverts commit 929d33c. * Fix package.json/package-lock.json * package-lock.json * npm i * Format * Apply suggestions from code review Co-authored-by: Mike Harder <[email protected]> * inline, fix ts-check errors * Use getChangedFilesStatuses to exclude deleted files instead of querying the filesystem directly * Comments * Named typedefs, more exceptions, expand "key" to a couple variables * Adjust PR triggers * Remove fs/promises/access * Add WorkingDirectory to npm-install.yml, use shebang invocation * Remove infinite loop condition * pathExists * .js * ( * Only run docs build if there are changes to push * DisplayName * Final TODOs * Format * Update eng/pipelines/swagger-api-doc-preview.yml Co-authored-by: Mike Harder <[email protected]> --------- Co-authored-by: Mike Harder <[email protected]> * [.github] Add typescript-eslint (#36181) * [chore] npm update (#36182) * Azure Maps Weather Service: ordered the enum tables how they should appear in the docs. (#35646) * ordered the enum tables how they should appear in the docs. Updated enum descriptions. * ordered the enum tables how they should appear in the docs. Updated enum descriptions. * minor updates * removed blank line. * Removed word 'inhalable' --------- Co-authored-by: Faraz Siddiqui <[email protected]> * Update `summarize-checks` output - add graceful exit (#36186) * format, update output * Ensure typespec project is valid before generating typespec apiview (#36183) * [Monitor Metrics Query] Update TypeSpec Python config (#36052) Signed-off-by: Paul Van Eck <[email protected]> * Add Microsoft.Mission spec to public repo (#32359) * Moving specs from private to public The files are the same as the one in https://github.com/Azure/azure-rest-api-specs-pr/pull/20074/files#diff-4764111bf455581c775da5c4711ccd11e820292fc9c84957532fc5d278b3ea2d * Added missing files * Add only version 2024-01-01 preview * Remove old versions * add back the old versions * Removing old versions * Added older version of the API * Added older version of API to Readme * Update version.tsp * remove 2022 versions * Delete versions prior 2024-06-01-preview * remove status 200 of delete operations * remove status 200 from openapi.json * remove status 200 from example files * remove status 200 from EnclaveEndpoints_Delete.json * remove the status 200 when compiling * change ArmResourcePatchAsync to ArnCustomPatch * compile file with ArmCustomPatch * rollback to ArmResourcePatch * added version 2024-12-01 * remove status 200 from ver 2024-12-01 * change ARMResourcePatch for ARMResourcePatch * add @parameterVisibility to all ocurrences of ArmCustomPatchAsync * minor fix on ArmCustomPatchAsync * compile the model * added location to Community Update * location to community_update * Update Community_Update.json * added location to CommunityEndpoints * Added location on all update example files * added location to virtualEnclave_update * made rulecollection optional * change propertires to optional * change properties to optional * Added suppression * add suppression * rollback suppressions * made properties optional * update openapi file * Update for tsp update * Update formatting * Use latest version v6 of types.json * Use latest version v6 of types.json * Update patch model * Update patch model * Update patch model * Update patch model * Update patch model * Update patch model. Revert location addition in examples * Update patch model * Update patch model * Update patch model * Update patch model. Fix location in examples. * Update patch model. Fix location in examples. * Format update * Format update. Use Azure.Core.azureLocation for location def in mrg * Fix visibility for mrg location * Remove 2024_10 and 2024_11 * Remove 2024_10 and 2024_11 examples * Remove 2024_10 and 2024_11 from readme.md * Remove 2024_10 and 2024_11 from resource-manager * Use Update<T> instead of separately defining the patchable props * Use Update<T> on patchResources * Revert optional/required params to match ve-common and hope the Update<T> model handles it correctly. * Re-Enable PATCH optionality. * Add types for ARM resources * Fix examples * Add suppressions for AvoidAnonymousTypes * Fix examples for type updates. Add uuid type to uuid fields. * Fix examples for type updates. * Remove uuid type * Remove uuid type * Prettier * Prettier * Update suppressions * Move routes to routes.tsp * Feedback from engineering -- remove Endpoint, InternalConnection, ExternalConnection models and interfaces. Update Community to include _ as part of name validation. * Fix examples * Remove examples for deprecated resources * Remove examples for deprecated resources * Remove examples for deprecated resources --------- Co-authored-by: Mike Harder <[email protected]> Co-authored-by: Trevor Goodyear <[email protected]> Co-authored-by: Trevor Goodyear <[email protected]> * [applicationinsights][python] Convert applicationinsights readme.python.md to singleapi package format (#36026) * Initial plan * Convert applicationinsights readme.python.md to singleapi package format Co-authored-by: msyyc <[email protected]> * Update readme.java.md * Update readme.java.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Weidong Xu <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 11336 (#36190) * Install .NET from tools repo global.json * Set workingDirectory to tools root * use exact same install steps as tools repo * revert formatting * formatting --------- Co-authored-by: Mike Harder <[email protected]> * Rename Recoveryservices.Management to RecoveryServices.Management (#36172) All files and directories under specification/recoveryservices/Recoveryservices.Management were renamed to specification/recoveryservices/RecoveryServices.Management to standardize casing and improve consistency. * Rename Powerbidedicated.Management to PowerBIDedicated.Management (#36169) All files and folders under specification/powerbidedicated/Powerbidedicated.Management were renamed to specification/powerbidedicated/PowerBIDedicated.Management to correct casing and improve consistency. * Rename NotificationHubs.Management directory and files (#36168) Renamed 'Notificationhubs.Management' to 'NotificationHubs.Management' across all specification files and examples for consistency. Also updated the service name in tspconfig.yaml to 'NotificationHubs'. Co-authored-by: Dapeng Zhang <[email protected]> * Fixed 2025-02-01-preview API by Reverting Linked Hub Changes and Added DeviceRegistry Namespace (#31635) * update common model refs (#36114) * java, mgmt, aks, fix readme (#36200) --------- Signed-off-by: Paul Van Eck <[email protected]> Co-authored-by: Bidisha Chakraborty <[email protected]> Co-authored-by: Bidisha Chakraborty <[email protected]> Co-authored-by: Daniel Jurek <[email protected]> Co-authored-by: Mike Harder <[email protected]> Co-authored-by: steve munk <[email protected]> Co-authored-by: Faraz Siddiqui <[email protected]> Co-authored-by: Scott Beddall <[email protected]> Co-authored-by: Chidozie Ononiwu <[email protected]> Co-authored-by: Paul Van Eck <[email protected]> Co-authored-by: jorgechav <[email protected]> Co-authored-by: Trevor Goodyear <[email protected]> Co-authored-by: Trevor Goodyear <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Weidong Xu <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: Wenming Liu <[email protected]> Co-authored-by: Dapeng Zhang <[email protected]> Co-authored-by: yijinglu-microsoft <[email protected]> Co-authored-by: jiminwen-msft <[email protected]>
1 parent d3639ba commit 9d5a6e9

File tree

124 files changed

+350
-268
lines changed

Some content is hidden

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

124 files changed

+350
-268
lines changed

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,29 @@ jobs:
112112
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
113113
parameters:
114114
AgentImage: $(OSVmImage)
115-
116-
- template: /eng/pipelines/templates/steps/install-dotnet.yml
115+
116+
# Copied from eng/pipelines/templates/steps/install-dotnet.yml, but changed workingDirectory
117+
- task: UseDotNet@2 # About UseDotNet@2 task: https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/use-dotnet-v2?view=azure-pipelines
118+
displayName: "Use .NET SDK from global.json"
119+
retryCountOnTaskFailure: 3
120+
inputs:
121+
useGlobalJson: true
122+
workingDirectory: azure-sdk-tools
123+
124+
# Copied from eng/pipelines/templates/steps/install-dotnet.yml, but changed workingDirectory
125+
- task: UseDotNet@2
126+
displayName: "Use .NET SDK 8.0.x"
127+
retryCountOnTaskFailure: 3
128+
inputs:
129+
# We must install sdk, not just runtime, as it is required by some of our tools, like test-proxy.
130+
# Specifically, test-proxy requires asp.net core runtime, which is installed only when sdk option
131+
# is selected, per: https://github.com/microsoft/azure-pipelines-tasks/issues/14405
132+
packageType: sdk
133+
version: 8.0.x
134+
# performMultiLevelLookup comes into play when given .NET executable target runtime is different
135+
# than the installed .NET SDK. Without this, such runtime would not be found.
136+
performMultiLevelLookup: true
137+
workingDirectory: azure-sdk-tools
117138

118139
- ${{ parameters.InstallLanguageSteps }}
119140

specification/applicationinsights/resource-manager/readme.java.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@
22

33
These settings apply only when `--java` is specified on the command line.
44

5-
### Tag: package-2022-06-15-java
6-
7-
These settings apply only when `--tag=package-2022-06-15-java` is specified on the command line.
8-
9-
``` yaml $(tag) == 'package-2022-06-15-java'
10-
input-file:
11-
- Microsoft.Insights/stable/2020-02-02/components_API.json
12-
- Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json
13-
- Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json
14-
- Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json
15-
- Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json
16-
- Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json
17-
- Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json
18-
- Microsoft.Insights/stable/2015-05-01/favorites_API.json
19-
- Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json
20-
- Microsoft.Insights/stable/2022-06-15/webTests_API.json
21-
- Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json
22-
- Microsoft.Insights/stable/2021-03-08/workbookOperations_API.json
23-
- Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json
24-
- Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json
25-
- Microsoft.Insights/stable/2022-04-01/workbooks_API.json
26-
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
27-
```
5+
``` yaml $(java)
6+
generate-samples: false
7+
```

specification/applicationinsights/resource-manager/readme.python.md

Lines changed: 6 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -1,198 +1,21 @@
11
## Python
22

33
These settings apply only when `--python` is specified on the command line.
4+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
45

5-
```yaml $(python)
6+
``` yaml $(python)
7+
title: ApplicationInsightsManagementClient
68
azure-arm: true
79
license-header: MICROSOFT_MIT_NO_VERSION
810
package-name: azure-mgmt-applicationinsights
11+
namespace: azure.mgmt.applicationinsights
912
package-version: 1.0.0b1
1013
clear-output-folder: true
11-
no-namespace-folders: true
1214
```
13-
### Python multi-api
1415
1516
``` yaml $(python)
16-
multiapi: true
17-
default-api-version: "2023-06-01"
18-
clear-output-folder: true
19-
batch:
20-
- tag: package-2015-05
21-
- tag: package-2017-10
22-
- tag: package-2018-05-01-preview
23-
- tag: package-2018-06-17-preview
24-
- tag: package-2019-10-17-preview
25-
- tag: package-2020-02-02-preview
26-
- tag: package-2020-02-02-only
27-
- tag: package-2020-03-01-preview
28-
- tag: package-preview-2020-06-only
29-
- tag: package-2020-11-only
30-
- tag: package-2021-03-08-only
31-
- tag: package-2021-08
32-
- tag: package-2021-10
33-
- tag: package-2022-04-01-only
34-
- tag: package-2022-06-15-only
35-
- tag: package-2023-06-01-python-only
36-
- tag: package-2024-02-01-preview-only
37-
- multiapiscript: true
38-
```
39-
40-
``` yaml $(multiapiscript)
41-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/
42-
perform-load: false
43-
```
44-
45-
### Tag: package-2024-02-01-preview-only and python
46-
47-
These settings apply only when `--tag=package-2024-02-01-preview-only --python` is specified on the command line.
48-
49-
``` yaml $(tag) == 'package-2024-02-01-preview-only' && $(python)
50-
namespace: azure.mgmt.applicationinsights.v2024_02_01_preview
51-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2024_02_01_preview
52-
```
53-
54-
### Tag: package-2023-06-01-python-only and python
55-
56-
These settings apply only when `--tag=package-2023-06-01-python-only --python` is specified on the command line.
57-
58-
``` yaml $(tag) == 'package-2023-06-01-python-only' && $(python)
59-
namespace: azure.mgmt.applicationinsights.v2023_06_01
60-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2023_06_01
61-
```
62-
63-
### Tag: package-2022-06-15-only and python
64-
65-
These settings apply only when `--tag=package-2022-06-15-only --python` is specified on the command line.
66-
67-
``` yaml $(tag) == 'package-2022-06-15-only' && $(python)
68-
namespace: azure.mgmt.applicationinsights.v2022_06_15
69-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_06_15
70-
```
71-
72-
### Tag: package-2015-05 and python
73-
74-
These settings apply only when `--tag=package-2015-05 --python` is specified on the command line.
75-
76-
``` yaml $(tag) == 'package-2015-05' && $(python)
77-
namespace: azure.mgmt.applicationinsights.v2015_05_01
78-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2015_05_01
79-
```
80-
81-
### Tag: package-2017-10 and python
82-
83-
These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
84-
85-
``` yaml $(tag) == 'package-2017-10' && $(python)
86-
namespace: azure.mgmt.applicationinsights.v2017_10_01
87-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2017_10_01
88-
```
89-
90-
### Tag: package-2018-06-17-preview and python
91-
92-
These settings apply only when `--tag=package-2018-06-17-preview --python` is specified on the command line.
93-
94-
``` yaml $(tag) == 'package-2018-06-17-preview' && $(python)
95-
namespace: azure.mgmt.applicationinsights.v2018_06_17_preview
96-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_06_17_preview
97-
```
98-
99-
### Tag: package-2019-10-17-preview and python
100-
101-
These settings apply only when `--tag=package-2019-10-17-preview --python` is specified on the command line.
102-
103-
```yaml $(tag) == 'package-2019-10-17-preview' && $(python)
104-
namespace: azure.mgmt.applicationinsights.v2019_10_17_preview
105-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2019_10_17_preview
106-
```
107-
108-
### Tag: package-2018-05-01-preview and python
109-
110-
These settings apply only when `--tag=package-2018-05-01-preview --python` is specified on the command line.
111-
112-
``` yaml $(tag) == 'package-2018-05-01-preview' && $(python)
113-
namespace: azure.mgmt.applicationinsights.v2018_05_01_preview
114-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_05_01_preview
115-
```
116-
117-
### Tag: package-2020-02-02-preview and python
118-
119-
These settings apply only when `--tag=package-2020-02-02-preview --python` is specified on the command line.
120-
121-
``` yaml $(tag) == 'package-2020-02-02-preview' && $(python)
122-
namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
123-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview
124-
```
125-
126-
### Tag: package-2020-02-02-only and python
127-
128-
These settings apply only when `--tag=package-2020-02-02-only --python` is specified on the command line.
129-
130-
``` yaml $(tag) == 'package-2020-02-02-only' && $(python)
131-
namespace: azure.mgmt.applicationinsights.v2020_02_02
132-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02
133-
```
134-
135-
### Tag: package-2020-03-01-preview and python
136-
137-
These settings apply only when `--tag=package-2020-03-01-preview --python` is specified on the command line.
138-
139-
``` yaml $(tag) == 'package-2020-03-01-preview' && $(python)
140-
namespace: azure.mgmt.applicationinsights.v2020_03_01_preview
141-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview
142-
```
143-
144-
### Tag: package-preview-2020-06-only and python
145-
146-
These settings apply only when `--tag=package-preview-2020-06-only --python` is specified on the command line.
147-
148-
``` yaml $(tag) == 'package-preview-2020-06-only' && $(python)
149-
namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
150-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
151-
```
152-
153-
### Tag: package-2020-11-only and python
154-
155-
These settings apply only when `--tag=package-2020-11-only --python` is specified on the command line.
156-
157-
``` yaml $(tag) == 'package-2020-11-only' && $(python)
158-
namespace: azure.mgmt.applicationinsights.v2020_11_20
159-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_11_20
160-
```
161-
162-
### Tag: package-2021-03-08-only and python
163-
164-
These settings apply only when `--tag=package-2021-03-08-only --python` is specified on the command line.
165-
166-
``` yaml $(tag) == 'package-2021-03-08-only' && $(python)
167-
namespace: azure.mgmt.applicationinsights.v2021_03_08
168-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_03_08
169-
```
170-
171-
### Tag: package-2021-08 and python
172-
173-
These settings apply only when `--tag=package-2021-08 --python` is specified on the command line.
174-
175-
``` yaml $(tag) == 'package-2021-08' && $(python)
176-
namespace: azure.mgmt.applicationinsights.v2021_08_01
177-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_08_01
178-
```
179-
180-
### Tag: package-2021-10 and python
181-
182-
These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
183-
184-
``` yaml $(tag) == 'package-2021-10' && $(python)
185-
namespace: azure.mgmt.applicationinsights.v2021_10
186-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10
187-
```
188-
189-
### Tag: package-2022-04-01-only and python
190-
191-
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
192-
193-
``` yaml $(tag) == 'package-2022-04-01-only' && $(python)
194-
namespace: azure.mgmt.applicationinsights.v2022_04_01
195-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_04_01
17+
no-namespace-folders: true
18+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights
19619
```
19720
19821
```yaml $(python)

specification/communication/data-plane/Chat/stable/2025-03-15/communicationserviceschat.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,19 +1198,19 @@
11981198
},
11991199
"definitions": {
12001200
"CommunicationUserIdentifierModel": {
1201-
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationUserIdentifierModel"
1201+
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationUserIdentifierModel"
12021202
},
12031203
"CommunicationCloudEnvironment": {
1204-
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationCloudEnvironmentModel"
1204+
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationCloudEnvironmentModel"
12051205
},
12061206
"MicrosoftTeamsUserIdentifierModel": {
1207-
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
1207+
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/MicrosoftTeamsUserIdentifierModel"
12081208
},
12091209
"MicrosoftTeamsAppIdentifierModel": {
1210-
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/MicrosoftTeamsAppIdentifierModel"
1210+
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/MicrosoftTeamsAppIdentifierModel"
12111211
},
12121212
"CommunicationIdentifierModel": {
1213-
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationIdentifierModel"
1213+
"$ref": "../../../Common/stable/2025-06-30/common.json#/definitions/CommunicationIdentifierModel"
12141214
},
12151215
"ChatMessageReadReceipt": {
12161216
"description": "A chat message read receipt indicates the time a chat message was read by a recipient.",

specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.java.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
## Java
22

3-
These settings apply only when `--java` is specified on the command line and `--tag=profile-hybrid-2020-09-01` is not specified.
3+
These settings apply only when `--java` is specified on the command line.
44
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
55

6+
``` yaml $(java) && $(tag) != 'profile-hybrid-2020-09-01'
7+
input-file:
8+
- stable/2019-04-30/openShiftManagedClusters.json
9+
- stable/2019-08-01/location.json
10+
```
11+
612
``` yaml $(java)
713
title: ContainerServiceManagementClient
814
description: "Container Service Client"

0 commit comments

Comments
 (0)