-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GetEnvironmentVariable support for Secret datatype
- Loading branch information
1 parent
150a297
commit 9b2b65c
Showing
11 changed files
with
145 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nvironmentVariable/customapiresponseproperties/ValueDecimal/customapiresponseproperty.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...EnvironmentVariable/customapiresponseproperties/ValueSecret/customapiresponseproperty.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<customapiresponseproperty uniquename="ValueSecret"> | ||
<description default="Secret Value from Key Vault"> | ||
<label description="Secret Value from Key Vault" languagecode="1033" /> | ||
</description> | ||
<displayname default="GetEnvironmentVariable-Out-ValueSecret"> | ||
<label description="GetEnvironmentVariable-Out-ValueSecret" languagecode="1033" /> | ||
</displayname> | ||
<iscustomizable>1</iscustomizable> | ||
<name>GetEnvironmentVariable-Out-ValueSecret</name> | ||
<type>10</type> | ||
</customapiresponseproperty> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nvironmentVariable/customapiresponseproperties/ValueDecimal/customapiresponseproperty.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...EnvironmentVariable/customapiresponseproperties/ValueSecret/customapiresponseproperty.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<customapiresponseproperty uniquename="ValueSecret"> | ||
<description default="Secret Value from Key Vault"> | ||
<label description="Secret Value from Key Vault" languagecode="1033" /> | ||
</description> | ||
<displayname default="GetEnvironmentVariable-Out-ValueSecret"> | ||
<label description="GetEnvironmentVariable-Out-ValueSecret" languagecode="1033" /> | ||
</displayname> | ||
<iscustomizable>1</iscustomizable> | ||
<name>GetEnvironmentVariable-Out-ValueSecret</name> | ||
<type>10</type> | ||
</customapiresponseproperty> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.CrmSdk.CoreTools" version="9.1.0.64" targetFramework="net40" /> | ||
<package id="spkl" version="1.0.440" targetFramework="net40" /> | ||
<package id="Microsoft.CrmSdk.CoreTools" version="9.1.0.92" targetFramework="net40" /> | ||
<package id="spkl" version="1.0.640" targetFramework="net40" /> | ||
</packages> |