Skip to content

Commit

Permalink
Azure App Configuration SDK (#17093)
Browse files Browse the repository at this point in the history
  • Loading branch information
antkmsft committed Mar 5, 2022
1 parent 9bab6b4 commit f4feba5
Show file tree
Hide file tree
Showing 16 changed files with 3,308 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
],
"words": [
"azcore",
"azappconfig",
"azidentity",
"unpopulate",
"etag",
Expand Down
19 changes: 19 additions & 0 deletions sdk/appconfiguration/azappconfig/autorest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Go

These settings apply only when `--go` is specified on the command line.

``` yaml
go: true
version: "^3.0.0"
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/e01d8afe9be7633ed36db014af16d47fec01f737/specification/appconfiguration/data-plane/Microsoft.AppConfiguration/stable/1.0/appconfiguration.json
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
output-folder: internal/generated
module: azappconfig
openapi-type: "data-plane"
security: "AADToken"
use: "@autorest/go@4.0.0-preview.35"
module-version: 0.1.0
export-clients: true
```
Loading

0 comments on commit f4feba5

Please sign in to comment.