Skip to content

Commit

Permalink
Merge pull request #8743 from OfficeDev/xiaofhua/remove-apim
Browse files Browse the repository at this point in the history
refactor(apim): remove unused apim code
  • Loading branch information
kimizhu authored Jul 11, 2023
2 parents fcd3dbd + f8ef876 commit 24f52e6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 675 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/packages/cli/src/cmds/m365 @swatDong @kuojianlu @kimizhu
/packages/cli/src/cmds/preview @swatDong @kuojianlu @qinezh @a1exwang
/packages/tests/src/e2e/collaboration @KennethBWSong @adashen @SLdragon
/packages/tests/src/e2e/apim @XiaofuHuang @dooriya @kimizhu
/packages/tests/src/e2e/frontend @hund030 @eriolchan @huimiu
/packages/tests/src/e2e/bot @JerryYangKai @eriolchan @Siglud @Yukun-dong
/packages/tests/src/e2e/scaffold @hund030 @eriolchan @huimiu
Expand Down
1 change: 0 additions & 1 deletion packages/fx-core/.nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"src/common/armInterface.ts",
"src/plugins/resource/localdebug/legacyPlugin.ts",
"src/plugins/resource/aad/interfaces/**/*",
"src/component/resource/apim/interfaces/**/*",
"src/plugins/resource/bot/interface.ts",
"src/plugins/resource/bot/appStudio/interfaces/**/*",
"src/plugins/resource/frontend/interface.ts",
Expand Down
24 changes: 0 additions & 24 deletions packages/fx-core/src/component/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const ComponentNames = {
SPFxTab: "spfx-tab",
SPFx: "spfx",
Identity: "identity",
APIMFeature: "apim-feature",
APIM: "apim",
KeyVault: "key-vault",
AzureSQL: "azure-sql",
Expand Down Expand Up @@ -75,29 +74,6 @@ export const ErrorConstants = {
unhandledErrorMessage: "Unhandled Error",
};

export const APIMOutputs = {
serviceResourceId: {
key: "serviceResourceId",
bicepVariable: "provisionOutputs.apimOutput.value.serviceResourceId",
},
productResourceId: {
key: "productResourceId",
bicepVariable: "provisionOutputs.apimOutput.value.productResourceId",
},
authServerResourceId: {
key: "authServerResourceId",
},
apimClientAADObjectId: {
key: "apimClientAADObjectId",
},
apimClientAADClientId: {
key: "apimClientAADClientId",
},
apimClientAADClientSecret: {
key: "apimClientAADClientSecret",
},
};

export const AadAppOutputs = {
applicationIdUris: {
key: "applicationIdUris",
Expand Down
1 change: 0 additions & 1 deletion packages/fx-core/src/component/registerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "./code/botCode";
import "./code/tab/tabCode";
import "./feature/cicd/cicd";
import "./feature/sso";
import "./resource/apim/apim";
import "./resource/azureAppService/azureFunction";
import "./resource/azureAppService/azureWebApp";
import "./resource/azureStorage/azureStorage";
Expand Down
92 changes: 0 additions & 92 deletions packages/fx-core/templates/plugins/resource/apim/README.md

This file was deleted.

Loading

0 comments on commit 24f52e6

Please sign in to comment.