Skip to content

Commit 1924b41

Browse files
authored
Merge pull request #22160 from MicrosoftDocs/main
Release Branch 611326: [ASK MODE REQUEST] release-build-ads-pbi-datamart
2 parents 18c2c58 + f87bb4f commit 1924b41

6 files changed

Lines changed: 39 additions & 17 deletions

File tree

azure-sql/database/firewall-configure.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ Connection attempts from the internet and Azure must pass through the firewall b
3131

3232
### Server-level IP firewall rules
3333

34-
These rules enable clients to access your entire server, that is, all the databases managed by the server. The rules are stored in the *master* database. You can have a maximum of 128 server-level IP firewall rules for a server. If you have the **Allow Azure Services and resources to access this server** setting enabled, this counts as a single firewall rule for the server.
34+
These rules enable clients to access your entire server, that is, all the databases managed by the server. The rules are stored in the *master* database. The default value is up to 256 server-level IP firewall rules for a server. If you have the **Allow Azure Services and resources to access this server** setting enabled, this counts as a single firewall rule for the server.
3535

3636
You can configure server-level IP firewall rules by using the Azure portal, PowerShell, or Transact-SQL statements.
3737

38+
> [!NOTE]
39+
> The maximum number of server-level IP firewall rules is limited to 128 when configuring using the Azure portal.
40+
3841
- To use the portal or PowerShell, you must be the subscription owner or a subscription contributor.
3942
- To use Transact-SQL, you must connect to the *master* database as the server-level principal login or as the Azure Active Directory administrator. (A server-level IP firewall rule must first be created by a user who has Azure-level permissions.)
4043

@@ -47,7 +50,7 @@ Database-level IP firewall rules enable clients to access certain (secure) datab
4750

4851
- You can only create and manage database-level IP firewall rules for master and user databases by using Transact-SQL statements and only after you configure the first server-level firewall.
4952
- If you specify an IP address range in the database-level IP firewall rule that's outside the range in the server-level IP firewall rule, only those clients that have IP addresses in the database-level range can access the database.
50-
- You can have a maximum of 128 database-level IP firewall rules for a database. For more information about configuring database-level IP firewall rules, see the example later in this article and see [sp_set_database_firewall_rule (Azure SQL Database)](/sql/relational-databases/system-stored-procedures/sp-set-database-firewall-rule-azure-sql-database).
53+
- The default value is up to 256 database-level IP firewall rules for a database. For more information about configuring database-level IP firewall rules, see the example later in this article and see [sp_set_database_firewall_rule (Azure SQL Database)](/sql/relational-databases/system-stored-procedures/sp-set-database-firewall-rule-azure-sql-database).
5154

5255
### Recommendations for how to set firewall rules
5356

docs/azure-data-studio/download-azure-data-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- seodec18
1212
- contperf-fy21q4
1313
- intro-overview
14-
ms.date: 04/22/2022
14+
ms.date: 05/20/2022
1515
---
1616

1717
# Download and install Azure Data Studio
@@ -26,10 +26,10 @@ For more information about Azure Data Studio, visit [What is Azure Data Studio?]
2626

2727
## Download Azure Data Studio
2828

29-
Azure Data Studio 1.36.1 is the latest general availability (GA) version.
29+
Azure Data Studio 1.36.2 is the latest general availability (GA) version.
3030

31-
- Release number: 1.36.1
32-
- Release date: April 22, 2022
31+
- Release number: 1.36.2
32+
- Release date: May 20, 2022
3333

3434
| Platform | Download |
3535
|----------|----------|

docs/azure-data-studio/release-notes-azure-data-studio.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: tdoshin
88
ms.author: timioshin
99
ms.reviewer: maghan
1010
ms.custom: seodec18, contperf-fy21q4
11-
ms.date: 04/22/2022
11+
ms.date: 05/20/2022
1212
---
1313

1414
# Release notes for Azure Data Studio
@@ -19,18 +19,19 @@ This article provides details about updates, improvements, and bug fixes for the
1919

2020
:::image type="icon" source="media/download-icon.png" border="false":::**[Download and install the latest release!](./download-azure-data-studio.md)**
2121

22-
### April 2022 (hotfix)
22+
### May 2022 (hotfix)
2323

24-
Azure Data Studio 1.36.1 is the latest general availability (GA) release.
24+
Azure Data Studio 1.36.2 is the latest general availability (GA) release.
2525

26-
- Release number: 1.36.1
27-
- Release date: April 22, 2022
26+
- Release number: 1.36.2
27+
- Release date: May 20, 2022
2828

29-
#### Bug fixes in 1.36.1
29+
#### Bug fixes in 1.36.2
3030

3131
| New Item | Details |
3232
|----------|---------|
33-
| Table Designer | Fix for timeout occurring when viewing table list |
33+
| Query Plan Viewer | Fixed issue with execution plan zoom and operator icons. |
34+
| Query Plan Viewer | Updated parallelism icon direction. |
3435

3536
## Azure Data Studio feedback
3637

@@ -40,7 +41,7 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
4041

4142
| Azure Data Studio release | Build number | Release date | Hotfix |
4243
|---------------------------|--------------|--------------|---------|
43-
| [April 2022](#april-2022) | 1.36.0 | April 20, 2022 |[hotfix](#april-2022-hotfix)|
44+
| [April 2022](#april-2022) | 1.36.0 | April 20, 2022 |[hotfix](#may-2022-hotfix)|
4445
| [February 2022](#february-2022) | 1.35.0 | February 24, 2022 |[hotfix](#february-2022-hotfix)|
4546
| [December 2021](#december-2021) | 1.34.0 | December 15, 2021 | N/A |
4647
| [October 2021](#october-2021) | 1.33.0 | October 27, 2021 | N/A |
@@ -80,6 +81,19 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
8081
> [!Note]
8182
> All previous versions of Azure Data Studio are not supported.
8283
84+
### April 2022 (hotfix)
85+
86+
Azure Data Studio 1.36.1 is the latest general availability (GA) release.
87+
88+
- Release number: 1.36.1
89+
- Release date: April 22, 2022
90+
91+
#### Bug fixes in 1.36.1
92+
93+
| New Item | Details |
94+
|----------|---------|
95+
| Table Designer | Fix for timeout occurring when viewing table list |
96+
8397
### April 2022
8498

8599
- Release number: 1.36.0

docs/integration-services/devops/ssis-devops-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SSISBuild.exe -project|-p:<dtproj file path> [-configuration|-c:<configuration n
7373
SSISBuild.exe -p:C:\projects\demo\demo.dtproj -c:DevConfiguration -pp:encryptionpassword -o:D:\folder
7474
```
7575
76-
- Build a dtproj with configuration "DevConfiguration", encrypted with password, striping its sensitive data, and log level DIAG:
76+
- Build a dtproj with configuration "DevConfiguration", encrypted with password, stripping its sensitive data, and log level DIAG:
7777
```
7878
SSISBuild.exe -p:C:\projects\demo\demo.dtproj -c:DevConfiguration -pp:encryptionpassword -ss -l:diag
7979
```

docs/t-sql/functions/json-modify-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ PRINT @info
271271
"skills": ["C#", "SQL"]
272272
} {
273273
"name": "John",
274-
"skills": ["C#", "T-SQL", "Azure"]
274+
"skills": "[\"C#\",\"T-SQL\",\"Azure\"]"
275275
}
276276
```
277277

docs/t-sql/statements/copy-into-transact-sql.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,19 @@ IDENTITY_INSERT specifies whether the identity value or values in the imported d
274274
- IDENTITY_INSERT can only be set for one table at a time.
275275

276276
#### *AUTO_CREATE_TABLE = { 'ON' | 'OFF' }*
277-
*AUTO_CREATE_TABLE* specifies if the table could be automatically created by working alongside with automatic schema discovery.
277+
278+
*AUTO_CREATE_TABLE* specifies if the table could be automatically created by working alongside with automatic schema discovery. It is available only for parquet files.
278279

279280
- ON: Enables automatic table creation. The COPY INTO process will create a new table automatically by discovering the structure of the file to be loaded.
280281
- OFF: Automatic table creation is not enabled. Default.
281282

282283
>[!NOTE]
283284
> The automatic table creation works alongside with automatic schema discovery. The automatic table creation is NOT enabled by default.
284285
286+
Do not load into hash distributed tables from parquet files using COPY INTO with AUTO_CREATE_TABLE = 'ON'.
287+
288+
If parquet files are to be loaded into hash distributed tables using COPY INTO, load it into a round robin staging table followed by INSERT ... SELECT from that table to the target hash distributed table.
289+
285290
### Permissions
286291

287292
The user executing the COPY command must have the following permissions:

0 commit comments

Comments
 (0)