Skip to content

Commit 4a5afa5

Browse files
committed
update per the new guild
1 parent 01f8e56 commit 4a5afa5

File tree

5 files changed

+29
-18
lines changed

5 files changed

+29
-18
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Docs
2+
This directory contains the documentation of the cmdlets for the `Az.FileShare` module. To run documentation generation, use the `generate-help.ps1` script at the root module folder. Files in this folder will *always be overridden on regeneration*. To update documentation examples, please use the `..\examples` folder.
3+
4+
## Info
5+
- Modifiable: no
6+
- Generated: all
7+
- Committed: yes
8+
- Packaged: yes
9+
10+
## Details
11+
The process of documentation generation loads `Az.FileShare` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "a856702b-2754-4737-8c31-b18446860785"
2+
"generate_Id": "41cdf313-5d82-41f9-8e8f-68556322ace7"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/fileshares/resource-manager/Microsoft.FileShares/FileShares
2-
commit: ae2ede61bec4f32d85afd9665bef05ce40bdb0fa
3-
repo: Azure/azure-rest-api-specs
2+
commit: fd753759f283c94f0272e1cf7548b35a6a6861cf
3+
repo: blueww/azure-rest-api-specs
44
additionalDirectories:

src/FileShare/FileShare.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileShare", "FileShare\File
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FileShare.Autorest", "FileShare.Autorest", "{A1D8FE15-957D-2266-CB1B-9A05702618E7}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FileShare", "..\..\generated\FileShare\FileShare.Autorest\Az.FileShare.csproj", "{519CF9BA-DC0E-4919-B338-3B1C611669BC}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FileShare", "..\..\generated\FileShare\FileShare.Autorest\Az.FileShare.csproj", "{FB760930-B5B7-406E-A2A7-F18F1F220AA9}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{3FBDB380-16F7-4EBC-9B96-026A6F20365E}.Release|x64.Build.0 = Release|Any CPU
118118
{3FBDB380-16F7-4EBC-9B96-026A6F20365E}.Release|x86.ActiveCfg = Release|Any CPU
119119
{3FBDB380-16F7-4EBC-9B96-026A6F20365E}.Release|x86.Build.0 = Release|Any CPU
120-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Debug|x64.Build.0 = Debug|Any CPU
124-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Debug|x86.Build.0 = Debug|Any CPU
126-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Release|x64.ActiveCfg = Release|Any CPU
129-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Release|x64.Build.0 = Release|Any CPU
130-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Release|x86.ActiveCfg = Release|Any CPU
131-
{519CF9BA-DC0E-4919-B338-3B1C611669BC}.Release|x86.Build.0 = Release|Any CPU
120+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Debug|x64.Build.0 = Debug|Any CPU
124+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Debug|x86.Build.0 = Debug|Any CPU
126+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Release|x64.ActiveCfg = Release|Any CPU
129+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Release|x64.Build.0 = Release|Any CPU
130+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Release|x86.ActiveCfg = Release|Any CPU
131+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{14198EA5-4C3D-4907-933D-D32E536D76DC} = {32836310-FB5E-5A92-56B4-44D826EF11F5}
141141
{DA9A55EF-A133-441A-8C77-5F0E0E915001} = {32836310-FB5E-5A92-56B4-44D826EF11F5}
142142
{D9D91D72-00CF-494E-9BFC-4E15D4E56AF2} = {32836310-FB5E-5A92-56B4-44D826EF11F5}
143-
{519CF9BA-DC0E-4919-B338-3B1C611669BC} = {A1D8FE15-957D-2266-CB1B-9A05702618E7}
143+
{FB760930-B5B7-406E-A2A7-F18F1F220AA9} = {A1D8FE15-957D-2266-CB1B-9A05702618E7}
144144
EndGlobalSection
145145
EndGlobal

src/FileShare/FileShare/Az.FileShare.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/26/2026
6+
# Generated on: 3/2/2026
77
#
88

99
@{

0 commit comments

Comments
 (0)