Skip to content

Commit f11ffc7

Browse files
authored
sdk/resourcemanager/iotcentral/armiotcentral live test (#22123)
1 parent 2c69ff8 commit f11ffc7

File tree

4 files changed

+200
-1
lines changed

4 files changed

+200
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"AssetsRepo": "Azure/azure-sdk-assets",
3+
"AssetsRepoPrefixPath": "go",
4+
"TagPrefix": "go/resourcemanager/iotcentral/armiotcentral",
5+
"Tag": "go/resourcemanager/iotcentral/armiotcentral_9600a1e8b1"
6+
}

sdk/resourcemanager/iotcentral/armiotcentral/go.mod

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ go 1.18
55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0
77
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
8+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0
9+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2 v2.0.0
10+
github.com/stretchr/testify v1.8.4
811
)
912

1013
require (
11-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0 // indirect
14+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1 // indirect
1215
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect
16+
github.com/davecgh/go-spew v1.1.1 // indirect
17+
github.com/dnaeon/go-vcr v1.2.0 // indirect
1318
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
1419
github.com/google/uuid v1.3.1 // indirect
1520
github.com/kylelemons/godebug v1.1.0 // indirect
1621
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
22+
github.com/pmezard/go-difflib v1.0.0 // indirect
1723
golang.org/x/crypto v0.14.0 // indirect
1824
golang.org/x/net v0.17.0 // indirect
1925
golang.org/x/sys v0.13.0 // indirect
2026
golang.org/x/text v0.13.0 // indirect
27+
gopkg.in/yaml.v2 v2.4.0 // indirect
28+
gopkg.in/yaml.v3 v3.0.1 // indirect
2129
)

sdk/resourcemanager/iotcentral/armiotcentral/go.sum

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,31 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 h1:BMAjVKJM0U/CYF27gA0ZM
44
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0/go.mod h1:1fXstnBMas5kzG+S3q8UoJcmyU6nUeunJcMDHcRYHhs=
55
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0 h1:d81/ng9rET2YqdVkVwkb6EXeRrLJIwyGnJcAlAWKwhs=
66
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0/go.mod h1:s4kgfzA0covAXNicZHDMN58jExvcng2mC/DepXiF1EI=
7+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v1.1.2 h1:mLY+pNLjCUeKhgnAJWAKhEUQM+RJQo2H1fuGSw1Ky1E=
8+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2 v2.0.0 h1:PTFGRSlMKCQelWwxUyYVEUqseBJVemLyqWJjvMyt0do=
9+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2 v2.0.0/go.mod h1:LRr2FzBTQlONPPa5HREE5+RjSCTXl7BwOvYOaWTqCaI=
10+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/managementgroups/armmanagementgroups v1.0.0 h1:pPvTJ1dY0sA35JOeFq6TsY2xj6Z85Yo23Pj4wCCvu4o=
11+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1 h1:7CBQ+Ei8SP2c6ydQTGCCrS35bDxgTMfoP2miAwK++OU=
12+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1/go.mod h1:c/wcGeGx5FUPbM/JltUYHZcKmigwyVLJlDq+4HdtXaw=
713
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 h1:WpB/QDNLpMw72xHJc34BNNykqSOeEJDAWkhf0u12/Jk=
814
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
915
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
16+
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1017
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
18+
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
1119
github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE=
1220
github.com/golang-jwt/jwt/v5 v5.0.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
1321
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
1422
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
1523
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
1624
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
25+
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
1726
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=
1827
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI=
1928
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
29+
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
2030
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
31+
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
2132
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
2233
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
2334
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
@@ -27,5 +38,10 @@ golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
2738
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2839
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
2940
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
41+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
42+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
43+
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
3044
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
45+
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
3146
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
47+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
//go:build go1.18
2+
// +build go1.18
3+
4+
// Copyright (c) Microsoft Corporation. All rights reserved.
5+
// Licensed under the MIT License. See License.txt in the project root for license information.
6+
7+
package armiotcentral_test
8+
9+
import (
10+
"context"
11+
"fmt"
12+
"testing"
13+
14+
"github.com/Azure/azure-sdk-for-go/sdk/azcore"
15+
"github.com/Azure/azure-sdk-for-go/sdk/azcore/arm"
16+
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
17+
"github.com/Azure/azure-sdk-for-go/sdk/internal/recording"
18+
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2/testutil"
19+
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/iotcentral/armiotcentral"
20+
"github.com/stretchr/testify/suite"
21+
)
22+
23+
type IotcentralTestSuite struct {
24+
suite.Suite
25+
26+
ctx context.Context
27+
cred azcore.TokenCredential
28+
options *arm.ClientOptions
29+
armEndpoint string
30+
resourceName string
31+
location string
32+
resourceGroupName string
33+
subscriptionId string
34+
}
35+
36+
func (testsuite *IotcentralTestSuite) SetupSuite() {
37+
testutil.StartRecording(testsuite.T(), "sdk/resourcemanager/iotcentral/armiotcentral/testdata")
38+
39+
testsuite.ctx = context.Background()
40+
testsuite.cred, testsuite.options = testutil.GetCredAndClientOptions(testsuite.T())
41+
testsuite.armEndpoint = "https://management.azure.com"
42+
testsuite.resourceName, _ = recording.GenerateAlphaNumericID(testsuite.T(), "resource", 14, true)
43+
testsuite.location = recording.GetEnvVariable("LOCATION", "eastus")
44+
testsuite.resourceGroupName = recording.GetEnvVariable("RESOURCE_GROUP_NAME", "scenarioTestTempGroup")
45+
testsuite.subscriptionId = recording.GetEnvVariable("AZURE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000")
46+
resourceGroup, _, err := testutil.CreateResourceGroup(testsuite.ctx, testsuite.subscriptionId, testsuite.cred, testsuite.options, testsuite.location)
47+
testsuite.Require().NoError(err)
48+
testsuite.resourceGroupName = *resourceGroup.Name
49+
}
50+
51+
func (testsuite *IotcentralTestSuite) TearDownSuite() {
52+
_, err := testutil.DeleteResourceGroup(testsuite.ctx, testsuite.subscriptionId, testsuite.cred, testsuite.options, testsuite.resourceGroupName)
53+
testsuite.Require().NoError(err)
54+
testutil.StopRecording(testsuite.T())
55+
}
56+
57+
func TestIotcentralTestSuite(t *testing.T) {
58+
suite.Run(t, new(IotcentralTestSuite))
59+
}
60+
61+
// Microsoft.IoTCentral/iotApps/{resourceName}
62+
func (testsuite *IotcentralTestSuite) TestApps() {
63+
var err error
64+
// From step Apps_CheckNameAvailability
65+
fmt.Println("Call operation: Apps_CheckNameAvailability")
66+
appsClient, err := armiotcentral.NewAppsClient(testsuite.subscriptionId, testsuite.cred, testsuite.options)
67+
testsuite.Require().NoError(err)
68+
_, err = appsClient.CheckNameAvailability(testsuite.ctx, armiotcentral.OperationInputs{
69+
Name: to.Ptr("myiotcentralapp"),
70+
Type: to.Ptr("IoTApps"),
71+
}, nil)
72+
testsuite.Require().NoError(err)
73+
74+
// From step Apps_CreateOrUpdate
75+
fmt.Println("Call operation: Apps_CreateOrUpdate")
76+
appsClientCreateOrUpdateResponsePoller, err := appsClient.BeginCreateOrUpdate(testsuite.ctx, testsuite.resourceGroupName, testsuite.resourceName, armiotcentral.App{
77+
Location: to.Ptr(testsuite.location),
78+
Identity: &armiotcentral.SystemAssignedServiceIdentity{
79+
Type: to.Ptr(armiotcentral.SystemAssignedServiceIdentityTypeSystemAssigned),
80+
},
81+
Properties: &armiotcentral.AppProperties{
82+
DisplayName: to.Ptr("My IoT Central App"),
83+
Subdomain: to.Ptr("my-iotcentral-app"),
84+
Template: to.Ptr("[email protected]"),
85+
},
86+
SKU: &armiotcentral.AppSKUInfo{
87+
Name: to.Ptr(armiotcentral.AppSKUST2),
88+
},
89+
}, nil)
90+
testsuite.Require().NoError(err)
91+
_, err = testutil.PollForTest(testsuite.ctx, appsClientCreateOrUpdateResponsePoller)
92+
testsuite.Require().NoError(err)
93+
94+
// From step Apps_ListBySubscription
95+
fmt.Println("Call operation: Apps_ListBySubscription")
96+
appsClientNewListBySubscriptionPager := appsClient.NewListBySubscriptionPager(nil)
97+
for appsClientNewListBySubscriptionPager.More() {
98+
_, err := appsClientNewListBySubscriptionPager.NextPage(testsuite.ctx)
99+
testsuite.Require().NoError(err)
100+
break
101+
}
102+
103+
// From step Apps_ListByResourceGroup
104+
fmt.Println("Call operation: Apps_ListByResourceGroup")
105+
appsClientNewListByResourceGroupPager := appsClient.NewListByResourceGroupPager(testsuite.resourceGroupName, nil)
106+
for appsClientNewListByResourceGroupPager.More() {
107+
_, err := appsClientNewListByResourceGroupPager.NextPage(testsuite.ctx)
108+
testsuite.Require().NoError(err)
109+
break
110+
}
111+
112+
// From step Apps_Get
113+
fmt.Println("Call operation: Apps_Get")
114+
_, err = appsClient.Get(testsuite.ctx, testsuite.resourceGroupName, testsuite.resourceName, nil)
115+
testsuite.Require().NoError(err)
116+
117+
// From step Apps_Update
118+
fmt.Println("Call operation: Apps_Update")
119+
appsClientUpdateResponsePoller, err := appsClient.BeginUpdate(testsuite.ctx, testsuite.resourceGroupName, testsuite.resourceName, armiotcentral.AppPatch{
120+
Identity: &armiotcentral.SystemAssignedServiceIdentity{
121+
Type: to.Ptr(armiotcentral.SystemAssignedServiceIdentityTypeSystemAssigned),
122+
},
123+
Properties: &armiotcentral.AppProperties{
124+
DisplayName: to.Ptr("My IoT Central App 2"),
125+
},
126+
}, nil)
127+
testsuite.Require().NoError(err)
128+
_, err = testutil.PollForTest(testsuite.ctx, appsClientUpdateResponsePoller)
129+
testsuite.Require().NoError(err)
130+
131+
// From step Apps_CheckSubdomainAvailability
132+
fmt.Println("Call operation: Apps_CheckSubdomainAvailability")
133+
_, err = appsClient.CheckSubdomainAvailability(testsuite.ctx, armiotcentral.OperationInputs{
134+
Name: to.Ptr("myiotcentralapp"),
135+
Type: to.Ptr("IoTApps"),
136+
}, nil)
137+
testsuite.Require().NoError(err)
138+
139+
// From step Apps_ListTemplates
140+
fmt.Println("Call operation: Apps_ListTemplates")
141+
appsClientNewListTemplatesPager := appsClient.NewListTemplatesPager(nil)
142+
for appsClientNewListTemplatesPager.More() {
143+
_, err := appsClientNewListTemplatesPager.NextPage(testsuite.ctx)
144+
testsuite.Require().NoError(err)
145+
break
146+
}
147+
148+
// From step Apps_Delete
149+
fmt.Println("Call operation: Apps_Delete")
150+
appsClientDeleteResponsePoller, err := appsClient.BeginDelete(testsuite.ctx, testsuite.resourceGroupName, testsuite.resourceName, nil)
151+
testsuite.Require().NoError(err)
152+
_, err = testutil.PollForTest(testsuite.ctx, appsClientDeleteResponsePoller)
153+
testsuite.Require().NoError(err)
154+
}
155+
156+
// Microsoft.IoTCentral/operations
157+
func (testsuite *IotcentralTestSuite) TestOperations() {
158+
var err error
159+
// From step Operations_List
160+
fmt.Println("Call operation: Operations_List")
161+
operationsClient, err := armiotcentral.NewOperationsClient(testsuite.cred, testsuite.options)
162+
testsuite.Require().NoError(err)
163+
operationsClientNewListPager := operationsClient.NewListPager(nil)
164+
for operationsClientNewListPager.More() {
165+
_, err := operationsClientNewListPager.NextPage(testsuite.ctx)
166+
testsuite.Require().NoError(err)
167+
break
168+
}
169+
}

0 commit comments

Comments
 (0)