You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/error-codes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ The following errors can be returned by the Azure Active Directory B2C service.
61
61
|`AADB2C99059`| The supplied request must present a code_challenge. Required for single-page apps using the authorization code flow.|[Authorization code flow](authorization-code-flow.md)|
62
62
|`AADB2C90067`| The post logout redirect URI '{0}' has an invalid format. Specify an https based URL such as 'https://example.com/return' or for native clients use the IETF native client URI 'urn:ietf:wg:oauth:2.0:oob'. |[Send a sign-out request](openid-connect.md#send-a-sign-out-request)|
63
63
|`AADB2C90068`| The provided application with ID '{0}' is not valid against this service. Please use an application created via the B2C portal and try again. |[Register a web application in Azure AD B2C](tutorial-register-applications.md)|
64
+
|`AADB2C90073`| KeyContainer with 'id': '{0}' cannot be found in the directory '{1}' |
64
65
|`AADB2C90075`| The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'. |
65
66
|`AADB2C90077`| User does not have an existing session and request prompt parameter has a value of '{0}'. |
66
67
|`AADB2C90079`| Clients must send a client_secret when redeeming a confidential grant. |[Create a web app client secret](configure-authentication-sample-web-app-with-api.md#step-24-create-a-web-app-client-secret)|
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/localization-string-ids.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
158
158
|**months**| January, February, March, April, May, June, July, August, September, October, November, December |
159
159
|**ver_fail_server**| We are having trouble verifying your email address. Please enter a valid email address and try again. |
160
160
|**error_requiredFieldMissing**| A required field is missing. Please fill out all required fields and try again. |
161
+
|**heading**| User Details |
161
162
|**initial_intro**| Please provide the following details. |
162
163
|**ver_but_resend**| Send new code |
163
164
|**button_continue**| Create |
@@ -234,6 +235,7 @@ The following example shows the use of some of the user interface elements in th
234
235
<LocalizedStringElementType="UxElement"StringId="error_passwordEntryMismatch">The password entry fields do not match. Please enter the same password in both fields and try again.</LocalizedString>
235
236
<LocalizedStringElementType="UxElement"StringId="error_requiredFieldMissing">A required field is missing. Please fill out all required fields and try again.</LocalizedString>
236
237
<LocalizedStringElementType="UxElement"StringId="helplink_text">What is this?</LocalizedString>
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/string-transformations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1062,7 +1062,7 @@ Extracts parts of a string claim type, beginning at the character at the specifi
1062
1062
| InputClaim | inputClaim | string | The claim type, which contains the string. |
1063
1063
| InputParameter | startIndex | int | The zero-based starting character position of a substring in this instance. |
1064
1064
| InputParameter | length | int | The number of characters in the substring. |
1065
-
| OutputClaim | outputClaim |boolean| A string that is equivalent to the substring of length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero. |
1065
+
| OutputClaim | outputClaim |string| A string that is equivalent to the substring of length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero. |
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-oras-artifacts.md
+32-37Lines changed: 32 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Push and pull supply chain artifacts
3
-
description: Push and pull supply chain artifacts using Azure Registry (Preview)
2
+
title: Attach, push, and pull supply chain artifacts
3
+
description: Attach, push, and pull supply chain artifacts using Azure Registry (Preview)
4
4
author: SteveLasker
5
5
manager: gwallace
6
6
ms.topic: article
@@ -21,7 +21,7 @@ ORAS Artifacts support is a preview feature and subject to [limitations](#previe
21
21
22
22
## Prerequisites
23
23
24
-
***ORAS CLI** - The ORAS CLI enables push, discover, pull of artifacts to an ORAS Artifacts enabled registry.
24
+
***ORAS CLI** - The ORAS CLI enables attach, copy, push, discover, pull of artifacts to an ORAS Artifacts enabled registry.
25
25
***Azure CLI** - To create an identity, list and delete repositories, you need a local installation of the Azure CLI. Version 2.29.1 or later is recommended. Run `az --version `to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
26
26
***Docker (optional)** - To complete the walkthrough, a container image is referenced. You can use Docker installed locally to build and push a container image, or reference an existing container image. Docker provides packages that easily configure Docker on any [macOS][docker-mac], [Windows][docker-windows], or [Linux][docker-linux] system.
27
27
@@ -31,11 +31,11 @@ ORAS Artifacts support is not available in the government or China clouds, but a
31
31
32
32
## ORAS installation
33
33
34
-
Download and install a preview ORAS release for your operating system. See [ORAS Install instructions][oras-install-docs] for how to extract and install the file for your operating system, referencing an Alpha.1 preview build from the [ORAS GitHub repo][oras-preview-install]
34
+
Download and install a preview ORAS release for your operating system. See [ORAS installation instructions][oras-install-docs] for how to extract and install the file for your operating system. This article uses ORAS CLI 0.14.1 to demonstrate how to manage supply chain artifacts in ACR.
35
35
36
36
## Configure a registry
37
37
38
-
Configure environment variables to easily copy/paste commands into your shell. The commands can be run in the [Azure Cloud Shell](https://shell.azure.com/)
38
+
Configure environment variables to easily copy/paste commands into your shell. The commands can be run in the [Azure Cloud Shell](https://shell.azure.com/).
39
39
40
40
```console
41
41
ACR_NAME=myregistry
@@ -65,7 +65,7 @@ az acr create \
65
65
--output jsonc
66
66
```
67
67
68
-
In the command output, note the `zoneRedundancy` property for the registry. When enabled, the registry is zone redundant, and ORAS Artifact enabled:
68
+
In the command output, note the `zoneRedundancy` property for the registry. When enabled, the registry is zone redundant, and ORAS Artifact enabled.
### Push a signature to the registry, as a reference to the container image
154
+
### Attach a signature to the registry, as a reference to the container image
155
155
156
-
The ORAS command pushes the signature to a repository, referencing another artifact through the `subject` parameter. The `--artifact-type` provides for differentiating artifacts, similar to file extensions that enable different file types. One or more files can be pushed by specifying `file:mediaType`
156
+
The ORAS command attaches the signature to a repository, referencing another artifact. The `--artifact-type` provides for differentiating artifacts, similar to file extensions that enable different file types. One or more files can be attached by specifying `file:mediaType`.
157
157
158
158
```bash
159
-
oras push $REGISTRY/$REPO \
160
-
--artifact-type 'signature/example' \
161
-
--subject $IMAGE \
162
-
./signature.json:application/json
159
+
oras attach $IMAGE \
160
+
./signature.json:application/json \
161
+
--artifact-type signature/example
163
162
```
164
163
165
-
For more information on oras push, see [ORAS documentation][oras-push-docs].
164
+
For more information on oras attach, see [ORAS documentation][oras-docs].
166
165
167
-
## Push a multi-file artifact as a reference
166
+
## Attach a multi-file artifact as a reference
168
167
169
-
Create some documentation around an artifact
168
+
Create some documentation around an artifact.
170
169
171
170
```bash
172
171
echo'Readme Content'> readme.md
173
172
echo'Detailed Content'> readme-details.md
174
173
```
175
174
176
-
Push the multi-file artifact as a reference
175
+
Attach the multi-file artifact as a reference.
177
176
178
177
```bash
179
-
oras push $REGISTRY/$REPO \
180
-
--artifact-type 'readme/example' \
181
-
--subject $IMAGE \
178
+
oras attach $IMAGE \
182
179
./readme.md:application/markdown \
183
180
./readme-details.md:application/markdown
181
+
--artifact-type readme/example
184
182
```
185
183
186
184
## Discovering artifact references
187
185
188
186
The ORAS Artifacts Specification defines a [referrers API][oras-artifacts-referrers] for discovering references to a `subject` artifact. The `oras discover` command can show the list of references to the container image.
189
187
190
-
Using `oras discover`, view the graph of artifacts now stored in the registry
188
+
Using `oras discover`, view the graph of artifacts now stored in the registry.
191
189
192
190
```bash
193
191
oras discover -o tree $IMAGE
194
192
```
195
193
196
-
The output shows the beginning of a graph of artifacts, where the signature and docs are viewed as children of the container image
194
+
The output shows the beginning of a graph of artifacts, where the signature and docs are viewed as children of the container image.
197
195
198
196
```output
199
197
myregistry.azurecr.io/net-monitor:v1
@@ -213,13 +211,12 @@ The ORAS Artifacts specification enables deep graphs, enabling signed software b
0 commit comments