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/private-5g-core/whats-new.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,23 @@ This page is updated on a monthly basis to list what's new with Azure Private 5G
28
28
29
29
**Date available:** November 1, 2022
30
30
31
-
The 2022-11-01 ARM API release introduces the ability to configure several upcoming Azure Private 5G Core features. From November 15, the 2022-11-01 API will become the default for Azure Private 5G Core deployments.
31
+
The 2022-11-01 ARM API release introduces the ability to configure several upcoming Azure Private 5G Core features. From November 15, 2022-11-01 will become the default API version for Azure Private 5G Core deployments.
32
32
33
-
If you use the Azure portal to manage your deployment and all your resources were created using the 2021-04-01-preview API, your deployment will be automatically upgraded to the 2022-11-01 API.
33
+
If you use the Azure portal to manage your deployment and all your resources were created using the 2022-04-01-preview API, your deployment will be automatically upgraded to the 2022-11-01 API on November 15.
34
34
35
35
If you use ARM templates and want to keep using your existing templates, follow [Upgrade your ARM templates to the 2022-11-01 API](#upgrade-your-arm-templates-to-the-2022-11-01-api) to upgrade your 2022-04-01-preview API templates to the 2022-11-01 API.
36
36
37
-
If you used the 2021-04-01-preview or the 2022-03-01-preview APIs to create any of your resources, you'll need to take action to prevent them from becoming unmanageable. Delete these resources and redeploy them using the 2022-04-01-preview API before the 2022-11-01 API becomes the default version.
37
+
If you used an API version older than the 2022-04-01-preview to create any of your resources, you'll need to take action to prevent them from becoming unmanageable. Before November 15, delete these resources and redeploy them using the 2022-04-01-preview API.
38
38
39
39
#### Upgrade your ARM templates to the 2022-11-01 API
40
40
41
41
Make the following changes for each 2022-04-01-preview API template that you want to upgrade to the 2022-11-01 API.
42
42
43
43
1. In the **Packet Core Control Plane** resource:
44
44
1. Remove the field **properties.mobileNetwork**.
45
-
2. Add the new mandatory field **properties.sites**. This array must contain a reference to the site resource that this control plane is being created under.
46
-
3. Add the new mandatory field **properties.localDiagnosticsAccess.authenticationType**. This is an enum that can be set to either **AAD** to use Microsoft Azure Active Directory (Azure AD) to authenticate users of local diagnostics APIs or **Password** to use passwords to authenticate users.
47
-
4.The billing SKU **properties.sku**should be updated to use the latest enum. Refer to the following table for the mapping between the old and new SKUs.
45
+
2. Add the new mandatory field **properties.sites**. This array must contain a reference to the site resource under which this control plane is being created.
46
+
3. Add the new mandatory field **properties.localDiagnosticsAccess.authenticationType**. This is an enum governing how users of local diagnostics APIs will be authenticated. Set this field to **AAD** to use Microsoft Azure Active Directory (Azure AD) or **Password** to use passwords.
47
+
4.Update the billing SKU **properties.sku**according to the mapping in the following table.
48
48
49
49
| 2022-04-01-preview API | 2022-11-01 API |
50
50
|--|--|
@@ -56,10 +56,10 @@ Make the following changes for each 2022-04-01-preview API template that you wan
56
56
| MediumPackage | G5 |
57
57
| LargePackage | G10 |
58
58
59
-
2. In the **Attached Data Network** resource, add the new mandatory field **properties.dnsAddresses** if one doesn't already exist. You must list your chosen DNS addresses in an array or provide an empty array if no DNS addresses are required.
59
+
2. In the **Attached Data Network** resource, add the new mandatory field **properties.dnsAddresses** if one doesn't already exist. List your chosen DNS addresses in an array or provide an empty array if no DNS addresses are required.
60
60
3. Remove the field **properties.networkFunctions**. This field is now read-only and will be ignored if provided.
61
61
62
-
See below for a comparison between templates using 2022-04-01-preview and the 2022-11-01 APIs.
62
+
See below for a comparison between templates using the 2022-04-01-preview and the 2022-11-01 APIs.
@@ -173,13 +173,13 @@ When deploying a site directly on an ASE device, you no longer need to specify t
173
173
174
174
See [Collect the required information for a site](collect-required-information-for-a-site.md) for the information you need to collect to create a site following this enhancement. <!-- If your site is already deployed, you can link it to your ASE device by following the relevant steps in Modify packet core. -->
175
175
176
-
### CMK and managed identity
176
+
### Customer Managed Keys (CMK) and managed identity
177
177
178
178
**Type:** New feature
179
179
180
180
**Date available:** October 18, 2022
181
181
182
-
In addition to the default Microsoft-Managed Keys (MMK), you can now use Customer Managed Keys (CMK) when [creating a SIM group](manage-sim-groups.md#create-a-sim-group) or when [deploying a private mobile network](how-to-guide-deploy-a-private-mobile-network-azure-portal.md#deploy-your-private-mobile-network) to encrypt data using your own key.
182
+
In addition to the default Microsoft-Managed Keys (MMK), you can now use Customer Managed Keys (CMK) to encrypt data using your own key when [creating a SIM group](manage-sim-groups.md#create-a-sim-group) or when [deploying a private mobile network](how-to-guide-deploy-a-private-mobile-network-azure-portal.md#deploy-your-private-mobile-network).
183
183
184
184
Once a SIM group is created, you can't change the encryption type. If you want to protect the existing SIMs' secrets with CMK, [delete their corresponding SIM groups](manage-sim-groups.md#delete-a-sim-group) and [recreate them](manage-sim-groups.md#create-a-sim-group) with CMK enabled. Once a SIM group that uses CMK is created, you can update the key used for encryption.
0 commit comments