Skip to content

Commit ba1109a

Browse files
authored
Merge pull request #235601 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 274d99d + 185d761 commit ba1109a

File tree

5 files changed

+69
-65
lines changed

5 files changed

+69
-65
lines changed

articles/active-directory/develop/msal-logging-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Example:
8080
{
8181
public EventLogLevel MinLogLevel { get; }
8282

83-
public TestIdentityLogger()
83+
public MyIdentityLogger()
8484
{
8585
//Try to pull the log level from an environment variable
8686
var msalEnvLogLevel = Environment.GetEnvironmentVariable("MSAL_LOG_LEVEL");

articles/aks/csi-migrate-in-tree-volumes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ The following are important considerations to evaluate:
8888

8989
* Creates a new PersistentVolume with name `existing-pv-csi` for all PersistentVolumes in namespaces for storage class `storageClassName`.
9090
* Configure new PVC name as `existing-pvc-csi`.
91-
* Updates the application (deployment/StatefulSet) to refer to new PVC.
9291
* Creates a new PVC with the PV name you specify.
9392

9493
```bash
@@ -181,7 +180,6 @@ The following are important considerations to evaluate:
181180
* `namespace` - The cluster namespace
182181
* `sourceStorageClass` - The in-tree storage driver-based StorageClass
183182
* `targetCSIStorageClass` - The CSI storage driver-based StorageClass, which can be either one of the default storage classes that have the provisioner set to **disk.csi.azure.com** or **file.csi.azure.com**. Or you can create a custom storage class as long as it is set to either one of those two provisioners.
184-
* `volumeSnapshotClass` - Name of the volume snapshot class. For example, `custom-disk-snapshot-sc`.
185183
* `startTimeStamp` - Provide a start time in the format **yyyy-mm-ddthh:mm:ssz**.
186184
* `endTimeStamp` - Provide an end time in the format **yyyy-mm-ddthh:mm:ssz**.
187185

0 commit comments

Comments
 (0)