Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add validation to all the things #30

Merged
merged 2 commits into from
Jan 23, 2019

Conversation

katbyte
Copy link
Collaborator

@katbyte katbyte commented Jan 23, 2019

No description provided.

@katbyte katbyte added this to the 0.2.0 milestone Jan 23, 2019
@katbyte katbyte requested a review from a team January 23, 2019 03:37
@ghost ghost added the size/XS label Jan 23, 2019
@katbyte
Copy link
Collaborator Author

katbyte commented Jan 23, 2019

[19:36:47] kt@snowbook:~/hashi/..3../terraform-providers/terraform-provider-azuread▸master$ make fmt; make testacc TEST=./azuread TESTARGS=-test.run=TestAc
==> Fixing source code with gofmt...
gofmt -s -w ./azuread
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./azuread -v -test.run=TestAc -timeout 180m -ldflags="-X=github.com/terraform-providers/terraform-provider-azuread/version.ProviderVersion=acc"
=== RUN   TestAccAzureADApplicationDataSource_byObjectId
=== PAUSE TestAccAzureADApplicationDataSource_byObjectId
=== RUN   TestAccAzureADApplicationDataSource_byObjectIdComplete
=== PAUSE TestAccAzureADApplicationDataSource_byObjectIdComplete
=== RUN   TestAccAzureADApplicationDataSource_byName
=== PAUSE TestAccAzureADApplicationDataSource_byName
=== RUN   TestAccAzureADServicePrincipalDataSource_byApplicationId
=== PAUSE TestAccAzureADServicePrincipalDataSource_byApplicationId
=== RUN   TestAccAzureADServicePrincipalDataSource_byDisplayName
=== PAUSE TestAccAzureADServicePrincipalDataSource_byDisplayName
=== RUN   TestAccAzureADServicePrincipalDataSource_byObjectId
=== PAUSE TestAccAzureADServicePrincipalDataSource_byObjectId
=== RUN   TestAccAzureADApplication_basic
=== PAUSE TestAccAzureADApplication_basic
=== RUN   TestAccAzureADApplication_availableToOtherTenants
=== PAUSE TestAccAzureADApplication_availableToOtherTenants
=== RUN   TestAccAzureADApplication_complete
=== PAUSE TestAccAzureADApplication_complete
=== RUN   TestAccAzureADApplication_update
=== PAUSE TestAccAzureADApplication_update
=== RUN   TestAccAzureADServicePrincipalPassword_basic
=== PAUSE TestAccAzureADServicePrincipalPassword_basic
=== RUN   TestAccAzureADServicePrincipalPassword_requiresImport
--- SKIP: TestAccAzureADServicePrincipalPassword_requiresImport (0.00s)
    resource_service_principal_password_test.go:47: Skipping since resources aren't required to be imported
=== RUN   TestAccAzureADServicePrincipalPassword_customKeyId
=== PAUSE TestAccAzureADServicePrincipalPassword_customKeyId
=== RUN   TestAccAzureADServicePrincipal_basic
=== PAUSE TestAccAzureADServicePrincipal_basic
=== CONT  TestAccAzureADApplicationDataSource_byObjectId
=== CONT  TestAccAzureADApplication_availableToOtherTenants
=== CONT  TestAccAzureADServicePrincipalDataSource_byDisplayName
=== CONT  TestAccAzureADApplication_basic
=== CONT  TestAccAzureADServicePrincipalDataSource_byObjectId
=== CONT  TestAccAzureADApplicationDataSource_byName
=== CONT  TestAccAzureADServicePrincipalDataSource_byApplicationId
=== CONT  TestAccAzureADServicePrincipalPassword_customKeyId
=== CONT  TestAccAzureADApplication_update
--- PASS: TestAccAzureADApplication_basic (3.43s)
--- PASS: TestAccAzureADApplication_availableToOtherTenants (3.43s)
=== CONT  TestAccAzureADServicePrincipalPassword_basic
--- PASS: TestAccAzureADApplicationDataSource_byObjectId (4.50s)
=== CONT  TestAccAzureADApplication_complete
--- PASS: TestAccAzureADApplicationDataSource_byName (4.69s)
=== CONT  TestAccAzureADServicePrincipal_basic
--- PASS: TestAccAzureADServicePrincipalDataSource_byDisplayName (6.19s)
=== CONT  TestAccAzureADApplicationDataSource_byObjectIdComplete
--- PASS: TestAccAzureADServicePrincipalDataSource_byApplicationId (6.37s)
--- PASS: TestAccAzureADServicePrincipalDataSource_byObjectId (6.66s)
--- PASS: TestAccAzureADApplication_complete (3.43s)
--- PASS: TestAccAzureADServicePrincipalPassword_customKeyId (8.54s)
--- PASS: TestAccAzureADApplication_update (5.13s)
--- PASS: TestAccAzureADServicePrincipal_basic (4.46s)
--- PASS: TestAccAzureADApplicationDataSource_byObjectIdComplete (4.09s)
--- PASS: TestAccAzureADServicePrincipalPassword_basic (7.58s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azuread/azuread	11.169s
[19:37:07] kt@snowbook:~/hashi/..3../terraform-providers/terraform-provider-azuread▸refactor/validate-all-things$

Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tombuildsstuff tombuildsstuff merged commit 22d86a6 into master Jan 23, 2019
@tombuildsstuff tombuildsstuff deleted the refactor/validate-all-things branch January 23, 2019 13:28
tombuildsstuff added a commit that referenced this pull request Jan 23, 2019
@ghost
Copy link

ghost commented Mar 5, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants