-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeSigning RP: updated readme files (#28346)
* Add blockchain to latest profile * Add additional types * Updated readmes * Updated the readme with trusted signing --------- Co-authored-by: Mark Cowlishaw <[email protected]> Co-authored-by: Amrita Shanbhag <amritas>
- Loading branch information
Showing
7 changed files
with
24 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,3 @@ | ||
These settings apply only when `--java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`. | ||
These settings apply only when --java is specified on the command line. | ||
|
||
``` yaml $(java) | ||
azure-arm: true | ||
fluent: true | ||
namespace: com.microsoft.azure.management.codesigning | ||
license-header: MICROSOFT_MIT_NO_CODEGEN | ||
payload-flattening-threshold: 1 | ||
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-codesigning | ||
``` | ||
### Java multi-api | ||
``` yaml $(java) && $(multiapi) | ||
batch: | ||
- tag: package-2024-02-05-preview | ||
``` | ||
### Tag: package-2024-02-05-preview and java | ||
These settings apply only when `--tag=package-2024-02-05-preview` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2024-02-05-preview' && $(java) && $(multiapi) | ||
java: | ||
namespace: com.microsoft.azure.management.codesigning.v2024_02_05_preview | ||
output-folder: $(azure-libraries-for-java-folder)/codesigning/resource-manager/v2024_02_05_preview | ||
regenerate-manager: true | ||
generate-interface: true | ||
``` | ||
service-name: Trusted Signing |
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,4 +1,4 @@ | ||
# Code Signing | ||
# Trusted Signing | ||
|
||
> see https://aka.ms/autorest | ||
|
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