Skip to content

Commit

Permalink
regenerate identity sdk to be under azcommunicationidentity
Browse files Browse the repository at this point in the history
  • Loading branch information
olena-stoliarova committed Feb 13, 2023
1 parent 4cdb32a commit 6e3c612
Show file tree
Hide file tree
Showing 9 changed files with 897 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/communication/azcommunicationidentity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Use this command to generate Identity SDK code

autorest --input-file=https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/communication/data-plane/Identity/stable/2022-10-01/CommunicationIdentity.json --go --license-header=MICROSOFT_APACHE_NO_VERSION --namespace=azcommunicationidentity --output-folder=./azcommunicationidentity --package-version=v1.0.0-beta --clear-output-folder --can-clear-output-folder
264 changes: 264 additions & 0 deletions sdk/communication/azcommunicationidentity/client.go

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

35 changes: 35 additions & 0 deletions sdk/communication/azcommunicationidentity/constants.go

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

11 changes: 11 additions & 0 deletions sdk/communication/azcommunicationidentity/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/Azure/azure-sdk-for-go/sdk/communication/azcommunicationidentity

go 1.18

require github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1

require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
)
12 changes: 12 additions & 0 deletions sdk/communication/azcommunicationidentity/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1 h1:gVXuXcWd1i4C2Ruxe321aU+IKGaStvGB/S90PUPB/W8=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1/go.mod h1:DffdKW9RFqa5VgmsjUOsS7UE7eiA5iAvYUs63bhKQ0M=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 h1:+5VZ72z0Qan5Bog5C+ZkgSqUbeVUd9wgtHOrIKuc5b8=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2/go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
golang.org/x/net v0.5.0 h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=
golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws=
golang.org/x/text v0.6.0 h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=
golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
Loading

0 comments on commit 6e3c612

Please sign in to comment.