Skip to content

Commit d1d36e9

Browse files
Merge pull request #259701 from msmbaldwin/managed-ccf
Managed ccf
2 parents 2aafda6 + 1dba5de commit d1d36e9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/managed-ccf/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Managed CCF (Managed CCF) is a new and highly secure service for deploying
2525

2626
## Setup
2727

28-
This quickstart uses the Azure Identity library, along with Azure CLI or Azure PowerShell, to authenticate user to Azure Services. Developers can also use Visual Studio or Visual Studio Code to authenticate their calls. For more information, see [Authenticate the client with Azure Identity client library](/python/api/overview/azure/identity-readme).
28+
This quickstart uses the Azure Identity library, along with Azure CLI or Azure PowerShell, to authenticate user to Azure Services. Developers can also use Visual Studio or Visual Studi- [OpenSSL](https://www.openssl.org/) on a computer running Windows or Linux.o Code to authenticate their calls. For more information, see [Authenticate the client with Azure Identity client library](/python/api/overview/azure/identity-readme).
2929

3030
### Sign in to Azure
3131

@@ -134,7 +134,7 @@ az group delete --resource-group myResourceGroup
134134

135135
## Next steps
136136

137-
In this quickstart, you created a Managed CCF resource by using the Azure Python SDK for Confidential Ledger. To learn more about Azure Managed CCF and how to integrate it with your applications, continue on to these articles:
137+
In this quickstart, you created a Managed CCF resource by using the Azure SDK for Java. To learn more about Azure Managed CCF and how to integrate it with your applications, continue on to these articles:
138138

139139
- [Azure Managed CCF overview](overview.md)
140140
- [Quickstart: Azure portal](quickstart-portal.md)

articles/managed-ccf/quickstart-python.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Azure Managed CCF (Managed CCF) is a new and highly secure service for deploying
2222
- An Azure subscription - [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2323
- Python versions supported by the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python#prerequisites).
2424
- [OpenSSL](https://www.openssl.org/) on a computer running Windows or Linux.
25+
- The minimum supported version of the Python package is 2.0.0b3.
2526

2627
## Setup
2728

@@ -41,10 +42,10 @@ Install the Azure Active Directory identity client library:
4142
pip install azure-identity
4243
```
4344

44-
Install the Azure confidential ledger management plane client library.
45+
Install the Azure confidential ledger management plane client library. The minimum supported version is 2.0.0b3 or later.
4546

4647
```terminal
47-
pip install azure.mgmt.confidentialledger
48+
pip install azure-mgmt-confidentialledger==2.0.0b3
4849
```
4950

5051
### Create a resource group

0 commit comments

Comments
 (0)