Skip to content

Commit 451ee67

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

File tree

198 files changed

+461
-461
lines changed

Some content is hidden

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

198 files changed

+461
-461
lines changed

powerapps-docs/developer/common-data-service/api-limits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When your application exceeds the limit, the error response from the server may
4848

4949
For a discussion of best practices, see [Azure Architecture Best Practices Transient fault handling](/azure/architecture/best-practices/transient-faults)
5050

51-
[The Polly Project](http://www.thepollyproject.org/) is a library which includes capabilities for dealing with transient faults using execution policies.
51+
[The Polly Project](https://www.thepollyproject.org/) is a library which includes capabilities for dealing with transient faults using execution policies.
5252

5353
### HTTP requests
5454

powerapps-docs/developer/common-data-service/asynchronous-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The `RecurrenceStartTime` is simply a datetime value to indicate when the system
221221

222222
The `RecurrencePattern` attribute stores information about how frequently recurring system jobs occur. This value may be set by the platform when a new asyncoperation entity is created. You may set this value to change the pattern.
223223

224-
The values for this attribute use parts of the [RFC2445 Internet standard (Internet Calendaring and Scheduling Core Object Specification)](http://www.rfc-editor.org/info/rfc2445).
224+
The values for this attribute use parts of the [RFC2445 Internet standard (Internet Calendaring and Scheduling Core Object Specification)](https://www.rfc-editor.org/info/rfc2445).
225225

226226
The following table provides from examples:
227227

powerapps-docs/developer/common-data-service/auditing-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Organizations often need to be in compliance with various regulations to ensure
7878
[Data Management in Dynamics 365](/dynamics365/customer-engagement/developer/manage-data)
7979
[Audit entity data changes](/dynamics365/customer-engagement/developer/audit-entity-data-changes)
8080
[Configure entities and attributes for auditing](configure-entities-attributes-auditing.md)
81-
[Blog: Recover your deleted CRM data and recreate them using CRM API](http://blogs.msdn.com/b/crm/archive/2011/05/23/recover-your-deleted-crm-data-and-recreate-them-using-crm-api.aspx)
81+
[Blog: Recover your deleted CRM data and recreate them using CRM API](https://blogs.msdn.com/b/crm/archive/2011/05/23/recover-your-deleted-crm-data-and-recreate-them-using-crm-api.aspx)

powerapps-docs/developer/common-data-service/authenticate-oauth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When you register an app with Azure AD one of the decisions you must make is the
4646
|
4747
|Native|A type of [client application](/azure/active-directory/develop/developer-glossary#client-application) that is installed natively on a device. |
4848

49-
When you select **Web app /API** you must provide a **Sign-On URL** which is the URL where Azure AD will send the authentication response, including a token if authentication was successful. While you develop an app, this is usually set to `http://localhost/appname:[port]` so you can develop and debug your app locally. When you publish your app, you need to change this value to the published URL of the app.
49+
When you select **Web app /API** you must provide a **Sign-On URL** which is the URL where Azure AD will send the authentication response, including a token if authentication was successful. While you develop an app, this is usually set to `https://localhost/appname:[port]` so you can develop and debug your app locally. When you publish your app, you need to change this value to the published URL of the app.
5050

5151
When you select **Native**, you must provide a Redirect URI. This is a unique identifier to which Azure AD will redirect the user-agent in an OAuth 2.0 request. This is typically a value formatted like so: `//app:<guid>`.
5252

powerapps-docs/developer/common-data-service/azure-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Similar to a queue except that one or more listeners can subscribe to receive me
131131
This contract type applies to Azure Event Hub solutions.
132132

133133
> [!IMPORTANT]
134-
> To use these contracts, you must write your listener applications using the [Azure SDK](http://www.windowsazure.com/develop/downloads/) v1.7 or later.
134+
> To use these contracts, you must write your listener applications using the [Azure SDK](https://www.windowsazure.com/develop/downloads/) v1.7 or later.
135135
136136
Identifying the kind of security a contract uses is part of the contract’s configuration. A contract can use Transport security, which uses Transport Layer Security (TLS) or Secure Sockets Layer (SSL) (https).
137137

powerapps-docs/developer/common-data-service/best-practices/business-logic/develop-iplugin-implementations-stateless.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ Another reason IPlugins should be stateless is that multiple system threads coul
204204
### See also
205205

206206
[Write a plug-in](../../write-plug-in.md)<br />
207-
[CRM Team Blog: Thread Safety in Plug-ins](http://blogs.msdn.com/b/crm/archive/2008/11/18/member-static-variable-and-thread-safety-in-plug-in-for-crm-4-0.aspx)<br />
207+
[CRM Team Blog: Thread Safety in Plug-ins](https://blogs.msdn.com/b/crm/archive/2008/11/18/member-static-variable-and-thread-safety-in-plug-in-for-crm-4-0.aspx)<br />

powerapps-docs/developer/common-data-service/browse-your-metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use the Entity Metadata Browser to view entities and their properties in
2222

2323
| Version | Download |
2424
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
25-
| Common Data Service | [Microsoft Downloads: MetadataBrowser_3_0_0_5_managed.zip](http://download.microsoft.com/download/8/E/3/8E3279FE-7915-48FE-A68B-ACAFB86DA69C/MetadataBrowser_3_0_0_5_managed.zip) |
25+
| Common Data Service | [Microsoft Downloads: MetadataBrowser_3_0_0_5_managed.zip](https://download.microsoft.com/download/8/E/3/8E3279FE-7915-48FE-A68B-ACAFB86DA69C/MetadataBrowser_3_0_0_5_managed.zip) |
2626

2727
After you download the solution, you must install it. For information about how to install a managed solution, see [Import, update, and export solutions](/dynamics365/customer-engagement/developer/customize/import-update-export-solutions)
2828

powerapps-docs/developer/common-data-service/build-web-applications-server-server-s2s-authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ S2S authentication means you don’t need to use a paid PowerApps user license w
2323

2424
All operations performed by your application or service using S2S will be performed as the application user you provide rather than as the user who is accessing your application. If you want your application to perform data operations on behalf of a specific user, such as the one who is interacting with your application, you can apply impersonation when the custom security role applied to your application service principal has the privileges required. More information: [Impersonate another user](impersonate-another-user.md)
2525

26-
A web application or service which uses S2S authentication is responsible for controlling access to the data that it has access to. This is typically done using an OpenID Connect provider. More information: <http://openid.net/connect/>.
26+
A web application or service which uses S2S authentication is responsible for controlling access to the data that it has access to. This is typically done using an OpenID Connect provider. More information: <https://openid.net/connect/>.
2727

2828
## Server-to-Server authentication scenarios
2929
There are two scenarios where you can apply S2S authentication.

powerapps-docs/developer/common-data-service/calculated-rollup-attributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ search.app:
1919

2020
*Calculated* and *rollup* attributes free the user from having to manually perform calculations and focus on their work. System administrators can now easily define a field to contain the value of many common calculations without having to work with a developer. Developers can also leverage the platform capabilities to perform these calculations rather than within their own code.
2121

22-
[Video: Rollup and Calculated Fields in Microsoft Dynamics CRM 2015](http://youtu.be/RoahCH1p3T8)
22+
[Video: Rollup and Calculated Fields in Microsoft Dynamics CRM 2015](https://youtu.be/RoahCH1p3T8)
2323

2424
<a name="BKMK_CommonElements"></a>
2525
## Common elements and characteristics
@@ -178,7 +178,7 @@ search.app:
178178
```
179179

180180
### See also
181-
[Video: Rollup and Calculated Fields in Microsoft Dynamics CRM 2015](http://youtu.be/RoahCH1p3T8)
181+
[Video: Rollup and Calculated Fields in Microsoft Dynamics CRM 2015](https://youtu.be/RoahCH1p3T8)
182182
[Introduction to entity attributes](/dynamics365/customer-engagement/developer/introduction-to-entity-attributes)
183183
[Define calculated fields](https://technet.microsoft.com/library/dn832103.aspx)
184184
[Define rollup fields](https://technet.microsoft.com/library/dn832103.aspx)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ For best-in-class encryption, the checker service only supports communications u
183183

184184
## Report format
185185

186-
The result of the solution analysis is a zip file containing one or more reports in a standardized JSON format. The report format is based on static analysis results referred to as Static Analysis Results Interchange Format (SARIF). There are tools available to view and interact with SARIF documents. Refer to this [web site](https://sarifweb.azurewebsites.net/) for details. The service leverages version two of the [OASIS standard](http://docs.oasis-open.org/sarif/sarif/v2.0/sarif-v2.0.html).
186+
The result of the solution analysis is a zip file containing one or more reports in a standardized JSON format. The report format is based on static analysis results referred to as Static Analysis Results Interchange Format (SARIF). There are tools available to view and interact with SARIF documents. Refer to this [web site](https://sarifweb.azurewebsites.net/) for details. The service leverages version two of the [OASIS standard](https://docs.oasis-open.org/sarif/sarif/v2.0/sarif-v2.0.html).
187187

188188

189189
### See also

powerapps-docs/developer/common-data-service/configure-data-import.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The configuration information that is required for importing data is contained i
5454
### See Also
5555

5656
[Import data](import-data.md)<br />
57-
[Blog Post: How to Import attachments programmatically](http://blogs.msdn.com/b/crm/archive/2012/08/06/how-to-import-attachments-programmatically.aspx)<br />
57+
[Blog Post: How to Import attachments programmatically](https://blogs.msdn.com/b/crm/archive/2012/08/06/how-to-import-attachments-programmatically.aspx)<br />
5858
[Prepare source files for import](prepare-source-files-import.md)<br />
5959
[Create data maps for import](create-data-maps-for-import.md)<br />
6060
[Add transformation mappings for import](add-transformation-mappings-import.md)<br />

powerapps-docs/developer/common-data-service/connect-microsoft-office-365.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ search.app:
1717
---
1818
# Connect with Microsoft Office 365 and Common Data Service
1919

20-
Common Data Service is part of the Office 365 collaboration and productivity tools. The [Microsoft Office 365 portal](http://www.microsoft.com/office365) provides a single sign-on experience for Office 365 customers where they can sign in once and access any Office 365 application, including Common Data Service. In addition, system user accounts in Common Data Service can be provisioned in the [Microsoft Online Services](http://portal.microsoftonline.com/) admin portal.
20+
Common Data Service is part of the Office 365 collaboration and productivity tools. The [Microsoft Office 365 portal](https://www.microsoft.com/office365) provides a single sign-on experience for Office 365 customers where they can sign in once and access any Office 365 application, including Common Data Service. In addition, system user accounts in Common Data Service can be provisioned in the [Microsoft Online Services](https://portal.microsoftonline.com/) admin portal.
2121

2222
Using federation, applications can connect to Common Data Service using the same system user identities and credentials available in an Azure Active Directory based network. More information: [Single sign-on roadmap](https://technet.microsoft.com/library/hh967643.aspx).
2323

powerapps-docs/developer/common-data-service/create-auto-number-attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ OData-Version: 4.0
267267
### Auto Number Manager
268268

269269
**[Auto Number Manager](https://www.xrmtoolbox.com/plugins/Rappen.XrmToolBox.AutoNumManager/)** for XrmToolBox is a community driven tool for Common Data Service that provides a UI to set, update and remove auto number format on new or existing attributes.
270-
Please see the [Developer tools](developer-tools.md) topic for community developed tools and [anm.xrmtoolbox.com](http://anm.xrmtoolbox.com) for more information about Auto Number Manager.
270+
Please see the [Developer tools](developer-tools.md) topic for community developed tools and [anm.xrmtoolbox.com](https://anm.xrmtoolbox.com) for more information about Auto Number Manager.
271271

272272
> [!NOTE]
273273
> The community tools are not a product of Common Data Service and does not extend support to the community tools.

powerapps-docs/developer/common-data-service/create-data-maps-for-import.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ search.app:
1919

2020
To import data into Common Data Service, you must provide the appropriate data maps.
2121

22-
You can download examples of data maps from [Microsoft Downloads: DataImportMaps.zip](http://download.microsoft.com/download/D/5/F/D5F73E15-439B-4EBC-BFFB-C6837B146C76/DataImportMaps.zip).
22+
You can download examples of data maps from [Microsoft Downloads: DataImportMaps.zip](https://download.microsoft.com/download/D/5/F/D5F73E15-439B-4EBC-BFFB-C6837B146C76/DataImportMaps.zip).
2323

2424
You use data maps to map the data contained in the source file to the Common Data Service entity attributes. You must map every column in the source file to an appropriate attribute. The data in the unmapped columns is not imported during the data import operation.
2525

powerapps-docs/developer/common-data-service/create-package-app-appsource.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A package lets you bundle and deploy multiple files related to your app at once.
4444

4545
```xml
4646
<?xml version="1.0" encoding="utf-8"?>
47-
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
47+
<Types xmlns="https://schemas.openxmlformats.org/package/2006/content-types">
4848
<Default Extension="xml" ContentType="application/octet-stream" />
4949
<Default Extension="xaml" ContentType="application/octet-stream" />
5050
<Default Extension="dll" ContentType="application/octet-stream" />
@@ -95,7 +95,7 @@ Create an *input.xml* file that provides information about your package and the
9595
<StartDate>12/01/2017</StartDate>
9696
<EndDate>01/01/2021</EndDate>
9797
<SupportedCountries>US,CA</SupportedCountries>
98-
<LearnMoreLink>http://www.microsoft.com</LearnMoreLink>
98+
<LearnMoreLink>https://www.microsoft.com</LearnMoreLink>
9999
<Locales>
100100
<PackageLocale Code="1033" IsDefault="true">
101101
<Logo>logo32x32.png</Logo>

powerapps-docs/developer/common-data-service/create-solutions-support-multiple-languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Common Data Service supports multiple languages. If you want your solution to be
106106
107107
After the text in the worksheets has been localized, add both the CrmTranslations.xml and [Content_Types].xml files to a single compressed .zip file. You can now import this file.
108108

109-
If you prefer to work with the exported files programmatically as an XML document, see [Office 2003 XML Reference Schemas](http://www.microsoft.com/downloads/details.aspx?FamilyID=fe118952-3547-420a-a412-00a2662442d9) for information about the schemas these files use.
109+
If you prefer to work with the exported files programmatically as an XML document, see [Office 2003 XML Reference Schemas](https://www.microsoft.com/downloads/details.aspx?FamilyID=fe118952-3547-420a-a412-00a2662442d9) for information about the schemas these files use.
110110

111111
#### Importing translated text
112112

powerapps-docs/developer/common-data-service/customization-solutions-file-schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ The following is the schema definition for an import/export customization file f
3232

3333
You can find schema in the `Schemas\9.0.0.2090\CustomizationsSolution.xsd` folder when you download the Schemas zip file.
3434

35-
Download the [Schemas](http://download.microsoft.com/download/B/9/7/B97655A4-4E46-4E51-BA0A-C669106D563F/Schemas.zip).
35+
Download the [Schemas](https://download.microsoft.com/download/B/9/7/B97655A4-4E46-4E51-BA0A-C669106D563F/Schemas.zip).
3636

3737
For more information, see [Solutions overview](../../maker/common-data-service/solutions-overview.md)
3838

3939
## Schema
4040

4141
```xml
4242
<?xml version="1.0"?>
43-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
43+
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
4444
<xs:include schemaLocation="isv.config.xsd" />
4545
<xs:include schemaLocation="SiteMapType.xsd" />
4646
<xs:include schemaLocation="FormXml.xsd" />

powerapps-docs/developer/common-data-service/customize-entity-metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ search.app:
1717
---
1818
# Customize entity metadata
1919

20-
Entities are defined by metadata. By defining or changing the entity metadata, you can control the capabilities of an entity. To view the metadata for your organization, use the metadata browser. [Download the metadata browser](http://download.microsoft.com/download/8/E/3/8E3279FE-7915-48FE-A68B-ACAFB86DA69C/MetadataBrowser_3_0_0_5_managed.zip).
20+
Entities are defined by metadata. By defining or changing the entity metadata, you can control the capabilities of an entity. To view the metadata for your organization, use the metadata browser. [Download the metadata browser](https://download.microsoft.com/download/8/E/3/8E3279FE-7915-48FE-A68B-ACAFB86DA69C/MetadataBrowser_3_0_0_5_managed.zip).
2121

2222
More information: [Browse the Metadata for Your Organization](browse-your-metadata.md)
2323

powerapps-docs/developer/common-data-service/customize-labels-support-multiple-languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When you create customizations in Common Data Service, you can support multiple
7575

7676
Exported text is saved as a compressed file that contains a CrmTranslations.xml that you open by using Office Excel. You can send this file to a linguistic expert, translation agency, or localization firm.
7777

78-
For more information, see [Office 2003 XML Reference Schemas](http://www.microsoft.com/downloads/details.aspx?FamilyID=fe118952-3547-420a-a412-00a2662442d9).
78+
For more information, see [Office 2003 XML Reference Schemas](https://www.microsoft.com/downloads/details.aspx?FamilyID=fe118952-3547-420a-a412-00a2662442d9).
7979

8080
### Import translated text
8181
After you have exported the customized entity or attribute text and had it translated, you can import the translated text strings in the Web application by using the `ImportTranslation` message (<xref href="Microsoft.Dynamics.CRM.ImportTranslation?text=ImportTranslation Action" /> or <xref:Microsoft.Crm.Sdk.Messages.ImportTranslationRequest> class). The file that you import must be a compressed file that contains the CrmTranslations.xml and the [Content_Types].xml file just as they were exported.

powerapps-docs/developer/common-data-service/data-export-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For online solutions and services, Azure provides a [Key Vault](https://azure.mi
6262
It is also advised that you add the domain https://discovery.crmreplication.azure.net/ to the trusted sites list in your browser and to enable pop-ups for this site.
6363

6464
## Programming for the Data Export Service
65-
The Data Export Service exposes a REST-based API that is divided into two groups: a set of `Metadata` operations for exploring Common Data Service organizational structure, relationships, and connection information; and a set of `Profiles` operations for configuring and managing each data replication. This API is fully defined and documented at the following [Swagger](http://swagger.io/) URLs:
65+
The Data Export Service exposes a REST-based API that is divided into two groups: a set of `Metadata` operations for exploring Common Data Service organizational structure, relationships, and connection information; and a set of `Profiles` operations for configuring and managing each data replication. This API is fully defined and documented at the following [Swagger](https://swagger.io/) URLs:
6666

6767
|Swagger endpoint|Description|
6868
|----------------------|-----------------|

0 commit comments

Comments
 (0)