Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
et1975 committed Feb 5, 2024
1 parent 4a18f7e commit 80567e2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

Check failure on line 1 in specification/eventgrid/data-plane/Microsoft.AVS/stable/2018-01-01/PrivateCloud.json

View check run for this annotation

Azure Pipelines / TypeSpec Requirement

specification/eventgrid/data-plane/Microsoft.AVS/stable/2018-01-01/PrivateCloud.json#L1

specification/eventgrid/data-plane/Microsoft.AVS/stable/2018-01-01/PrivateCloud.json(1,1): error : OpenAPI was not generated from TypeSpec, and spec appears to be new
"swagger": "2.0",
"info": {
"version": "2023-09-01-preview",
"version": "2018-01-01",
"title": "Schema of Azure VMware Solution events published to Azure Event Grid",
"description": "Describes the schema of the Azure VMware Solution events published to Azure Event Grid. This corresponds to the Data property of an EventGridEvent."
},
Expand Down
10 changes: 7 additions & 3 deletions specification/eventgrid/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ input-file:
- Microsoft.ResourceNotifications/stable/2018-01-01/common.json
- Microsoft.ResourceNotifications/stable/2018-01-01/HealthResources.json
- Microsoft.ResourceNotifications/stable/2018-01-01/Resources.json
- Microsoft.AVS/stable/2018-01-01/PrivateCloud.json
```

### Tag: package-2023-06-01-preview
Expand Down Expand Up @@ -177,6 +178,7 @@ input-file:
- Microsoft.ResourceNotifications/stable/2018-01-01/common.json
- Microsoft.ResourceNotifications/stable/2018-01-01/HealthResources.json
- Microsoft.ResourceNotifications/stable/2018-01-01/Resources.json
- Microsoft.AVS/stable/2018-01-01/PrivateCloud.json
```

### Tag: package-2023-10-01-preview
Expand Down Expand Up @@ -207,6 +209,7 @@ input-file:
- Microsoft.ContainerService/stable/2018-01-01/ContainerService.json
- Microsoft.ApiManagement/stable/2018-01-01/APIManagement.json
- Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json
- Microsoft.AVS/stable/2018-01-01/PrivateCloud.json
```

Expand Down Expand Up @@ -238,6 +241,7 @@ input-file:
- Microsoft.ContainerService/stable/2018-01-01/ContainerService.json
- Microsoft.ApiManagement/stable/2018-01-01/APIManagement.json
- Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json
- Microsoft.AVS/stable/2018-01-01/PrivateCloud.json
```

Expand Down Expand Up @@ -333,14 +337,14 @@ input-file:
- $(this-folder)/Microsoft.ResourceNotifications/stable/2018-01-01/common.json
- $(this-folder)/Microsoft.ResourceNotifications/stable/2018-01-01/HealthResources.json
- $(this-folder)/Microsoft.ResourceNotifications/stable/2018-01-01/Resources.json
- $(this-folder)/Microsoft.AVS/preview/2023-09-01-preview/PrivateCloud.json
- $(this-folder)/Microsoft.AVS/stable/2018-01-01/PrivateCloud.json
```

If there are files that should not be in the `all-api-versions` set,
uncomment the `exclude-file` section below and add the file paths.

``` yaml $(tag) == 'all-api-versions'
exclude-file:
- $(this-folder)/Microsoft.EventGrid/preview/2023-06-01-preview/examples
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```

0 comments on commit 80567e2

Please sign in to comment.