Skip to content

Commit

Permalink
CodeGen from PR 31528 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 5bb89324ebcbcacb95fc699befd86df7bd1739c0 into b755f17708315a4941a3e9a9d6320ce3bf173eef
  • Loading branch information
SDKAuto committed Nov 14, 2024
1 parent a705e3e commit 3ba79b1
Show file tree
Hide file tree
Showing 94 changed files with 1,897 additions and 15,570 deletions.
4 changes: 4 additions & 0 deletions sdk/resourcemanager/postgresql/armpostgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.2.1 (2024-11-14)
### Other Changes


## 1.2.0 (2023-11-30)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/postgresql/armpostgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ clientFactory, err := armpostgresql.NewClientFactory(<subscription ID>, cred, &o
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewServersClient()
client := clientFactory.NewCheckNameAvailabilityClient()
```

## Fakes
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/postgresql/armpostgresql/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/postgresql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/postgresql/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/postgresql/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/postgresql/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.2.0
module-version: 1.2.1
package-singleservers: true
```

This file was deleted.

116 changes: 75 additions & 41 deletions sdk/resourcemanager/postgresql/armpostgresql/client_factory.go

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

Loading

0 comments on commit 3ba79b1

Please sign in to comment.