Skip to content

Clean up the tag to fix the messy API versions in the MS Learn document #36559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,15 @@ input-file:
- stable/2023-06-30/FlexibleServers.json
- stable/2023-06-30/LogFiles.json
- stable/2023-06-30/ServiceOperations.json
- preview/2023-10-01-preview/Maintenances.json
- stable/2023-06-30/PrivateEndpointConnections.json
- stable/2023-06-30/PrivateLinkResources.json
suppressions:
- code: PostOperationAsyncResponseValidation
from: FlexibleServers.json
reason: This check is optional.
- code: PropertiesTypeObjectNoDefinition
from: common-types.json
reason: This will be fixed in new versions.
```

### Tag: package-flexibleserver-2023-10-01-preview
Expand Down Expand Up @@ -175,11 +183,11 @@ input-file:
- preview/2023-10-01-preview/Maintenances.json
```

### Tag: package-flexibleserver-2023-12-30
### Tag: package-flexibleserver-2023-12-30-preview

These settings apply only when `--tag=package-flexibleserver-2023-12-30` is specified on the command line.
These settings apply only when `--tag=package-flexibleserver-2023-12-30-preview` is specified on the command line.

``` yaml $(tag) == 'package-flexibleserver-2023-12-30'
``` yaml $(tag) == 'package-flexibleserver-2023-12-30-preview'
input-file:
- preview/2023-06-01-preview/AzureADAdministrator.json
- preview/2023-10-01-preview/Backups.json
Expand All @@ -195,11 +203,11 @@ input-file:
- preview/2023-10-01-preview/Maintenances.json
```

### Tag: package-flexibleserver-2024-01-01
### Tag: package-flexibleserver-2023-12-30

These settings apply only when `--tag=package-flexibleserver-2024-01-01` is specified on the command line.
These settings apply only when `--tag=package-flexibleserver-2023-12-30` is specified on the command line.

``` yaml $(tag) == 'package-flexibleserver-2024-01-01'
``` yaml $(tag) == 'package-flexibleserver-2023-12-30'
input-file:
- stable/2023-12-30/AzureADAdministrator.json
- stable/2023-12-30/Backups.json
Expand Down Expand Up @@ -275,16 +283,6 @@ input-file:
- stable/2023-12-30/Maintenances.json
```

### Tag: package-flexibleserver-2023-06-30-privatelink

These settings apply only when `--tag=package-flexibleserver-2023-06-30-privatelink` is specified on the command line.

``` yaml $(tag) == 'package-flexibleserver-2023-06-30-privatelink'
input-file:
- stable/2023-06-30/PrivateEndpointConnections.json
- stable/2023-06-30/PrivateLinkResources.json
```

### Tag: package-flexibleserver-2022-01-01

These settings apply only when `--tag=package-flexibleserver-2022-01-01` is specified on the command line.
Expand Down
Loading