Skip to content

Commit

Permalink
template identity version updated (#15058)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored Jun 12, 2021
1 parent 64b939f commit 1dc1f76
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 72 deletions.
2 changes: 1 addition & 1 deletion sdk/template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"devDependencies": {
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.4",
"@azure/test-utils-recorder": "^1.0.0",
"@microsoft/api-extractor": "7.7.11",
"@types/chai": "^4.1.6",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const replaceableVariables: Record<string, string> = {
APPCONFIG_ENDPOINT: "https://myappconfig.azconfig.io",
APPCONFIG_TEST_SETTING_KEY: "test-key",
APPCONFIG_TEST_SETTING_EXPECTED_VALUE: "test-value",
AZURE_TENANT_ID: "azure_tenant_id",
AZURE_TENANT_ID: "12345678-1234-1234-1234-123456789012",
AZURE_CLIENT_ID: "azure_client_id",
AZURE_CLIENT_SECRET: "azure_client_secret"
};
Expand Down

0 comments on commit 1dc1f76

Please sign in to comment.