Skip to content

Commit 4129bcd

Browse files
committed
Fixed http to https
1 parent bbc28a2 commit 4129bcd

File tree

41 files changed

+88
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+88
-88
lines changed

ThirdPartyNotices

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ see the [LICENSE](LICENSE) file, and grant you a license to any code in the repo
77
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
88
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
99
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10-
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
10+
Microsoft's general trademark guidelines can be found at https://go.microsoft.com/fwlink/?LinkID=254653.
1111

1212
Privacy information can be found at https://privacy.microsoft.com/en-us/
1313

powerapps-docs/developer/common-data-service/checker/webapi/retrieve-rules.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Content-Type: application/json; charset=utf-8
9898
[
9999
{
100100
"description": "Ne pas implémenter d’activités de workflow Microsoft Dynamics CRM 4.0",
101-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
101+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
102102
"include": true,
103103
"code": "il-avoid-crm4-wf",
104104
"summary": "Ne pas implémenter d’activités de workflow Microsoft Dynamics CRM 4.0",
@@ -108,7 +108,7 @@ Content-Type: application/json; charset=utf-8
108108
},
109109
{
110110
"description": "Utiliser InvalidPluginExecutionException dans des plug-ins et activités de workflow",
111-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
111+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
112112
"include": true,
113113
"code": "il-use-standard-exception",
114114
"summary": "Utiliser InvalidPluginExecutionException dans des plug-ins et activités de workflow",
@@ -143,7 +143,7 @@ Content-Type: application/json; charset=utf-8
143143
[
144144
{
145145
"description": "Retrieve specific columns for an entity via query APIs",
146-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-specify-column&client=PAChecker",
146+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-specify-column&client=PAChecker",
147147
"include": true,
148148
"code": "il-specify-column",
149149
"summary": "Retrieve specific columns for an entity via query APIs",
@@ -153,7 +153,7 @@ Content-Type: application/json; charset=utf-8
153153
},
154154
{
155155
"description": "Do not duplicate plug-in step registration",
156-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=meta-remove-dup-reg&client=PAChecker",
156+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=meta-remove-dup-reg&client=PAChecker",
157157
"include": true,
158158
"code": "meta-remove-dup-reg",
159159
"summary": "Do not duplicate plug-in step registration",
@@ -188,7 +188,7 @@ Content-Type: application/json; charset=utf-8
188188
[
189189
{
190190
"description": "Do not implement Microsoft Dynamics CRM 4.0 workflow activities",
191-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
191+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
192192
"include": true,
193193
"code": "il-avoid-crm4-wf",
194194
"summary": "Do not implement Microsoft Dynamics CRM 4.0 workflow activities",
@@ -220,7 +220,7 @@ Content-Type: application/json; charset=utf-8
220220
},
221221
{
222222
"description": "Use InvalidPluginExecutionException in plug-ins and workflow activities",
223-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
223+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
224224
"include": true,
225225
"code": "il-use-standard-exception",
226226
"summary": "Use InvalidPluginExecutionException in plug-ins and workflow activities",

powerapps-docs/developer/common-data-service/define-custom-state-model-transitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To view the entity metadata for your organization, install the Metadata Browser
5151
<a name="BKMK_DetectValidStatusTransitions"></a>
5252

5353
## Detect valid status transitions
54-
You can modify the `statuscode` attribute to define which other status options represent valid transitions from the current status. For instructions, see the Customization Guide topic: [Define status reason transitions](http://go.microsoft.com/fwlink/p/?LinkId=393657)
54+
You can modify the `statuscode` attribute to define which other status options represent valid transitions from the current status. For instructions, see the Customization Guide topic: [Define status reason transitions](https://go.microsoft.com/fwlink/p/?LinkId=393657)
5555

5656
When custom state transitions are applied to an entity, the <xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EnforceStateTransitions> property will be `true`. Also, each <xref:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata> within the <xref:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options> collection will have a new <xref:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.TransitionData> property. This property will contain a String value that represents an XML document. This document contains the definition of the allowed transitions. For example, the default `Incident` (**Case**) `StatusCode` attribute option may have the following `TransitionData` value.
5757

@@ -82,4 +82,4 @@ To view the entity metadata for your organization, install the Metadata Browser
8282
[Sample: Retrieve Valid Status Transitions](org-service/samples/retrieve-valid-status-transitions.md)
8383
[Record state and status](/dynamics365/customer-engagement/developer/introduction-entities#bkmk_RecordStateandStatus)
8484
[Retrieve and Detect Changes to Metadata](/dynamics365/customer-engagement/developer/retrieve-detect-changes-metadata)
85-
[Define status reason transitions](http://go.microsoft.com/fwlink/p/?LinkId=393657)
85+
[Define status reason transitions](https://go.microsoft.com/fwlink/p/?LinkId=393657)

powerapps-docs/developer/common-data-service/org-service/metadata-retrieve-detect-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ AttributeProperties.PropertyNames.Add("AttributeType");
292292

293293
### Retrieve labels
294294

295-
Finally, the <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression>.<xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery> property accepts a <xref:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression> that lets you specify one or more integer `LCID` values for to determine which localized labels to return. Valid locale ID values can be found at [Locale ID (LCID) Chart](http://go.microsoft.com/fwlink/?LinkId=122128). If an organization has many language packs installed the labels for all languages will be returned unless you specify a <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery>.
295+
Finally, the <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression>.<xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery> property accepts a <xref:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression> that lets you specify one or more integer `LCID` values for to determine which localized labels to return. Valid locale ID values can be found at [Locale ID (LCID) Chart](https://go.microsoft.com/fwlink/?LinkId=122128). If an organization has many language packs installed the labels for all languages will be returned unless you specify a <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery>.
296296

297297
The following example defines a <xref:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression> that will limit labels to only those representing the users preferred language.
298298

powerapps-docs/developer/common-data-service/organize-team-develop-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When multiple developers have to work on the same solution, you may want to crea
4444

4545
<a name="BKMK_DeployingSolutionsFromDevThroughToProduction"></a>
4646
## Deploy solutions from development through test and production environments
47-
In development organizations, solutions are deployed into various test and staging environments for analysis before they are deployed into a production environment. The white paper [Deploying Microsoft Dynamics CRM 2011 and CRM Online Solutions from Development through Test and Production Environments](http://go.microsoft.com/fwlink/p/?LinkId=232288) explores how to deploy real-world Dynamics 365 solutions across test and production environments in reliable and repeatable ways by using automation. The paper also highlights specific constraints that exist when you deploy and test solutions in Common Data Service.
47+
In development organizations, solutions are deployed into various test and staging environments for analysis before they are deployed into a production environment. The white paper [Deploying Microsoft Dynamics CRM 2011 and CRM Online Solutions from Development through Test and Production Environments](https://go.microsoft.com/fwlink/p/?LinkId=232288) explores how to deploy real-world Dynamics 365 solutions across test and production environments in reliable and repeatable ways by using automation. The paper also highlights specific constraints that exist when you deploy and test solutions in Common Data Service.
4848

4949
### See also
5050
[Planning for Solution Development](/dynamics365/customer-engagement/developer/plan-solution-development)

powerapps-docs/developer/common-data-service/package-deployer/create-packages-package-deployer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Common Data Service provides you with a Visual Studio template for creating thes
3535
- Visual Studio 2015 or Visual Studio 2017
3636
- NuGet Package Manager for [Visual Studio 2015](https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d)
3737
- In Visual Studio 2017, NuGet and the NuGet Package Manager are automatically installed when you select any .NET-related workloads.
38-
- Microsoft Dynamics CRM SDK Templates for Visual Studio that contains the package template. You can get it by downloading the [Microsoft Dynamics CRM SDK Templates](http://go.microsoft.com/fwlink/p/?LinkId=400925) and double-click the `CRMSDKTemplates.vsix` file to install the template in Visual Studio.
38+
- Microsoft Dynamics CRM SDK Templates for Visual Studio that contains the package template. You can get it by downloading the [Microsoft Dynamics CRM SDK Templates](https://go.microsoft.com/fwlink/p/?LinkId=400925) and double-click the `CRMSDKTemplates.vsix` file to install the template in Visual Studio.
3939

4040

4141

powerapps-docs/developer/common-data-service/use-access-teams-owner-teams-collaborate-share-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ With *owner* teams or *access* teams, you can easily share business objects and
115115
[Sample: Share a record using an access team](org-service/samples/share-record-using-access-team.md)
116116
[Manage teams](https://technet.microsoft.com/library/dn531089.aspx)
117117
[Whitepaper: Access Teams with Microsoft Dynamics CRM 2013](http://download.microsoft.com/download/E/9/0/E9009308-CA01-4B37-B03C-435B8ACB49B4/Access%20Teams%20with%20Microsoft%20Dynamics%20CRM%202013.pdf)
118-
[Whitepaper: Scalable security modeling with Microsoft Dynamics CRM](http://go.microsoft.com/fwlink/p/?LinkID=328757)
118+
[Whitepaper: Scalable security modeling with Microsoft Dynamics CRM](https://go.microsoft.com/fwlink/p/?LinkID=328757)
119119
[User and Team Entities](user-team-entities.md)
120120
[Team Entity](reference/entities/team.md)
121121
[TeamTemplate Entity](reference/entities/teamtemplate.md)

powerapps-docs/developer/common-data-service/use-change-tracking-synchronize-data-external-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ System query options `$filter`, `$orderby` and `$top` are not supported when usi
128128

129129
<a name="BKMK_SampleCode"></a>
130130
## Sample code
131-
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](http://go.microsoft.com/fwlink/p/?LinkId=533957).
131+
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](https://go.microsoft.com/fwlink/p/?LinkId=533957).
132132

133133
```csharp
134134
string token;

powerapps-docs/developer/common-data-service/use-feedback-entity-manage-feedback-ratings-records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Improve your products and services by enabling users to provide feedback and rat
3030
Once you have enabled an entity for feedback and rating, you can't disable it. After you enable an entity for feedback, a regarding relationship is created between the entity and the `Feedback` entity.
3131

3232
> [!NOTE]
33-
> You can also use the customization tools in Common Data Service to enable feedback and rating for system and custom entities. More information: [Enable an entity for feedback](http://go.microsoft.com/fwlink/p/?LinkId=785436)
33+
> You can also use the customization tools in Common Data Service to enable feedback and rating for system and custom entities. More information: [Enable an entity for feedback](https://go.microsoft.com/fwlink/p/?LinkId=785436)
3434
3535
The `Feedback` entity stores the following information :
3636

powerapps-docs/developer/common-data-service/use-upsert-insert-update-record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can reduce the complexity involved with data integration scenarios by using
6767

6868
<a name="BKMK_SampleCode"></a>
6969
## Sample code
70-
The [Insert or update a record using Upsert](http://go.microsoft.com/fwlink/p/?LinkId=532924) sample [ProductUpsertSample.cs](https://code.msdn.microsoft.com/Insert-or-update-a-record-aa160870/sourcecode?fileId=136218&pathId=1243320355) file contains the following `ProcessUpsert` method to apply the `UpsertRequest` message on the contents of an XML file to create new records or update existing ones.
70+
The [Insert or update a record using Upsert](https://go.microsoft.com/fwlink/p/?LinkId=532924) sample [ProductUpsertSample.cs](https://code.msdn.microsoft.com/Insert-or-update-a-record-aa160870/sourcecode?fileId=136218&pathId=1243320355) file contains the following `ProcessUpsert` method to apply the `UpsertRequest` message on the contents of an XML file to create new records or update existing ones.
7171

7272
```csharp
7373
public void ProcessUpsert(String Filename)

0 commit comments

Comments
 (0)