There are a couple of additional resources will be created by the service, so skip this test for resouce group mode. func TestFunctionAppSlot(t *testing.T) { t.Parallel() test.Precheck(t) c, d := cases.CaseFunctionAppSlot{}, test.NewData() runCase(t, d, c) }
(t *testing.T)
| 132 | // } |
| 133 | |
| 134 | func TestStorageFileShare(t *testing.T) { |
| 135 | t.Parallel() |
| 136 | test.Precheck(t) |
| 137 | c, d := cases.CaseStorageFileShare{}, test.NewData() |
| 138 | runCase(t, d, c) |
| 139 | } |