Skip to content

Commit 2c2db6c

Browse files
committed
fix style check
1 parent 1f325ef commit 2c2db6c

File tree

1 file changed

+0
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/vm/azure_stack

1 file changed

+0
-4
lines changed

src/azure-cli/azure/cli/command_modules/vm/azure_stack/commands.py

-4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ def load_command_table(self, _):
148148
client_factory=cf_gallery_image_versions,
149149
)
150150

151-
compute_proximity_placement_groups_sdk = CliCommandType(
152-
operations_tmpl='azure.mgmt.compute.operations#ProximityPlacementGroupsOperations.{}',
153-
)
154-
155151
compute_dedicated_host_sdk = CliCommandType(
156152
operations_tmpl="azure.mgmt.compute.operations#DedicatedHostsOperations.{}",
157153
client_factory=cf_dedicated_hosts,

0 commit comments

Comments
 (0)