Skip to content

Commit

Permalink
CodeGen from PR 30562 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 28dcb2a080b1e5cdd8f959a7205efa41f2830598 into a8cade7d0128ce1ffbad45e166ce1ed104c3299c
  • Loading branch information
SDKAuto committed Sep 18, 2024
1 parent d5d9188 commit 8d90a3c
Show file tree
Hide file tree
Showing 127 changed files with 21,135 additions and 10,531 deletions.
300 changes: 300 additions & 0 deletions sdk/resourcemanager/appcontainers/armappcontainers/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sdk/resourcemanager/appcontainers/armappcontainers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Container Apps Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v4)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v4)

The `armappcontainers` module provides operations for working with Azure Container Apps.

Expand All @@ -20,7 +20,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Container Apps module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v4
```

## Authorization
Expand Down Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armappcontainers.NewClientFactory(<subscription ID>, cred,
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.NewAvailableWorkloadProfilesClient()
client := clientFactory.NewAppResiliencyClient()
```

## Fakes
Expand Down

Large diffs are not rendered by default.

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/edf14cc0a577f6b9c4e3ce018cec0c383e64b7b0/specification/app/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/edf14cc0a577f6b9c4e3ce018cec0c383e64b7b0/specification/app/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 3.0.0
tag: package-2024-03
module-version: 4.0.0-beta.1
```

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 8d90a3c

Please sign in to comment.