diff --git a/packages/react/i18n/resources.resjson b/packages/react/i18n/resources.resjson index f9e72540a..45d0f314a 100644 --- a/packages/react/i18n/resources.resjson +++ b/packages/react/i18n/resources.resjson @@ -1,9 +1,5 @@ { "lib.react.account.parameter.name.label": "Account name", - "lib.react.arm.location": "Location", - "lib.react.arm.resourceGroup": "Resource group", - "lib.react.arm.storageAccount": "Storage account", - "lib.react.arm.subscription": "Subscription", "lib.react.pool.infoBox.nodeCommsModeDiffers.message": "If the target node communication mode differs from the current mode, Batch will attempt to update the mode the next time the pool is resized down to zero compute nodes and back up.", "lib.react.pool.notFound": "No pool found", "lib.react.pool.parameter.currentNodeCommunicationMode.label": "Current node communication mode", diff --git a/packages/react/src/account/arm.i18n.yml b/packages/react/src/account/arm.i18n.yml deleted file mode 100644 index 108006bed..000000000 --- a/packages/react/src/account/arm.i18n.yml +++ /dev/null @@ -1,5 +0,0 @@ -arm: - location: Location - resourceGroup: Resource group - storageAccount: Storage account - subscription: Subscription