Michael van Tellingen

Results 51 issues of Michael van Tellingen

We have created a separate resource for the rates within a tax category. So now to define a tax category you need: ```hcl resource "commercetools_tax_category" "my-tax-category" { name = "Standard...

enhancement

Terraform supports test sweepers which clean up all resources created during an acceptance test which were not removed correctly. See https://www.terraform.io/plugin/sdkv2/testing/acceptance-tests/sweepers

enhancement

Example usage:: ```go newClient.CustomApplicationGetWithID(context.TODO(), "ckcmb5qvmzpes0714901hx27v") draft := &commercetools.CustomApplicationDraft{ Name: "terraform-test", NavbarMenu: commercetools.CustomApplicationNavbarMenu{ Key: "foobar", URIPath: "no-idea", Permissions: []string{"ViewCategories"}, LabelAllLocales: []commercetools.CustomApplicationLabelLocale{ commercetools.CustomApplicationLabelLocale{ Locale: "NL", Value: "Michael Test", }, }, Submenu: []commercetools.CustomApplicationNavbarSubmenu{},...

Remove the old generate interface to the platform API. This includes the packages `commercetools.types` and `commercetools.services` TODO: - [x] Handle the old `force_update` argument - [x] Handle the old `force_delete`...

https://azure.microsoft.com/en-us/services/key-vault/

See https://github.com/spulec/moto/pull/907

https://www.vaultproject.io/

Hi, So this will unfortunately be a PR from a branch I'm working on which will contain various separate changes. So first of all sorry for not creating separate pull...

The ProductChangeSlugUpdateAction for example has the staged attribute. This should be set by default to False. I quickly read through the raml specs again and it seems it support defining...