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
# Customer intent: As an identity administrator, I want to encourage users to use the Microsoft Authenticator app in Azure AD to improve and secure user sign-in events.
System-preferred multifactor authentication (MFA) prompts users to sign in by using the most secure method they registered. Administrators can enable system-preferred MFA to improve sign-in security and discourage less secure sign-in methods like SMS.
@@ -111,7 +112,7 @@ When a user signs in, the authentication process checks which authentication met
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-requirements.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For easy reference, here are some terms and definitions that are important as yo
36
36
| Xref | A file in AutoCAD DWG file format, attached to the primary drawing as an external reference. |
37
37
| Level | An area of a building at a set elevation. For example, the floor of a building. |
38
38
|Feature| An instance of an object produced from the Conversion service that combines a geometry with metadata information. |
39
-
|Feature classes| A common blueprint for features. For example, a *unit* is a feature class, and an *office* is a feature. |
39
+
|Feature classes| A common blueprint for features. For example, a _unit_ is a feature class, and an _office_ is a feature. |
40
40
41
41
## Drawing package structure
42
42
@@ -58,7 +58,7 @@ The [Conversion service] does the following on each DWG file:
58
58
- Openings
59
59
- Walls
60
60
- Vertical penetrations
61
-
- Produces a *Facility* feature.
61
+
- Produces a _Facility_ feature.
62
62
- Produces a minimal set of default Category features referenced by other features:
63
63
- room
64
64
- structure
@@ -103,7 +103,7 @@ The following sections describe the requirements for each layer.
103
103
104
104
### Exterior layer
105
105
106
-
The DWG file for each level must contain a layer to define that level's perimeter. This layer is referred to as the *exterior* layer. For example, if a facility contains two levels, then it needs to have two DWG files, with an exterior layer for each file.
106
+
The DWG file for each level must contain a layer to define that level's perimeter. This layer is referred to as the _exterior_ layer. For example, if a facility contains two levels, then it needs to have two DWG files, with an exterior layer for each file.
107
107
108
108
No matter how many entity drawings are in the exterior layer, the [resulting facility dataset](tutorial-creator-feature-stateset.md) contains only one level feature for each DWG file. Additionally:
109
109
@@ -454,7 +454,7 @@ For easy reference, here are some terms and definitions that are important as yo
454
454
A drawing package is a ZIP archive that contains the following files:
455
455
456
456
- DWG files in AutoCAD DWG file format.
457
-
- A *manifest.json* file that describes the DWG files in the drawing package.
457
+
- A _manifest.json_ file that describes the DWG files in the drawing package.
458
458
459
459
The drawing package must be compressed into a single archive file, with the .zip extension. The DWG files can be organized in any way inside the drawing package, but the manifest file must be in the root directory. The next sections explain the conversion process and requirements for both the DWG and manifest files, and the content of these files. To view a sample package, you can download the [sample drawing package v2].
460
460
@@ -475,7 +475,7 @@ Each DWG file must adhere to these requirements:
475
475
476
476
- The DWG file can't contain features from multiple facilities.
477
477
- The DWG file can't contain features from multiple levels. For example, a facility with three levels has three DWG files in the drawing package.
478
-
- All data of a single level must be contained in a single DWG file. Any external references (*xrefs*) must be bound to the parent drawing.
478
+
- All data of a single level must be contained in a single DWG file. Any external references (_xrefs_) must be bound to the parent drawing.
479
479
- The DWG file must define layer(s) representing the boundary of that level.
480
480
- The DWG must reference the same measurement system and unit of measurement as other DWG files in the drawing package.
481
481
- The DWG file must be aligned when stacked on top of another level from the same facility.
@@ -519,7 +519,7 @@ You can see an example of the Level perimeter layer as the `GROS$` layer in the
519
519
The drawing package must contain a manifest file at the root level and the file must be named **manifest.json**. It describes the DWG files
520
520
allowing the [Conversion service] to parse their content. Only the files identified by the manifest are used. Files that are in the drawing package, but aren't properly listed in the manifest, are ignored.
521
521
522
-
The file paths in the buildingLevels object of the manifest file must be relative to the root of the drawing package. The DWG file name must exactly match the name of the facility level. For example, a DWG file for the "Basement" level is *Basement.dwg*. A DWG file for level 2 is named as *level_2.dwg*. Filenames can't contain spaces, you can use an underscore to replace any spaces.
522
+
The file paths in the buildingLevels object of the manifest file must be relative to the root of the drawing package. The DWG file name must exactly match the name of the facility level. For example, a DWG file for the "Basement" level is _Basement.dwg_. A DWG file for level 2 is named as _level_2.dwg_. Filenames can't contain spaces, you can use an underscore to replace any spaces.
523
523
524
524
Although there are requirements when you use the manifest objects, not all objects are required. The following table shows the required and optional objects for the 2023-03-01-preview [Conversion service].
525
525
@@ -530,7 +530,7 @@ Although there are requirements when you use the manifest objects, not all objec
|`dwgLayers`| Array of strings| TRUE| The name of each layer that defines the feature class. Each entity on the specified layer is converted to an instance of the feature class. The `dwgLayer` name that a feature is converted from ends up as a property of that feature. |
562
562
|`featureClassName`| String | TRUE | The name of the feature class. Typical examples include room, workspace or wall.|
563
-
|`featureClassProperties`| Array of [featureClassProperty] objects |TRUE| Specifies text layers in the DWG file associated to the feature as a property. For example, a label that falls inside the bounds of a space, such as a room number.|
563
+
|`featureClassProperties`| Array of [featureClassProperty] objects |FALSE| Specifies text layers in the DWG file associated to the feature as a property. For example, a label that falls inside the bounds of a space, such as a room number.|
> For updates, when using the `New-AzRoutingConfiguration`, all exisiting cofiguration needs to be provided, such as AssociatedRouteTables, Labels and/or StaticRoutes.
85
+
> This command creates a new configuration, which will overwrite existing configurations, when the `Update-AzVirtualHubVnetConnection` is executed.
86
+
87
+
83
88
1. Update the existing virtual network connection.
0 commit comments