@@ -962,7 +962,6 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
962
962
Pod : pod ,
963
963
PodWithClonedVolume : podWithClonedVolume ,
964
964
StorageClassParameters : map [string ]string {
965
- "useDataPlaneAPI" : "true" ,
966
965
"skuName" : "Premium_LRS" ,
967
966
"protocol" : "nfs" ,
968
967
"mountPermissions" : "0755" ,
@@ -995,7 +994,6 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
995
994
Pod : pod ,
996
995
PodWithClonedVolume : podWithClonedVolume ,
997
996
StorageClassParameters : map [string ]string {
998
- "useDataPlaneAPI" : "true" ,
999
997
"skuName" : "Premium_LRS" ,
1000
998
"protocol" : "nfs" ,
1001
999
"mountPermissions" : "0755" ,
@@ -1029,9 +1027,8 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1029
1027
Pod : pod ,
1030
1028
PodWithClonedVolume : podWithClonedVolume ,
1031
1029
StorageClassParameters : map [string ]string {
1032
- "useDataPlaneAPI" : "true" ,
1033
- "skuName" : "Standard_LRS" ,
1034
- "protocol" : "fuse2" ,
1030
+ "skuName" : "Standard_LRS" ,
1031
+ "protocol" : "fuse2" ,
1035
1032
},
1036
1033
}
1037
1034
test .Run (ctx , cs , ns )
@@ -1062,9 +1059,8 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1062
1059
Pod : pod ,
1063
1060
PodWithClonedVolume : podWithClonedVolume ,
1064
1061
StorageClassParameters : map [string ]string {
1065
- "useDataPlaneAPI" : "true" ,
1066
- "skuName" : "Standard_LRS" ,
1067
- "protocol" : "fuse2" ,
1062
+ "skuName" : "Standard_LRS" ,
1063
+ "protocol" : "fuse2" ,
1068
1064
},
1069
1065
}
1070
1066
test .Run (ctx , cs , ns )
@@ -1094,14 +1090,12 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1094
1090
Pod : pod ,
1095
1091
PodWithClonedVolume : podWithClonedVolume ,
1096
1092
StorageClassParameters : map [string ]string {
1097
- "useDataPlaneAPI" : "true" ,
1098
1093
"skuName" : "Premium_LRS" ,
1099
1094
"protocol" : "nfs" ,
1100
1095
"mountPermissions" : "0755" ,
1101
1096
"allowsharedkeyaccess" : "true" ,
1102
1097
},
1103
1098
ClonedStorageClassParameters : map [string ]string {
1104
- "useDataPlaneAPI" : "true" ,
1105
1099
"skuName" : "Standard_LRS" ,
1106
1100
"protocol" : "nfs" ,
1107
1101
"mountPermissions" : "0755" ,
@@ -1136,14 +1130,12 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
1136
1130
Pod : pod ,
1137
1131
PodWithClonedVolume : podWithClonedVolume ,
1138
1132
StorageClassParameters : map [string ]string {
1139
- "useDataPlaneAPI" : "true" ,
1140
- "skuName" : "Standard_LRS" ,
1141
- "protocol" : "fuse2" ,
1133
+ "skuName" : "Standard_LRS" ,
1134
+ "protocol" : "fuse2" ,
1142
1135
},
1143
1136
ClonedStorageClassParameters : map [string ]string {
1144
- "useDataPlaneAPI" : "true" ,
1145
- "skuName" : "Premium_LRS" ,
1146
- "protocol" : "fuse2" ,
1137
+ "skuName" : "Premium_LRS" ,
1138
+ "protocol" : "fuse2" ,
1147
1139
},
1148
1140
}
1149
1141
test .Run (ctx , cs , ns )
0 commit comments