Skip to content
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

[AutoPR sdk/resourcemanager/sql/armsql] Remove space of "IPv6 FirewallRule" in Microsoft.SQL 2023-05-01-preview #8004

Closed
wants to merge 1 commit into from
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions sdk/resourcemanager/sql/armsql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release History

## 2.0.0-beta.3 (2023-11-15)
### Breaking Changes

- Function `timeRFC3339.MarshalText` has been removed
- Function `*timeRFC3339.Parse` has been removed
- Function `*timeRFC3339.UnmarshalText` has been removed

### Features Added

- New function `*ClientFactory.NewJobPrivateEndpointsClient() *JobPrivateEndpointsClient`
- New function `NewJobPrivateEndpointsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*JobPrivateEndpointsClient, error)`
- New function `*JobPrivateEndpointsClient.BeginCreateOrUpdate(context.Context, string, string, string, string, JobPrivateEndpoint, *JobPrivateEndpointsClientBeginCreateOrUpdateOptions) (*runtime.Poller[JobPrivateEndpointsClientCreateOrUpdateResponse], error)`
- New function `*JobPrivateEndpointsClient.BeginDelete(context.Context, string, string, string, string, *JobPrivateEndpointsClientBeginDeleteOptions) (*runtime.Poller[JobPrivateEndpointsClientDeleteResponse], error)`
- New function `*JobPrivateEndpointsClient.Get(context.Context, string, string, string, string, *JobPrivateEndpointsClientGetOptions) (JobPrivateEndpointsClientGetResponse, error)`
- New function `*JobPrivateEndpointsClient.NewListByAgentPager(string, string, string, *JobPrivateEndpointsClientListByAgentOptions) *runtime.Pager[JobPrivateEndpointsClientListByAgentResponse]`
- New function `dateTimeRFC3339.MarshalText() ([]byte, error)`
- New function `*dateTimeRFC3339.Parse(string) error`
- New function `*dateTimeRFC3339.UnmarshalText([]byte) error`
- New struct `JobPrivateEndpoint`
- New struct `JobPrivateEndpointListResult`
- New struct `JobPrivateEndpointProperties`
- New field `DNSZone`, `MaintenanceConfigurationID` in struct `InstancePoolProperties`
- New field `Properties`, `SKU` in struct `InstancePoolUpdate`


## 2.0.0-beta.2 (2023-09-22)
### Features Added

Expand Down
10 changes: 9 additions & 1 deletion sdk/resourcemanager/sql/armsql/agent_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 0 additions & 79 deletions sdk/resourcemanager/sql/armsql/agent_client_example_test.go

This file was deleted.

7 changes: 3 additions & 4 deletions sdk/resourcemanager/sql/armsql/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/c78b5d8bd3aff2d82a5f034d9164b1a9ac030e09/specification/sql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c78b5d8bd3aff2d82a5f034d9164b1a9ac030e09/specification/sql/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/sql/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/sql/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.2
tag: package-composite-v5
module-version: 2.0.0-beta.3
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading