Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
03cb16a
Update Swagger
dbhatia-ms Jul 18, 2025
1a4caf1
Update Readme Paths
dbhatia-ms Jul 22, 2025
52b4201
Fix SDKs
dbhatia-ms Jul 24, 2025
281dd8f
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
dbhatia-ms Jul 25, 2025
84d0513
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
dbhatia-ms Jul 25, 2025
89375a1
Added missing details
dbhatia-ms Jul 28, 2025
3b99436
Remove Operations config
dbhatia-ms Aug 11, 2025
ca973e5
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs …
dbhatia-ms Aug 21, 2025
a9e0edd
Add OperationsAPIImplementation suppressions to all Migrate service r…
dbhatia-ms Aug 21, 2025
8a9f7b3
Update suppression reason for OperationsAPIImplementation in AKSAsses…
dbhatia-ms Aug 21, 2025
943e74e
Fixing TypeSpec Formatting issues
dbhatia-ms Aug 21, 2025
b75231b
Address comments for un-necessary example files and removal of un-nec…
dbhatia-ms Aug 25, 2025
3094a62
Adding only necessary suppressions
dbhatia-ms Aug 25, 2025
c2c0ccd
Address spelling error
dbhatia-ms Aug 25, 2025
c522e7e
updated suppressions
dbhatia-ms Aug 25, 2025
a2a7fb7
Update specific file path
dbhatia-ms Aug 25, 2025
57154e9
Update path file
dbhatia-ms Aug 25, 2025
31cd6cb
Address Lint Diff error
dbhatia-ms Aug 25, 2025
cc4b8a6
Address Lint errors
dbhatia-ms Aug 26, 2025
406ee6e
Fixed indentation
dbhatia-ms Aug 26, 2025
faa1037
Updated path
dbhatia-ms Aug 26, 2025
398dce6
Fixed indentation
dbhatia-ms Aug 26, 2025
2910187
Merge branch 'main' into origin/dbhatia/swaggerupdation
v-anishrao Aug 27, 2025
562b3b4
Resolve LRO Diff errors
dbhatia-ms Aug 29, 2025
a918279
Merge branch 'main' into origin/dbhatia/swaggerupdation
dbhatia-ms Sep 1, 2025
d852954
Remove LRO Errors from suppressions.yaml
dbhatia-ms Sep 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update path file
  • Loading branch information
dbhatia-ms committed Aug 25, 2025
commit 57154e958f19c5f2d2c7b03dc38dce22a1cc181a
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ input-file:
- preview/2024-03-03-preview/aksAssessments.json
suppressions:
- code: AvoidAdditionalProperties
where: preview/2024-03-03-preview/aksAssessments.json
where:
- $.definitions.AKSClusterExtendedDetails.properties.nodePools
reason: Dictionary is used for AKS cluster mappings in AKS assessments.
- code: OperationsAPIImplementation
reason: Microsoft.Migrate resource provider has one RP with multiple SDKs. Operations API is centrally implemented at the AssessmentProjects level and intentionally excluded from individual service specifications to avoid duplication across multiple SDK instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ input-file:
- preview/2024-03-03-preview/avsAssessments.json
suppressions:
- code: AvoidAdditionalProperties
where: preview/2024-03-03-preview/avsAssessments.json
reason: Dictionary is used for AVS cluster mappings in AVS assessments.
where:
- $.definitions.AVSClusterExtendedDetails.properties.hosts
- code: OperationsAPIImplementation
reason: Microsoft.Migrate resource provider has one RP with multiple SDKs. Operations API is centrally implemented at the AssessmentProjects level and intentionally excluded from individual service specifications to avoid duplication across multiple SDK instances.
```
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ These settings apply only when `--tag=package-preview-2024-03` is specified on t
input-file:
- preview/2024-03-03-preview/machineAssessments.json
suppressions:
- code: AvoidAdditionalProperties
where: preview/2024-03-03-preview/machineAssessments.json
reason: Dictionary is used in AssessedMachineExtendedDetails.disks property for machine assessments.
- code: OperationsAPIImplementation
reason: Microsoft.Migrate resource provider has one RP with multiple SDKs. Operations API is centrally implemented at the AssessmentProjects level and intentionally excluded from individual service specifications to avoid duplication across multiple SDK instances.
- code: AvoidAdditionalProperties
reason: Dictionary is used in AssessedMachineExtendedDetails.disks property for machine assessments.
where:
- $.definitions.AssessedMachineExtendedDetails.properties.disks
- code: OperationsAPIImplementation
reason: Microsoft.Migrate resource provider has one RP with multiple SDKs. Operations API is centrally implemented at the AssessmentProjects level and intentionally excluded from individual service specifications to avoid duplication across multiple SDK instances.
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ input-file:
- preview/2024-03-03-preview/sqlAssessments.json
suppressions:
- code: AvoidAdditionalProperties
where: preview/2024-03-03-preview/sqlAssessments.json
reason: Dictionary is used for SQL instance/database mappings in SQL assessments.
where:
- $.definitions.SqlInstanceExtendedDetails.properties.databases
- code: OperationsAPIImplementation
reason: Microsoft.Migrate resource provider has one RP with multiple SDKs. Operations API is centrally implemented at the AssessmentProjects level and intentionally excluded from individual service specifications to avoid duplication across multiple SDK instances.
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ input-file:
- preview/2024-03-03-preview/webAppAssessments.json
suppressions:
- code: AvoidAdditionalProperties
where: preview/2024-03-03-preview/webAppAssessments.json
reason: Dictionary is used for web app mappings in web app assessments.
where:
- $.definitions.WebAppExtendedDetails.properties.sites
- code: OperationsAPIImplementation
reason: Microsoft.Migrate resource provider has one RP with multiple SDKs. Operations API is centrally implemented at the AssessmentProjects level and intentionally excluded from individual service specifications to avoid duplication across multiple SDK instances.
```
Loading