Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 6 additions & 1 deletion versions/v3-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ AlertsManagement:
AnalysisServices:
ApiManagement:
expectAdditions: true
notes: Only listDelegationSettingSecrets seems to have no new name
expectTracking: preview
notes: |
Only listDelegationSettingSecrets seems to have no new name
The TestApi integration test fails when using 2024-05-01 so we currently need to use a lower version.
The documentation is for 2024-05-01: https://learn.microsoft.com/en-us/rest/api/apimanagement/api-version-set
The portal uses 2022-09-01-preview, so we'll go with that as it includes most new resources.
exclusions:
ApiDiagnosticLogger: "2018-01-01" # last appeared 2018, not documented in https://learn.microsoft.com/en-us/rest/api/apimanagement/
ApiOperationsPolicy: "2016-10-10" # renamed to ApiOperationPolicy
Expand Down
2 changes: 2 additions & 0 deletions versions/v3-spec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# WARNING: This file was generated by provider/pkg/gen/emitFiles.go. Edits might be overwritten.

ApiManagement:
tracking: 2022-09-01-preview
ContainerRegistry:
additions:
CredentialSet: 2023-01-01-preview
Expand Down