@@ -39,7 +39,7 @@ Available on all commands (`extract`, `publish`, `init`):
3939| ` --cloud <name> ` | Azure cloud environment | ` public ` |
4040| ` --log-level <level> ` | Log verbosity: ` debug ` , ` info ` , ` warn ` , ` error ` | ` info ` |
4141| ` --format <format> ` | Output format | ` text ` |
42- | ` --api-version <version> ` | APIM REST API version | ` 2024-05 -01` |
42+ | ` --api-version <version> ` | APIM REST API version | ` 2025-09 -01-preview ` |
4343
4444### ` apiops extract ` Flags
4545
@@ -86,10 +86,8 @@ Available on all commands (`extract`, `publish`, `init`):
8686| ` AZURE_CLIENT_ID ` | all | Service principal client ID for authentication |
8787| ` AZURE_CLIENT_SECRET ` | all | Service principal client secret for authentication |
8888| ` AZURE_TENANT_ID ` | all | Microsoft Entra ID (Azure AD) tenant ID |
89- | ` AZURE_API_VERSION ` | extract, publish | APIM REST API version (default: ` 2024-05 -01` ) |
89+ | ` AZURE_API_VERSION ` | extract, publish | APIM REST API version (default: ` 2025-09 -01-preview ` ) |
9090| ` COMMIT_ID ` | publish | Git commit SHA for incremental publish (alternative to ` --commit-id ` ) |
91- | ` OTEL_EXPORTER_OTLP_ENDPOINT ` | extract, publish | OpenTelemetry OTLP exporter endpoint for telemetry |
92- | ` APPLICATIONINSIGHTS_CONNECTION_STRING ` | extract, publish | Azure Monitor Application Insights connection string for telemetry |
9391
9492### Authentication Environment Variables
9593
@@ -151,7 +149,7 @@ backends:
151149| Azure cloud | `public` | `--cloud` |
152150| Log level | `info` | `--log-level` |
153151| Output format | `text` | `--format` |
154- | API version | `2024-05 -01` | `--api-version` or `AZURE_API_VERSION` |
152+ | API version | `2025-09 -01-preview ` | `--api-version` or `AZURE_API_VERSION` |
155153| Transitive deps | enabled | `--no-transitive` |
156154| Dry run | disabled | `--dry-run` |
157155| Delete unmatched | disabled | `--delete-unmatched` |
0 commit comments