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/fundamentals/what-is-deprecated.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
@@ -33,7 +33,7 @@ Use the following table to learn about changes including deprecations, retiremen
33
33
|[Terms of Use experience](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Feature change|Jul 2023|
34
34
|[Azure AD PowerShell and MSOnline PowerShell](https://aka.ms/aadgraphupdate)|Deprecation|Mar 30, 2024|
35
35
|[Azure AD MFA Server](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Retirement|Sep 30, 2024|
Copy file name to clipboardExpand all lines: articles/aks/vertical-pod-autoscaler-api-reference.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
14
14
15
15
## VerticalPodAutoscaler
16
16
17
-
|Name |Ojbect|Description |
17
+
|Name |Object|Description |
18
18
|-------|-------||-------|
19
19
|metadata |ObjectMeta | Standard [object metadata][object-metadata-ref].|
20
20
|spec |VerticalPodAutoscalerSpec |The desired behavior of the Vertical Pod Autoscaler.|
21
21
|status |VerticalPodAutoscalerStatus |The most recently observed status of the Vertical Pod Autoscaler. |
22
22
23
23
## VerticalPodAutoscalerSpec
24
24
25
-
|Name |Ojbect|Description |
25
+
|Name |Object|Description |
26
26
|-------|-------||-------|
27
27
|targetRef |CrossVersionObjectReference | Reference to the controller managing the set of pods for the autoscaler to control. For example, a Deployment or a StatefulSet. You can point a Vertical Pod Autoscaler at any controller that has a [Scale][scale-ref] subresource. Typically, the Vertical Pod Autoscaler retrieves the pod set from the controller's ScaleStatus. |
28
28
|updatePolicy |PodUpdatePolicy |Specifies whether recommended updates are applied when a pod is started and whether recommended updates are applied during the life of a pod. |
@@ -31,27 +31,27 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
|items |VerticalPodAutoscaler (array) |A list of Vertical Pod Autoscaler objects. |
38
38
39
39
## PodUpdatePolicy
40
40
41
-
|Name |Ojbect|Description |
41
+
|Name |Object|Description |
42
42
|-------|-------||-------|
43
43
|updateMode |string |A string that specifies whether recommended updates are applied when a pod is started and whether recommended updates are applied during the life of a pod. Possible values are `Off`, `Initial`, `Recreate`, and `Auto`. The default is `Auto` if you don't specify a value. |
44
44
|minReplicas |int32 |A value representing the minimal number of replicas which need to be alive for Updater to attempt pod eviction (pending other checks like Pod Disruption Budget). Only positive values are allowed. Defaults to global `--min-replicas` flag, which is set to `2`. |
45
45
46
46
## PodResourcePolicy
47
47
48
-
|Name |Ojbect|Description |
48
+
|Name |Object|Description |
49
49
|-------|-------||-------|
50
50
|conainerPolicies |ContainerResourcePolicy |An array of resource policies for individual containers. There can be at most one entry for every named container, and optionally a single wildcard entry with `containerName = '*'`, which handles all containers that do not have individual policies. |
51
51
52
52
## ContainerResourcePolicy
53
53
54
-
|Name |Ojbect|Description |
54
+
|Name |Object|Description |
55
55
|-------|-------||-------|
56
56
|containerName |string |A string that specifies the name of the container that the policy applies to. If not specified, the policy serves as the default policy. |
57
57
|mode |ContainerScalingMode |Specifies whether recommended updates are applied to the container when it is started and whether recommended updates are applied during the life of the container. Possible values are `Off` and `Auto`. The default is `Auto` if you don't specify a value. |
@@ -61,26 +61,26 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
61
61
62
62
## VerticalPodAutoscalerRecommenderSelector
63
63
64
-
|Name |Ojbect|Description |
64
+
|Name |Object|Description |
65
65
|-------|-------||-------|
66
66
|name |string |A string that specifies the name of the recommender responsible for generating recommendation for this object. |
67
67
68
68
## VerticalPodAutoscalerStatus
69
69
70
-
|Name |Ojbect|Description |
70
+
|Name |Object|Description |
71
71
|-------|-------||-------|
72
72
|recommendation |RecommendedPodResources |The most recently recommended CPU and memory requests. |
73
73
|conditions |VerticalPodAutoscalerCondition | An array that describes the current state of the Vertical Pod Autoscaler. |
74
74
75
75
## RecommendedPodResources
76
76
77
-
|Name |Ojbect|Description |
77
+
|Name |Object|Description |
78
78
|-------|-------||-------|
79
79
|containerRecommendation |RecommendedContainerResources |An array of resources recommendations for individual containers. |
80
80
81
81
## RecommendedContainerResources
82
82
83
-
|Name |Ojbect|Description |
83
+
|Name |Object|Description |
84
84
|-------|-------||-------|
85
85
|containerName |string| A string that specifies the name of the container that the recommendation applies to. |
86
86
|target |ResourceList |The recommended CPU request and memory request for the container. |
@@ -90,7 +90,7 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
90
90
91
91
## VerticalPodAutoscalerCondition
92
92
93
-
|Name |Ojbect|Description |
93
+
|Name |Object|Description |
94
94
|-------|-------||-------|
95
95
|type |VerticalPodAutoscalerConditionType |The type of condition being described. Possible values are `RecommendationProvided`, `LowConfidence`, `NoPodsMatched`, and `FetchingHistory`. |
96
96
|status |ConditionStatus |The status of the condition. Possible values are `True`, `False`, and `Unknown`. |
For a reference and examples of using Azure Resource Manager templates to create role assignments, see [``Microsoft.DocumentDB````databaseAccounts/sqlRoleAssignments``](/azure/templates/microsoft.documentdb/2021-10-15/databaseaccounts/sqlroleassignments).
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-reliable-services-reliable-collections-guidelines.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
@@ -35,6 +35,7 @@ The guidelines are organized as simple recommendations prefixed with the terms *
35
35
Only one user thread operation is supported within a transaction. Otherwise, it will cause memory leak and lock issues.
36
36
* Consider dispose transaction as soon as possible after commit completes (especially if using ConcurrentQueue).
37
37
* Do not perform any blocking code inside a transaction.
38
+
* When [string](/dotnet/api/system.string) is used as the key for a reliable dictionary, the sorting order uses [default string comparer CurrentCulture](/dotnet/api/system.string.compare#system-string-compare(system-string-system-string)). Note that the CurrentCulture sorting order is different from [Ordinal string comparer](/dotnet/api/system.stringcomparer.ordinal).
0 commit comments