Skip to content
Merged
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 @@ -121,7 +121,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 @@ -162,11 +170,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 @@ -182,11 +190,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 @@ -262,16 +270,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